]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-04-21  Ozan YerliUnnecessary MozWebSocket in the WebSocket demo 752/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
2013-04-09  Ben DarnellMake the websocket_connect error handling more comprehe...
2013-04-09  bdarnellMerge pull request #707 from protoss-player/master
2013-04-09  Ben DarnellUpdate debug mode docs.
2013-04-09  Ben DarnellAdd 3.0.1 release notes.
2013-04-09  bdarnellMerge pull request #704 from chrislea/master
2013-04-09  Ben DarnellHTTPResponse.request should always be an HTTPRequest...
2013-04-09  bdarnellMerge pull request #720 from wsantos/facebook_future
2013-04-08  Waldecir SantosAdd future interface to FacebookGraphMixin 720/head
2013-04-07  Ben DarnellAdd an ioloop command line flag to the benchmark script.
2013-04-05  Ben DarnellUpdate pyuv test for latest version of pyuv and tornado...
2013-04-03  Ben DarnellFix precedence of StringIO imports for LogTrapTestCase.
2013-04-02  Vadim Semenovtests: test for websocket_connect failure 707/head
2013-04-02  Ben DarnellSet the __test__ attribute on gen_test to False.
2013-04-01  Vadim Semenovwebsocket_connect: don't hang on HTTP errors
2013-03-31  Ben DarnellFix exceptions in the gen module to work correctly...
2013-03-31  Ben DarnellMerge branch 'branch3.0'
2013-03-31  Ben DarnellCopy the notice about dict-style access to options...
2013-03-29  Chris Leaadd check for ssl.CertificateError 704/head
2013-03-29  Ben DarnellInclude readme in the setup.py long_description field.
2013-03-29  Ben DarnellBump version number in the master branch
2013-03-29  Ben DarnellPypi's rst rendering doesn't like it when the same...
2013-03-29  Ben DarnellSet version number to 3.0 v3.0.0
2013-03-29  Ben DarnellFinalize 3.0 release notes.
2013-03-29  Ben DarnellDownloads are now hosted on pypi instead of github.
2013-03-28  Ben DarnellFix another broken link on readme.
2013-03-28  Ben DarnellFix rst markup in readme
2013-03-28  Ben DarnellReplace the outdated README.md with a lightly-edited...
2013-03-28  Ben DarnellUpdate pypi description field.
2013-03-28  Ben DarnellFix options.parse_config_file on Python 3.
2013-03-25  Ben DarnellBump version to 3.0b2
2013-03-25  Ben DarnellDelete HTTPConnection._close_callback in between requests.
2013-03-24  Ben DarnellFix error handling with the combination of @asynchronou...
2013-03-22  icaromedeirosdigest authentication 700/head
2013-03-19  Ben DarnellFix draft76 websocket protocol; fix websocket demo...
2013-03-17  Ben DarnellDocument tornado.concurrent.Future.
2013-03-16  Ben DarnellBump version number to 3.0b1
2013-03-16  Ben DarnellConvert auth demo to coroutines.
2013-03-16  Ben DarnellMove gen from "utilities" to "asynchronous networking"
2013-03-16  Ben DarnellAdd/update docs for twisted, caresresolver, and util...
2013-03-16  Ben DarnellDoc updates: modules starting with W.
2013-03-16  Ben DarnellSkip ThreadedResolver tests on pypy.
2013-03-16  Ben DarnellDoc updates, modules N-T.
2013-03-16  Ben DarnellDoc updates, modules H-L
2013-03-16  Ben DarnellTurn on dangling-reference warning in sphinx for local...
2013-03-16  Ben DarnellFix dangling references in old release notes.
2013-03-16  Ben DarnellFix docstring for locale.load_translations.
2013-03-16  Ben DarnellFix most of the rest of the dangling references.
2013-03-16  Ben DarnellUpdate chat demo to be more exemplary.
2013-03-16  Ben DarnellRewrite gen docs to make coroutine the primary decorator.
2013-03-16  Ben DarnellFix dangling links in next.rst
2013-03-16  Ben DarnellFix dangling references in recently-revised docs.
2013-03-16  Ben DarnellTurn on intersphinx support for links to the standard...
2013-03-16  Ben DarnellMinor doc updates for modules A-E
2013-03-16  Ben DarnellConvert auth module code samples to use gen.coroutine.
2013-03-16  Ben DarnellDoc updates for the auth module.
2013-03-15  Ben DarnellRename WebSocketConnect to websocket_connect.
2013-03-15  Ben DarnellAdd new methods to docs, found by sphinx coverage exten...
2013-03-15  Ben DarnellFix bad merge
2013-03-15  Ben DarnellMerge remote-tracking branch 'norman-labs/branch2.4'
2013-03-13  Vladlen Y.... Add hooks for HTTPClient and HTTPConnection customization.
2013-03-13  bdarnellMerge pull request #695 from evanj/master
2013-03-12  Evan Joneshttpserver: If no X-Scheme header, use the normal reque... 695/head
2013-03-11  Ben DarnellRewrite text on index page.
next