]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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.
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...
2012-09-10  Ben DarnellKeep empty arguments in WSGI mode too.
2012-09-10  Ben DarnellMerge commit 'ebf17aa'
2012-09-10  Ben DarnellAdd additional command-line arguments to tornado.testin...
2012-09-10  Ben DarnellDocument the logging changes
2012-09-09  Ben DarnellIntroduce ExpectLog as a finer-grained alternative...
2012-09-09  Ben DarnellErrors while rendering templates no longer log the...
2012-09-09  Ben DarnellSuppress tornado.access logs in tests, and remove LogTr...
2012-09-09  Ben Darnellautoreload also needs to guarantee that logging is...
2012-09-09  Ben DarnellMove LogFormatter from options.py to log.py
2012-09-09  Ben DarnellCompensate for move to non-root loggers by calling...
2012-09-09  Ben DarnellSwitch from root logger to separate loggers.
2012-09-08  Ben DarnellStart new release notes
2012-09-07  Ben DarnellMerge branch 'master' into futures
2012-09-06  Ben DarnellMerge branch 'tornado3'
2012-09-06  Ben DarnellAdd unittest2 to other test configurations.
2012-09-05  bdarnellMerge pull request #593 from phihag/correct-AI_ADDRCONFIG
2012-09-05  Ben DarnellPost-release version bump
2012-09-04  Philipp HagemeisterAdd an example for flags 593/head
2012-09-04  Philipp HagemeisterDo not set AI_ADDRCONFIG in netutil.bind_sockets
2012-09-04  Philipp HagemeisterAdd a flags= option to netutil.bind_sockets
2012-09-04  Ben DarnellFinal 2.4 release notes v2.4.0
2012-09-04  Ben DarnellSet version number to 2.4
2012-09-03  Ben DarnellAdd magic for yielding futures.
2012-09-03  Ben DarnellAdd gen.YieldFuture.
next