]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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-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...
2012-06-17  Marc AbramowitzAdd py25 (depends on simplejson) to .travis.yml
2012-06-17  Marc AbramowitzAdd pypy to .travis.yml
2012-06-17  Marc AbramowitzAdd py26 back but make it an allowable failure
2012-06-15  bdarnellMerge pull request #536 from evanj/master
2012-06-15  Ben DarnellUpdate dependency versions
2012-06-14  Evan JonesDocumentation: Application(debug=True); autoreload... 536/head
2012-06-14  Ben DarnellFix load_gettext_translations on python 3
2012-06-14  Ben DarnellBetter ($LANG-independent) fix for csv translation...
2012-06-14  Ben DarnellIgnore ImportWarnings in tests.
2012-06-14  Ben DarnellGive test_request_timeout another 10ms slack.
2012-06-14  Ben DarnellBetter way to force a getaddrinfo error.
2012-06-13  Ben DarnellRun the tests in optimized mode too to ensure that...
2012-06-13  Ben DarnellReplace all assert statements in test code.
2012-06-13  bdarnellMerge pull request #532 from splav/master
next