]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-05-23  A. Jesse Jiryu... OptionParser.group_dict() now requires a group. Add... 789/head
2013-05-17  A. Jesse Jiryu... Replace options.as_dict() with group_dict()
2013-05-17  A. Jesse Jiryu... options[key] should return a value, not an _Option...
2013-05-16  A. Jesse Jiryu... Make options instance more dict-like.
2013-05-16  Ben DarnellAdd a close method to Resolver and use it where necessary.
2013-05-16  Ben DarnellAdd a missing stack_context.wrap in SSLIOStream.connect.
2013-05-13  Ben DarnellRelease note updates
2013-05-13  Ben DarnellRemove whitespace/control-character check from RequestH...
2013-05-13  Ben DarnellClean up cancelled timeout handles when the queue gets...
2013-05-13  Ben DarnellRespect HTTPServer's no_keep_alive option in RequestHan...
2013-05-13  Ben DarnellAllow handlers to assign to self.current_user
2013-05-12  Ben DarnellAllow prepare to be asynchronous, and detect coroutines...
2013-05-12  Ben DarnellDon't try sending another error response in _handle_req...
2013-05-12  Ben DarnellRelease note and doc updates
2013-05-12  bdarnellMerge pull request #748 from wsantos/fix732
2013-05-12  Ben DarnellCheck for ECONNRESET in addition to EPIPE on send().
2013-05-12  bdarnellMerge pull request #784 from tahajahangir/patch-1
2013-05-12  Ben DarnellUse plus=False when constructing and decoding url paths.
2013-05-12  Ben DarnellAdd a 'plus' argument to url_{un,}escape, defaulting...
2013-05-12  Taha JahangirDon't log EPIPE (broken pipe) errors as warnings 784/head
2013-05-12  Ben DarnellAdd a run_with_stack_context function to more easily...
2013-05-12  Ben DarnellAdd a distinct MissingArgumentError class for get_argument.
2013-05-12  Ben DarnellMove _UIModuleNamespace from the top of web.py to the...
2013-05-11  bdarnellMerge pull request #783 from gwk/master
2013-05-10  gwkAdded note regarding regex group capture to StaticFileH... 783/head
2013-05-09  bdarnellMerge pull request #777 from mauriciosl/master
2013-05-09  Ben DarnellAdd note about frequently-seen pull request to add...
2013-05-08  bdarnellMerge pull request #780 from keakon/patch-1
2013-05-08  bdarnellMerge pull request #779 from clowwindy/master
2013-05-08  keakonadd missing parameter doc 780/head
2013-05-08  clowwindyUpdate httpclient.py 779/head
2013-05-07  Mauricio Souza... change bind_unused_port to pass None as port 777/head
2013-05-05  Ben DarnellCreate UIModule proxies on demand instead of in Request...
2013-05-05  Ben DarnellAdd a test that covers creation and binding of UIModule...
2013-05-05  Ben DarnellPrecompile the regex used on severy set_header call.
2013-05-05  Ben DarnellRewrite HTTPHeaders normalization to limit the growth...
2013-05-05  Ben DarnellCatch and ignore EINVAL errors from setsockopt.
2013-05-05  Ben DarnellClear the NODELAY flag in set_nodelay(False).
2013-05-05  Ben DarnellAdd an interface to set the TCP_NODELAY flag on an...
2013-05-04  Ben DarnellAdd overrideable method RequestHandler.log_exception.
2013-05-04  Ben DarnellUpdate docs for AsyncTestCase to make @gen_test more...
2013-05-01  Ben DarnellAdd an exception handler in _try_inline_read to ensure...
2013-05-01  Ben DarnellFix another case in which streaming read_until_close...
2013-04-29  Ben DarnellRelease note updates.
2013-04-29  Ben DarnellFix a memory leak in HTTPServer with very large file...
2013-04-28  Ben DarnellFix locale.format_date on python 3.
2013-04-28  Ben DarnellPrefix all "reserved" names used by the template system...
2013-04-28  Ben DarnellUse weakrefs instead of __del__ in reference cycle...
2013-04-28  Ben DarnellMerge remote-tracking branch 'homm/master'
2013-04-28  hommUse add_callback to trigger ioloop in test. 767/head
2013-04-28  Ben DarnellAdd a --debug_gc flag to runtests to easily turn on...
2013-04-28  Ben DarnellFix options with multiple=True on python 3; add tests.
2013-04-28  hommFix typo.
2013-04-28  hommAvoid circular references in StackContext and Exception...
2013-04-28  hommRemove reference to last task and his arguments in...
2013-04-28  Ben DarnellFix resolver implementation on Solaris.
2013-04-28  Ben DarnellCatch additional errors to prevent warnings logged...
2013-04-24  Waldecir SantosCorrected or logic to make use of max_buffer_size if... 748/head
2013-04-24  Waldecir SantosExpose IOStream's max_buffer_size, so we can set it...
2013-04-24  bdarnellMerge pull request #752 from oyerli/patch-1
2013-04-24  Ben DarnellDon't try to run HTTPConnection._close_callback if...
2013-04-24  bdarnellMerge pull request #745 from davidwilemski/xheaders
2013-04-21  Ozan YerliUnnecessary MozWebSocket in the WebSocket demo 752/head
2013-04-18  David Wilemskisupport ip lists in X-Forwarded-For headers 745/head
2013-04-18  Ben DarnellExpand docs for @asynchronous decorator and other cleanups.
2013-04-18  Ben DarnellFix the same typo in docs/index.rst
2013-04-18  bdarnellMerge pull request #739 from eguven/master
2013-04-18  Eren GüvenFix typo in README 739/head
2013-04-18  bdarnellMerge pull request #723 from ajdavis/gen-test-timeout
2013-04-16  MinRKuse getattr to check for close method in IOLoop.close 735/head
2013-04-15  MinRKtry close method to close FDs in IOLoop
2013-04-14  Ben DarnellStart a new next-release-notes file
2013-04-14  Ben DarnellFix the import_object ImportError on Python 3.
2013-04-14  Ben DarnellMerge remote-tracking branch 'kachayev/import-object'
2013-04-14  Ben DarnellBreak up a reference cycle with RequestHandler.ui when...
2013-04-14  Ben DarnellBreak reference cycle between WebSocketHandler and...
2013-04-14  Ben DarnellAlways send oauth_version=1.0, even when using 1.0a.
2013-04-14  Ben DarnellAdd link to PDF docs.
2013-04-14  Ben DarnellMerge commit '0771f'
2013-04-14  Ben DarnellHandle malformed headers more gracefully.
2013-04-14  bdarnellMerge pull request #693 from apieceofredcloth/master
2013-04-13  Ben DarnellDocument the fact that auth_mode="digest" only works...
2013-04-13  bdarnellMerge pull request #700 from icaromedeiros/master
2013-04-13  Ben DarnellMerge remote-tracking branch 'mrjoes/perf'
2013-04-13  Ben DarnellParse if-modified-since timestamps without going throug...
2013-04-13  Serge S. Koval_handle_exception in testing.py ignores passed exception 727/head
2013-04-13  Ben DarnellIgnore negative return values from CurlMulti.timeout.
2013-04-13  Serge S. KovalDon't use range for performance reasons
2013-04-13  Serge S. KovalUse range instead of xrange
2013-04-13  Ben DarnellFix escaping error in blog demo
2013-04-13  Serge S. KovalComparison fix
2013-04-13  Serge S. KovalOptimized StackContext implementation
2013-04-13  A. Jesse Jiryu... Configurable timeout for gen_test and AsyncTestCase... 723/head
2013-04-13  A. Jesse Jiryu... testing_test style cleanup
2013-04-12  A. Jesse Jiryu... Fix and simplify testing of gen_test
2013-04-12  A. Jesse Jiryu... gen_test requires `timeout` passed as a keyword argument
2013-04-12  Ben DarnellBump version number in the master branch
2013-04-11  A. Jesse Jiryu... Make gen_test's timeout configurable
2013-04-11  Ben DarnellRe-add google webmaster tools site verification code.
2013-04-09  Ben DarnellSet version number to 3.0.1 v3.0.1
next