]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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
2012-06-08  Ben DarnellRename AsyncSSLTestCase to AsyncHTTPTestCase.
2012-06-08  Ben DarnellMerge remote-tracking branch 'alekstorm/ssl_test' into...
2012-06-08  Ben DarnellMerge remote-tracking branch 'alekstorm/httpclient_stac...
2012-06-08  Ben DarnellAdd flush method to GzipDecompressor interface and...
2012-06-08  sergey aleksandrovpython3k to_unicode fix in locale.load_translations 532/head
2012-06-08  Alek StormAdd testing.AsyncSSLTestCase 531/head
2012-06-07  Alek StormFactored out body argument-parsing code into httputil... 530/head
2012-06-07  Alek StormFactor out gzip decompressor from SimpleAsyncHTTPClient... 529/head
2012-06-04  Ben DarnellUse https for all links to github.
2012-06-04  Ben DarnellUpdate README to match tornadoweb.org
2012-06-03  Ben DarnellSet alarms on child processes in process_test.
2012-06-03  Ben DarnellPost-release version bump
2012-06-03  Alek StormTimeouts in SimpleAsyncHTTPClient now raise HTTPError 527/head
2012-06-01  Ben DarnellSet version number to 2.3 v2.3.0
2012-06-01  Ben DarnellFinal 2.3 release notes
2012-05-31  bdarnellMerge pull request #521 from yoinc/master
2012-05-31  Eden LiRestore context for all read methods. 521/head
2012-05-28  Ben DarnellSet version number to 2.3rc1 488/head
2012-05-28  Ben DarnellQuick hack to make this test pass on cygwin
2012-05-28  Ben DarnellFix zope.interface/py25 dependencies for other tox...
2012-05-28  Ben DarnellDoc updates
2012-05-28  Ben DarnellRelease note updates
2012-05-28  Ben DarnellRemove unused variables
2012-05-28  Ben DarnellAdd future import to this new file for consistency
2012-05-28  Ben DarnellAnother round of minor whitespace cleanups from autopep8
2012-05-28  Ben DarnellRemove use of string exceptions in gen_test.
2012-05-27  Ben DarnellConnection errors can happen here too.
2012-05-27  Ben DarnellIOStreams now save the exception object that caused...
2012-05-26  Ben DarnellDelay check for socket.family (and make it jython-frien...
2012-05-26  bdarnellMerge pull request #514 from ahassany/fix-connectin...
2012-05-26  Ben DarnellExtract constant, add comments
2012-05-26  Ben DarnellMerge remote-tracking branch 'ei-grad/master'
2012-05-26  Ben DarnellOverride dict.copy in HTTPHeaders to return the correct...
2012-05-25  Andrew GrigorevSplit large chunks of data in IOStream.write. 516/head
2012-05-24  Ahmed El-HassanyBetter connection check in RequestHandler 514/head
2012-05-21  Ben DarnellIgnore any data after the final multipart boundary.
2012-05-21  Ben DarnellPrevent leak of StackContexts in repeated gen.engine...
2012-05-21  Ben DarnellRelease note updates
2012-05-20  Ben DarnellFix docstring formatting
2012-05-20  Ben DarnellMerge remote-tracking branch 'jjwchoy/master'
2012-05-20  Ben Darnell304 responses no longer include entity headers like...
2012-05-20  Ben DarnellAdd status_code to the OutputTransform.transform_first_...
2012-05-19  Ben DarnellFight bitrot in tornado.platform.twisted.
2012-05-12  Ben DarnellIgnore .class files (create by jython)
2012-05-12  Ben DarnellMove tornado.platform.windows.Waker to new module platf...
2012-05-11  Ben DarnellReplace all occurrences of 3-argument raise statements...
2012-05-10  Ben DarnellFix path parsing in HTTPServer.
2012-05-08  Jason ChoyTest strip and add space still works when extra_params... 506/head
2012-05-08  Jason ChoyAdded a test case for extra_params as a callable
next