]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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  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 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.
2012-10-07  Ben DarnellAdd a little more slack to this timing test.
2012-10-07  Ben DarnellCheck self.closed() in the inner read loop of IOStream.
2012-10-06  Ben DarnellAvoid creating multiple redundant autoreload callbacks.
2012-10-05  Ben DarnellOne more log spam test: connect then immediately close...
2012-10-05  Ben DarnellAdd tests and release notes for {% apply %} unicode...
2012-10-05  Ben DarnellMerge remote-tracking branch 'dmitric/master'
2012-10-05  Ben DarnellFix typo in release notes (thanks jparise!))
2012-10-04  Dmitri CherniakEnsure result from apply block is utf8 606/head
2012-10-04  Ben DarnellReduce log spam from closed client connections.
2012-10-01  Ben DarnellAdd time_func parameter to IOLoop, and make it possible...
2012-10-01  Ben DarnellIOLoop poller implementations are now subclasses of...
2012-10-01  Ben DarnellExtract configure logic from AsyncHTTPClient to a base...
2012-10-01  Ben DarnellAsyncHTTPClient: remove legacy magic around max_clients...
2012-09-30  Ben DarnellOptionParser now contains a dict rather than subclassin...
2012-09-30  Ben DarnellDoc updates for the options module
2012-09-30  Ben DarnellRename _Options to OptionParser, and fix bugs with...
2012-09-30  Ben DarnellAdd per-option callbacks, and implement --help with...
2012-09-30  Ben DarnellIntroduce parse callbacks in the options module.
2012-09-30  Ben DarnellAsyncHTTPTestCase: bind the server port earlier so...
2012-09-30  Ben DarnellAdd futures to travis and vm tests, update assorted...
2012-09-30  Ben DarnellCleanly shut down the ThreadPoolExecutor in Resolver...
2012-09-29  Ben DarnellDoc coverage updates
2012-09-29  Ben DarnellRelease notes for futures branch merge.
2012-09-29  Ben DarnellMerge branch 'futures'
2012-09-29  Ben DarnellDrop twisted tests from pypy-full configuration.
2012-09-29  Ben DarnellRelease notes for stack_context changes
2012-09-29  Ben DarnellMerge branch 'master' into futures
2012-09-29  Ben DarnellSimplify StackContext logic and behavior.
2012-09-29  Ben DarnellImprove isolation of stack contexts.
2012-09-29  Ben DarnellRelease note updates
2012-09-29  Ben DarnellAdd IOLoop.add_callback_from_signal, which avoids deadlocks
2012-09-29  Ben DarnellPython 3.3 includes a fast time-independent comparison...
2012-09-24  Ben DarnellApply my own suggested changes from pull request #555.
2012-09-24  Ben DarnellAllow non-standard HTTP codes to be passed with HTTPError.
2012-09-24  Ben DarnellMerge branch 'master' into merge
2012-09-24  Ben DarnellFix status/reason tests for py3, -curl, and -opt modes
2012-09-20  Ben DarnellSet Date header by default on all responses.
2012-09-20  Joachim BauchSupport sending ping frames, trigger callback on pong...
2012-09-20  Ben DarnellDon't try to call set_wakeup_fd on windows, it crashes...
2012-09-17  Ben DarnellUse signal.set_wakeup_fd in IOLoop to close a race...
2012-09-17  Ben DarnellSubprocess.returncode should match subprocess.Popen...
2012-09-17  Ben DarnellSkip pipe and subprocess tests on windows.
2012-09-17  Ben DarnellAdd a SIGCHILD handler to Subprocess.
2012-09-17  Ben DarnellRelease notes.
2012-09-17  Ben DarnellAdd tornado.process.Subprocess
2012-09-17  Ben DarnellAdd PipeIOStream
2012-09-16  Ben DarnellSplit IOStream into BaseIOStream and IOStream.
2012-09-16  Ben DarnellRemove tornado.database, which is now distributed separ...
2012-09-16  Ben DarnellMention HTTPError explicitly in the write_error docs.
2012-09-10  Ben DarnellReplace get_unused_port with bind_unused_port, which...
2012-09-10  Ben DarnellRun more of web_test in wsgi_test. Fix a bug with...
next