]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-03-13  Ben DarnellFix html markup in sphinx docs branch2.4
2013-03-12  Ben DarnellAdd google webmaster tools verification tag
2013-03-10  Ben DarnellFix broken links
2013-03-10  Ben DarnellAdd favicon to sphinx config
2013-03-10  Ben DarnellAdd a max-width for body text to match the appengine...
2013-03-10  Ben DarnellGet the tricky parts of the sphinx conversion working.
2013-03-10  Ben DarnellAdd a sphinx/rst version of the tornadoweb.org index...
2013-03-10  Ben Darnellsphinx: Set the html_theme variable explicitly.
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-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-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 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-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
2012-07-14  Roey BermanFixed and added regression test for a bug that was...
2012-07-09  Andrew Grigorevformatting 560/head
2012-07-09  Andrew Grigorevoutput a peer name to log message on ssl errors
2012-07-04  bdarnellMerge pull request #557 from raullenchai/master
2012-07-04  Ben DarnellFix sphinx formatting of new docstring
2012-07-04  bdarnellMerge pull request #556 from yoinc/master
2012-07-03  Raullenreturn None when a secure-cookie is forged 557/head
2012-07-02  Joey LiawForward testing.main kwargs to unittest.main 556/head
2012-06-29  Ben DarnellDisallow multiple calls to add_handler for the same...
2012-06-29  bdarnellMerge pull request #551 from minrk/reuseaddr
2012-06-29  bdarnellMerge pull request #547 from evanj/master
2012-06-29  bdarnellMerge pull request #552 from vigasin/master
2012-06-29  Ben DarnellUse non-deprecated zope.interface methods in twisted...
2012-06-28  MinRKskip EXCLUSIVEADDRUSE on Windows 551/head
2012-06-28  Ivan VigasinFix ssl socket error handling. 552/head
2012-06-28  Evan JonesTCPServer: Do some validation of ssl_options 547/head
2012-06-28  MinRKset SO_EXCLUSIVEADDRUSER on Windows instead of SO_REUSEADDR
2012-06-27  Ben DarnellFix (and test and document) logging on py2 with non...
2012-06-27  bdarnellMerge pull request #549 from polymorphm/bugfix_stack_co...
2012-06-27  Andrej A Antonovfixed the bug that tornado.stack_context.wrap restricts... 549/head
2012-06-25  Ben DarnellTests and docs for break/continue in templates
2012-06-25  Felinx LeeAdd continue and break statement support in while and...
2012-06-25  bdarnellMerge pull request #530 from alekstorm/body_args
2012-06-25  Ben DarnellEncourage "python -m tornado.test.runtests" as the...
2012-06-18  Ben DarnellAdd pypy-full to default envlist too
2012-06-18  Ben DarnellAdd a pypy-full test configuration.
2012-06-18  Ben DarnellGet rid of test_sslv2_fail.
2012-06-18  Ben DarnellRun some (synchronous) web.py tests via wsgi too.
2012-06-18  bdarnellMerge pull request #540 from zhuzhuor/master
2012-06-18  Bo Zhufixed the bug that RequestHandler.add_header doesn... 540/head
2012-06-17  bdarnellMerge pull request #539 from msabramo/travis-py26-allow...
2012-06-17  Marc Abramowitz.travis.yml: Test py32 with LANG=C and LANG=en_US.utf-8 539/head
2012-06-17  Marc Abramowitz.travis.yml: Test with more full dependencies using...
next