]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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.
2013-02-14  Ben DarnellDocument and test the ability to call remove_timeout...
2013-02-14  Ben DarnellFix a straggling reference to netutil.TCPServer in...
2013-02-14  Ben DarnellPrevent __future__ imports in tornado from leaking...
2013-02-13  Ben DarnellRemove epoll.c from MANIFEST.in
2013-02-13  Ben DarnellBump version number to 2.4.post3
2013-02-12  Ben DarnellFix quadratic performance in gen.engine when yielding...
2013-02-09  Ben DarnellMake LogTrapTestCase fail more gracefully in unknown...
2013-02-09  Ben DarnellAdd a workaround for a bug in the latest version of...
2013-02-09  Ben DarnellEscape non-ascii bytes in tracebacks line-by-line inste...
2013-02-09  Ben DarnellClarify docstring of IOLoop.stop.
2013-02-09  Ben DarnellMerge commit 'e3f8aa' from heynemann/master
2013-02-09  Ben DarnellHandle non-ascii data in logged exceptions like in...
2013-02-06  Bernardo HeynemannPre-compiling regex that removes control characters.
2013-02-06  Ben DarnellSwitch one last test from get_unused_port to bind_unuse...
2013-02-06  Ben DarnellUpdate pyflakes version.
2013-02-04  Ben DarnellAdd a test for non-login use of twitter_request.
2013-02-03  Ben DarnellAdd a script for setting up a windows VM for testing.
2013-01-28  Ben DarnellProtect the tornado.gen import in testing.py for app...
2013-01-27  Ben DarnellSupport lists of futures in @gen.engine.
2013-01-27  Ben DarnellAdd decorator for @gen.engine-like tests.
2013-01-27  Ben DarnellRename future_wrap to return_future.
2013-01-27  Ben DarnellA couple of small 2.6-isms.
2013-01-27  Ben DarnellCentralize formatting of HTTP-style dates.
2013-01-27  Ben DarnellFix typo in next.rst.
2013-01-26  Ben DarnellUse httputil.HTTPHeaders for outgoing headers in Reques...
2013-01-26  Ben DarnellNote a performance improvement on PyPy in the release...
2013-01-26  Ben DarnellSplit up next.rst by module.
2013-01-25  Ben DarnellGet the test suite passing on windows again.
2013-01-24  Ben DarnellGet twisted_test running on python 3 too.
2013-01-24  Ben DarnellDocument --disable-ipv6 fix and only apply it when...
2013-01-24  bdarnellMerge pull request #670 from schlamar/patch-1
2013-01-24  Ben DarnellPreliminary support for ubuntu's python3-pycurl port.
2013-01-24  Ben DarnellAdd vagrant config for ubuntu 12.10.
next