]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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-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...
2012-04-24  Ben DarnellCherry-pick cc8e893 into branch2.2
2012-04-24  Ben DarnellVersion number bump for 2.2.1 v2.2.1
2012-04-24  Ben DarnellRelease notes for 2.2.1
2012-04-24  Ben DarnellFix reponse header sanitization.
2012-04-24  Ben DarnellCherry-pick b151a1ee967 into branch2.2.
2012-04-24  Ben DarnellPin twisted versions in the 2.2 branch to 11.1.0 since...
2012-04-23  Ben DarnellUpdate vagrant configs for vagrant 1.0
2012-04-20  Andrej A Antonovdouble-checked-locking in tornado.ioloop.IOLoop.instance() 497/head
2012-04-19  Ben DarnellDisable python 2.6 on travis-ci, since I don't have...
2012-04-19  Ben DarnellIncrease verbosity for tests on travis-ci to track...
2012-04-19  Ben DarnellThe RequestHandler.flush callback should be run even...
2012-04-19  bdarnellMerge pull request #495 from alekstorm/template_try_else
2012-04-19  Ben DarnellOpen template files in binary mode (to be decoded as...
2012-04-19  Ben DarnellTweak a timing-sensitive test to have fewer false failures.
2012-04-17  Alek StormAdd `else` as possible sub-clause in `try` blocks in... 495/head
2012-04-05  Mike Kosspretty up --help formatting 461/head
2012-04-01  Ben DarnellMake tornado.database importable when MySQLdb is not...
2012-03-27  Vadim Graboysfix handling of multiple commandline args 484/head
2012-03-26  Ben DarnellRelease note updates
2012-03-26  Ben DarnellIncrease performance of IOStream.read_until and read_un...
2012-03-25  Ben DarnellClean up alarm signals in process_test when the test...
2012-03-24  Ben DarnellAdd python 3.3 (alpha) to the tox config.
2012-03-24  Ben DarnellExpand documentation for IOLoop.stop and IOLoop.close
2012-03-24  Ben DarnellRename example in docs for clarity
2012-03-24  Ben DarnellMerge branch 'master' of github.com:facebook/tornado
2012-03-24  Ben DarnellMerge remote-tracking branch 'alekstorm/read_from_buffe...
2012-03-24  bdarnellMerge pull request #482 from wsantos/patch-2
2012-03-24  Ben DarnellAdd HTTPServer's type test to WSGIApplication, and...
2012-03-24  Ben DarnellMerge remote-tracking branch 'jsamuel/wsgi-arg-keys...
2012-03-24  bdarnellMerge pull request #475 from andrew-d/master
2012-03-24  Ben DarnellDisable twisted process tests, which don't work for...
2012-03-21  Waldecir Loureiro... we dont need post_args in url, post_args will be sended... 482/head
2012-03-19  Justin SamuelFix keys in wsgi request arguments being bytes in pytho... 481/head
2012-03-15  Alek StormRefactor IOStream.read_from_buffer() for speed, clarity 479/head
2012-03-08  AndrewDModified addslash & removeslash to use permanent redirect 475/head
2012-03-06  Ben DarnellOne more autoreload path tweak: set $PYTHONPATH just...
next