]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2012-09-29  Ben DarnellRelease notes for stack_context changes
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-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-01  bdarnellMerge pull request #591 from taylorhughes/master 500/head
2012-09-01  Taylor HughesMake it obvious to anyone reading copy-pasted example... 591/head
2012-09-01  Taylor HughesMake it obvious to anyone reading copy-pasted example...
2012-08-30  Ben DarnellReplace our hacky homegrown test skipping with unittest...
2012-08-30  Ben DarnellStart using new unittest features from py27/unittest2.
2012-08-30  Ben DarnellMove maint/appengine to maint/test/appengine
2012-08-30  Ben DarnellTwisted is dropping python 2.5 support in their upcomin...
2012-08-29  Ben DarnellAutobahn websocket test has moved to a separate package.
2012-08-28  Ben DarnellFix tests on windows
2012-08-28  Ben DarnellAdd link to new settings docs in release notes
2012-08-27  Ben DarnellOrganize next-release notes.
2012-08-27  Ben DarnellDocument all available application settings.
2012-08-27  Ben DarnellFill in missing docs and other minor doc updates.
2012-08-27  Ben DarnellRun twisted tests in a temporary directory so they...
2012-08-27  Ben DarnellAutopep8 cleanups.
2012-08-27  Ben DarnellDon't let autopep8 rewrite all the lines longer than...
2012-08-27  Ben DarnellRelease note updates
2012-08-27  Ben DarnellFix template errors with empty blocks.
2012-08-27  Ben DarnellRefactor template namespace from render_string to its...
2012-08-26  Ben DarnellMake the openid claimed_id available in OpenIDMixin
2012-08-26  Ben DarnellMake authdemo's logout less confusing.
2012-08-25  Ben DarnellRelease note updates
2012-08-20  Ben DarnellFix test for pre-2.7 assertions
2012-08-20  Ben DarnellMerge remote-tracking branch 'evanj/master' into merge
2012-08-20  Ben DarnellWhen closing an HTTPConnection, also clear a circular...
2012-08-19  Ben DarnellAllow calls to SSLIOStream.write while the connection...
2012-08-19  Ben DarnellReorganize IOStream tests and run them in both regular...
2012-08-19  Ben DarnellAdd binary_form argument to get_ssl_certificate.
2012-08-16  Yusuf SimonsonDo not remove empty GET/POST parameters
2012-08-15  Ben DarnellTest cleanup.
2012-08-15  Ben DarnellMerge remote-tracking branch 'bergundy/upstream'
2012-08-15  Roey Bermanadded b() to string assertion in simple_httpclient_test... 575/head
2012-08-15  Roey Bermanadded b to stream write (for passing python3 tests
2012-08-15  Roey Bermanignore 1xx headers prev commit was incomplete, fixed
2012-08-13  Ben DarnellBlacklist a few more twisted tests that seem flaky
2012-08-13  Ben DarnellUpdate docutils dependency version.
2012-08-12  Ben DarnellFix str/bytes problems in the auth module on python 3.
2012-08-11  Ben DarnellRemove httpclient max_simultaneous_connections argument.
2012-08-11  Ben DarnellMerge branch 'branch2.3'
2012-08-11  Ben DarnellUpdate doc examples for xsrf_form_html.
2012-08-11  Ben DarnellLatex output file must end in .tex
2012-08-11  Ben DarnellAdd latex_documents configuration so readthedocs can...
2012-08-11  Ben DarnellLatex output file must end in .tex
2012-08-11  Ben DarnellAdd latex_documents configuration so readthedocs can...
2012-08-06  StilettoFire shutdown event from main loop 574/head
2012-08-06  StilettoFixed shutdown sequence in twisted reactor
2012-08-02  Evan Jonessimple_httpclient: Report errno and reason for connecti... 577/head
2012-07-31  Roey Bermansimple_httpclient: ignore 1xx headers
2012-07-31  bdarnellMerge pull request #573 from ewdurbin/master
2012-07-31  Roey Bermaniostream_test: moved the server.close() call from write...
2012-07-30  Ernest W. Durbin IIImore oob changes 573/head
2012-07-29  bdarnellMerge pull request #569 from MartinMartimeo/patch-1
2012-07-21  MartinMartimeoOmitting super(...).__init__() causes python, when... 569/head
2012-07-14  bdarnellMerge pull request #560 from ei-grad/master
next