]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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.
2013-01-22  Marc SchlaichUpdate tornado/netutil.py 670/head
2013-01-21  Ben DarnellAdd server_hostname to IOStream.connect, for SNI and...
2013-01-21  Ben DarnellOn py32+, methods that take ssl_options now also accept...
2013-01-21  Ben DarnellMove TCPServer to its own module.
2013-01-21  bdarnellMerge pull request #669 from mleonhard/master
2013-01-21  Michael LeonhardFix s3server.py to stop truncating downloads of images... 669/head
2013-01-20  Ben DarnellFix typos in TwistedIOLoop that always sent both read...
2013-01-20  Ben DarnellMake autoreload close the IOLoop through the standard...
2013-01-20  Ben DarnellFix some iter{items,keys,values} calls that slipped...
2013-01-20  Ben DarnellFix memory leak with gen.engine, RequestHandler.flush...
2013-01-19  Ben Darnellweb_test's wsgi_safe can be a class decorator too.
2013-01-19  Ben DarnellSave the address family when an HTTPConnection is created.
2013-01-19  Ben DarnellNo more need to check for 'ssl is None' or 'multiproce...
2013-01-19  Ben DarnellUse real class decorators and remove other py25-era...
2013-01-19  Ben DarnellUpdate autopep8 to 0.8.5 and run it.
2013-01-19  Ben DarnellRemove conditional imports for py25.
2013-01-19  Ben DarnellRemove the remaining traces of tornado.util.b.
2013-01-19  Ben DarnellReplace (most) calls to tornado.util.b() with byte...
2013-01-19  Ben DarnellDoc updates for py25 removal
2013-01-14  Ben DarnellRemove py25 from travis.yml
2013-01-14  Ben DarnellRemove our custom epoll module now that we only support...
2013-01-14  Ben DarnellRemove more py25 testing configs
2013-01-14  Ben DarnellGet all the tests passing under py3 without 2to3
2013-01-14  Ben DarnellGet autoreload working in py3 without 2to3.
2013-01-14  Ben DarnellCheckpoint: tests can now be imported in python 3 witho...
2013-01-14  Ben DarnellConvert print to a function and add future imports.
2013-01-14  Ben DarnellChange "except Type, value" to "except Type as value".
2013-01-14  Ben DarnellConvert all unicode literals to tornado.util.u.
2013-01-13  Ben DarnellAdd a simple sanity-check test for locale data.
2013-01-13  Ben DarnellAdd tornado.util.u and a fixer script to start using it.
2013-01-13  Ben DarnellDrop py25 from the main tox.ini
2013-01-12  Ben DarnellFix typo in docs
2012-12-30  Ben DarnellFix an import that's been missing since the options...
2012-12-27  Ben DarnellTest with twisted 12.3
2012-12-22  Ben DarnellAllow tuples for the IOStream.close exc_info argument.
2012-12-22  Ben DarnellMerge remote-tracking branch 'ajdavis/issue-651'
2012-12-21  Ben DarnellRelease notes for add_headers change
2012-12-21  Ben DarnellMerge remote-tracking branch 'jparise/append-handlers...
2012-12-21  bdarnellMerge pull request #654 from davidwilemski/patch-1
2012-12-15  David WilemskiFix typo in releases/next.rst 654/head
2012-12-11  A. Jesse Jiryu... Avoid setting IOStream.error to wrong exception, close... 653/head
2012-12-09  Ben DarnellReplace a couple of contextmanager functions with Excep...
2012-12-09  Ben DarnellMerge remote-tracking branch 'rhettg/master' into work
next