]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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
2012-12-09  Ben DarnellRun AsyncHTTPClient callbacks on the IOLoop for a clean...
2012-12-09  Ben DarnellTwistedIOLoop now supports overriding handle_callback_e...
2012-12-08  Ben DarnellRemove some now-unnecessary calls to functools.partial
2012-12-08  Ben DarnellAdd forgotten release note.
2012-12-08  Ben Darnelladd_callback now takes *args, **kwargs.
2012-12-08  Rhett GarberDon't catch and hide exceptions caused by callbacks... 652/head
2012-12-07  Ben Darnellcurl_httpclient: don't call remove_handler if we never...
2012-12-07  Ben DarnellCatch all exceptions, not just {OS,IO}Error in IOLoop...
2012-12-02  Ben DarnellAdd path_{kw,}args attributes to RequestHandler.
2012-12-02  Ben DarnellReturn a Vary: Accept-Encoding header whenever gzip...
2012-12-02  Ben DarnellAdd tests using the Redbot library for HTTP validation...
2012-12-02  Ben DarnellDocument the use of self.xsrf_token to set the cookie...
2012-12-01  Ben DarnellDocument the need to pass Connection: close when using...
2012-12-01  Ben DarnellAdd a mock.patch-compatible wrapper for options objects.
2012-11-27  Ben DarnellDoc cleanups.
2012-11-25  Ben DarnellErrorHandler no longer requires XSRF tokens.
2012-11-25  Ben DarnellAdd protocol kwarg to HTTPServer constructor.
2012-11-25  Ben DarnellAccept Content-Length headers in 304 responses.
2012-11-25  Ben DarnellRemove now-redundant entries from next.rst, bump versio...
2012-11-25  Ben DarnellMerge branch 'branch2.4'
2012-11-25  Ben DarnellBump version to 2.4.1, update release notes. v2.4.1
2012-11-22  Ben DarnellFix a bug with IOStream.read_until_close with a streami...
2012-11-22  Ben DarnellFix TwitterMixin on Python 3.
2012-11-22  Ben DarnellFix a memory leak in stack_context.
2012-11-19  Ben DarnellUse AsyncHTTPClient's defaults option in AsyncHTTPSTest...
2012-11-19  Ben DarnellRemove redundant logging of read errors in IOStream.
2012-11-19  Ben DarnellAllow default HTTPRequest attributes to be set globally...
2012-11-18  Ben DarnellRemove outdated warnings and config instructions from...
2012-11-18  Ben DarnellMerge branch 'branch2.4'
2012-11-18  Ben DarnellUpgrade appengine website to python 2.7.
2012-11-18  Ben DarnellUpdate app engine id for HRD migration.
2012-11-18  Ben DarnellDocument the deprecation of tornado.database in the...
2012-11-18  Jon Parise_get_host_handlers() now returns all host matches. 628/head
2012-11-18  Jon PariseMerge branch 'master' into append-handlers
2012-11-18  Ben DarnellMake header_callback behavior consistent across both...
2012-11-18  Ben DarnellFix If-None-Match support for StaticFileHandler.
2012-11-17  Ben DarnellFix a memory leak in stack_context.
2012-11-17  Ben DarnellEnsure that add_callback fails cleanly if called while...
2012-11-17  Ben DarnellFix TwitterMixin on Python 3.
2012-11-11  bdarnellMerge pull request #627 from jparise/urlspec-repr
2012-11-11  bdarnellMerge pull request #624 from pablopda/master
2012-11-09  Ben DarnellFix a bug with IOStream.read_until_close with a streami...
2012-11-07  Jon PariseAllow add_handlers() to append to existing hosts.
2012-11-07  Jon PariseAdd a helpful __repr__ implementation to URLSpec. 627/head
2012-11-02  Pablo Perez... Mv README so github web interface recognize its markup... 624/head
2012-11-01  Ben DarnellRelease notes for 302/303 change.
2012-11-01  Ben Darnellsimple_httpclient: Treat 302 like 303.
2012-10-30  Ben DarnellAsyncHTTPTestCase no longer closes AsyncHTTPClients...
2012-10-23  Peter SobotAdded more sensical callback time verification. 616/head
2012-10-23  Peter SobotAdded period check in PeriodicCallback
2012-10-19  Ben DarnellAdd a comment to runtests.sh about python 3.
2012-10-08  Ben DarnellActually use add_callback_from_signal from the SIGCHLD...
2012-10-07  Ben DarnellFix TwistedIOLoop on epoll.
2012-10-07  Ben DarnellImplement TwistedIOLoop, to bridge the gap with Twisted...
2012-10-07  Ben DarnellRemove the method IOLoop.running.
2012-10-07  Ben DarnellSplit IOLoop into a base class and poll-based implement...
2012-10-07  Ben DarnellMove IOLoop subclasses to their own modules under platform.
next