]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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
2012-05-07  Ben DarnellFix handling of non-ascii data in reverse_url.
2012-05-07  Ben DarnellUpdate next release notes
2012-05-07  Ben DarnellRefactor tornado.options to make it testable.
2012-05-07  bdarnellMerge pull request #498 from mckoss/feature/set-option
2012-05-07  bdarnellMerge pull request #484 from vadimg/master
2012-05-07  Ben DarnellMerge remote-tracking branch 'mckoss/feature/pretty...
2012-05-07  Ben DarnellFix test on python 3
2012-05-07  Ben DarnellMerge remote-tracking branch 'screeley/master'
2012-05-07  Ben DarnellFix bug when max_clients kwarg is passed to AsyncHTTPCl...
2012-05-07  Ben DarnellMake autoreload a little more robust against weird...
2012-05-07  bdarnellMerge pull request #497 from polymorphm/master
2012-05-07  Ben DarnellDocument and test for type differences between get_cook...
2012-05-06  Ben DarnellExpand path encoding test to cover issues raised by...
2012-05-06  bdarnellMerge pull request #503 from jparise/http-patch-method
2012-05-06  Casey MullerFix setting cookies under WSGI, broken by the rename...
2012-05-06  Jason ChoyModified linkify to accept a callable for extra_params...
2012-05-02  Jon PariseAdd support for the HTTP PATCH method. 503/head
2012-04-28  Ben DarnellUbuntu 12.04 is out, so add a vagrant config for it.
2012-04-27  Mike Kossfix bug when no help text given for option - wrap retur... 487/head
2012-04-26  Mike Kossfix bug setting options programatically 498/head
2012-04-24  Ben DarnellRemove python 3 colored logging fix from next release...
2012-04-24  Ben DarnellMerge branch 'branch2.2'
2012-04-24  Ben DarnellAdd .travis.yml file to branch2.2 just to make everythi...
next