]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-03-11  yushengjunupdate the statement of testing if a handler is a list... 693/head
2013-03-11  Ben DarnellBuild pdfs from documentation.rst, not index.rst
2013-03-10  Ben DarnellJust skip all timing-sensitive tests on travis-ci.
2013-03-10  Ben DarnellFix internal links for pdf output.
2013-03-10  Ben DarnellFix sphinx config in its new home, restore Makefile...
2013-03-10  Ben DarnellMove website/sphinx/ to docs/, remove rest of appengine...
2013-03-10  Ben DarnellMerge branch 'branch2.4'
2013-03-10  Ben DarnellAdd favicon to sphinx config
2013-03-10  Ben DarnellMerge branch 'branch2.4'
2013-03-10  Ben DarnellAdd a max-width for body text to match the appengine...
2013-03-10  Ben DarnellGet the tricky parts of the sphinx conversion working.
2013-03-10  Ben DarnellAdd a sphinx/rst version of the tornadoweb.org index...
2013-03-10  Ben Darnellsphinx: Set the html_theme variable explicitly.
2013-03-10  Ben DarnellRelax a timing sensitive test that fails occasionally...
2013-03-10  Ben DarnellUpdate release notes
2013-03-09  Ben Darnellsphinx: Set the html_theme variable explicitly.
2013-03-09  Ben Darnelltravis.yml: skip caresresolver test on pypy.
2013-03-09  Ben DarnellFix the inevitable typos in .travis.yml.
2013-03-09  Ben DarnellFix TwistedIOLoop on python 2.6.
2013-03-08  Ben DarnellRewrite travis.yml to make it simpler and more comprehe...
2013-03-08  Ben DarnellOn python 3, json_encode no longer supports byte string...
2013-03-08  Ben DarnellUse native strings instead of byte strings for oauth...
2013-03-08  Ben DarnellCapture the stack context of gen callbacks as they...
2013-03-06  Ben DarnellUse _try_inline_read instead of _read_from_buffer in...
2013-03-04  Ben DarnellUpdate and expand travis.yml.
2013-03-04  Ben DarnellRe-apply autopep8.
2013-03-04  Ben DarnellUpdate import_test.
2013-03-04  Ben DarnellPyflakes cleanups.
2013-03-04  Ben DarnellFix type check that pep8 complains about.
2013-03-04  Ben DarnellOrganize release notes and add highlights section.
2013-03-04  Ben DarnellIntroduce TracebackFuture and use it where applicable.
2013-03-04  Ben DarnellWhen @return_future's callback is run with no args...
2013-03-04  Ben DarnellAllow the callback in @return_future to be run with...
2013-03-03  Ben DarnellBump version to 2.4.post4
2013-03-03  Ben Darnellreturn_future and friends now pass the result, not...
2013-03-03  Ben DarnellUse autoescape in websocket chat demo.
2013-03-03  Ben DarnellAutoescaping is now the default, so remove the explicit...
2013-03-03  Ben DarnellUse distinct cookie names across all the demo apps.
2013-03-03  Ben DarnellUse autoescape in blog demo.
2013-03-03  Ben DarnellRemove embedded copy of markdown.py from blog demo.
2013-03-03  Ben DarnellUse autoescape in appengine blog demo.
2013-03-03  Ben DarnellRemove markdown support from app engine blog demo.
2013-03-03  Ben DarnellModernize app engine demo: py27, non-CGI interface...
2013-03-03  Ben DarnellUpgrade requirement packages.
2013-03-03  Ben DarnellRelease note updates
2013-03-03  Ben DarnellAll functions that take an IOLoop default to current...
2013-03-02  Ben DarnellAdd IOLoop.run_sync convenience method.
2013-03-02  Ben DarnellTest the IOLoop.current method and add it to TwistedIOLoop.
2013-03-02  Ben DarnellMake DummyFuture class private.
2013-03-02  Ben DarnellFix twisted version check.
2013-03-02  bdarnellMerge pull request #686 from omribahumi/master
2013-03-02  Ben DarnellFix resolver test script.
2013-03-02  Ben DarnellConvert resolvers to @gen.coroutine.
2013-03-02  Ben DarnellTest twisted and cares resolvers in netutil_test.
2013-03-02  Ben DarnellConvert auth methods from return_future plus gen.engine...
2013-03-02  Ben DarnellAdd @gen.coroutine and gen.Return for future-based...
2013-02-28  Omri BahumiPython3 compatibility for test_streaming_callback_with_... 686/head
2013-02-28  Omri BahumiAdded test_streaming_callback_with_data_in_buffer to...
2013-02-27  Omri BahumiFlushing the buffer when calling IOStream.read_until_cl...
2013-02-27  Ben DarnellAccumulated release note updates.
2013-02-24  Ben DarnellSimplify the Resolver interface.
2013-02-24  Ben DarnellAdd a resolver test script for external queries that...
2013-02-24  Ben DarnellAdd a c-ares-based resolver implementation.
2013-02-24  Ben DarnellMove HTTPServer's valid_ip function to netutil.
2013-02-23  Ben DarnellAdd a test that runs TwistedIOLoop on top of TornadoRea...
2013-02-23  Ben DarnellAdd TwistedResolver for non-threaded async DNS resolution.
2013-02-23  Ben DarnellIf a @return_future function raises immediately, don...
2013-02-23  Ben Darnellstack_context.wrap() the callback passed in to a @retur...
2013-02-23  Ben DarnellMove fallback exception raising in AsyncTestCase from...
2013-02-23  Ben DarnellAdd a test case for the synchronous HTTPClient.
2013-02-21  Ben DarnellClean up more timeouts when shutting down HTTP clients...
2013-02-21  bdarnellMerge pull request #684 from vkosh/master
2013-02-19  Vladlen Y.... Remove timeout callback on errors during connect or... 684/head
2013-02-19  Ben DarnellTest the @return_future return value assertion and...
2013-02-19  Ben DarnellExceptions in a @return_future function go to both...
2013-02-19  bdarnellMerge pull request #683 from vkosh/master
2013-02-18  Vladlen Y.... Fix docstrings quoting. 683/head
2013-02-18  Vladlen Y.... Rename local var so it doesn't shadow the "list" built-in.
2013-02-18  Ben DarnellAdd pypi classifiers so we'll show up on python3-compat...
2013-02-18  Ben DarnellEnsure the result variable is initialized even when...
2013-02-18  Ben DarnellMake Resolver's callback argument optional when the...
2013-02-18  Ben DarnellMake Resolver Configurable and test with a threaded...
2013-02-18  Ben DarnellAdd a future-based interface to AsyncHTTPClient.fetch.
2013-02-18  Ben Darnellsimple_httpclient._HTTPConnection now takes a resolver...
2013-02-18  Ben DarnellMake simple_httpclient's hostname_mapping a Resolver...
2013-02-17  Ben DarnellAdd a test for simple_httpclient's hostname_mapping.
2013-02-17  Ben DarnellCentralize some shared logic bewteen HTTPClient impleme...
2013-02-17  Ben DarnellUse the future interface internally for _oauth_get_user.
2013-02-17  Ben DarnellAdd future interface to most of the rest of the auth...
2013-02-17  Ben DarnellAdd a Future-based interface to tornado.auth's twitter_...
2013-02-17  Ben DarnellFactor argument replacement logic out of @return_future
2013-02-17  Ben DarnellAdd autobahn tests for client side of websockets.
2013-02-17  Ben DarnellAdd a simple websocket client and unittest
2013-02-16  Ben DarnellAdd a test for subprocess with stderr as a separate...
2013-02-16  bdarnellMerge pull request #682 from martynsmith/patch-1
2013-02-16  Ben DarnellUse xrange instead of range on python 2.
2013-02-16  Martyn SmithFix typo in stream setup for stderr 682/head
2013-02-16  Ben Darnells/xrange/range/ for python 3.
2013-02-16  Ben DarnellAdd an assertion for inconsistent StackContexts when...
2013-02-14  Ben DarnellAdd a tox config for testing with the pyuv-based IOLoop.
next