]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2014-06-26  likangAssume all config files are encoded in UTF-8 1086/head
2014-06-25  likangMake options.parse_config_file supporting custom encoding
2014-06-25  Ben DarnellAdd the start of a new user guide.
2014-06-21  Ben DarnellSet version number to 4.0b1 v4.0.0b1
2014-06-21  Ben DarnellUpdate docs for deprecations and removals.
2014-06-21  Ben DarnellDrop support for the draft76 version of WebSockets.
2014-06-21  Ben DarnellEdit comments to discourage creation of new OutputTrans...
2014-06-21  Ben DarnellUpdate tests after the removal of get_error_html.
2014-06-21  Ben DarnellIncrease the test timeout on travis.
2014-06-21  Ben DarnellRemove support for the old get_error_html function.
2014-06-21  Ben DarnellRemove workarounds for ancient versions of libcurl.
2014-06-21  Ben DarnellAdd pypy3 to tox.ini.
2014-06-20  Ben DarnellRelease note updates.
2014-06-19  Ben DarnellAdd new exception tornado.web.Finish to quietly end...
2014-06-18  Ben DarnellIntroduce IOLoop.call_later and call_at.
2014-06-17  Ben DarnellFix a leak in AsyncHTTPClient shutdown.
2014-06-16  Ben DarnellIntroduce IOLoop.spawn_callback.
2014-06-16  Ben DarnellRename HTTP{In,Out}putException to HTTP{In,Out}putError.
2014-06-16  Ben DarnellRelax restrictions on HTTP methods in WebSocketHandler.
2014-06-15  Ben DarnellDocument that IOStream.connect blocks on DNS and recomm...
2014-06-15  Ben DarnellAdd clearer message for fetch() on closed AsyncHTTPClient.
2014-06-15  Ben DarnellDocument AsyncHTTPClient's defaults argument.
2014-06-15  Ben DarnellImprove callback scheduling.
2014-06-15  Ben DarnellRemove async_callback wrapper functions, which have...
2014-06-15  Ben DarnellAdd ETIMEDOUT to the list of relatively benign unclean...
2014-06-15  Ben DarnellWhen a function on the IOLoop returns a Future, log...
2014-06-07  Ben DarnellThe next version will be 4.0, not 3.3, so update all...
2014-06-07  Ben DarnellBroaden catch clause in extension building.
2014-06-04  Ben DarnellMerge branch 'master' of github.com:tornadoweb/tornado
2014-06-04  Ben DarnellMerge branch 'branch3.2'
2014-06-04  Ben DarnellSet version number to 3.2.2 branch3.2 v3.2.2
2014-06-04  Ben DarnellDocs for xsrf cookie change; 3.2.2 release notes.
2014-06-03  Ben DarnellMerge pull request #1069 from drewbrew/master
2014-06-03  drewbrewioloop.py: use itertools.count() as tiebreaker to prese... 1069/head
2014-06-01  Ben DarnellAdd threadedresolver configuration to tox.ini (it was...
2014-06-01  Ben DarnellFix another ipv6 test that was flaky on travis due...
2014-06-01  Ben DarnellRefine logging in http1connection.py.
2014-06-01  Ben DarnellRemove all use of async_callback in tornado.auth.
2014-06-01  Ben DarnellMerge pull request #1068 from patrickfuller/master
2014-05-28  Patrick FullerUpdated Google Auth docs to reflect API changes 1068/head
2014-05-27  Ben DarnellAdd the option to request an older xsrf cookie version.
2014-05-27  Ben DarnellChange the xsrf cookie format to be masked with a rando...
2014-05-27  Ben DarnellSmall security improvements to xsrf tokens; add tests.
2014-05-27  Ben DarnellFix imports for the new version of trollius, which...
2014-05-27  Ben DarnellFix imports for the new version of trollius, which...
2014-05-26  Ben DarnellRun the sphinx tests under py3.4 instead of py2.7.
2014-05-26  Ben DarnellDisallow non-absolute urls in origin field.
2014-05-26  Ben DarnellMerge remote-tracking branch 'rgbkrk/cross_origin'...
2014-05-25  Ben DarnellDocument max_write_buffer_size.
2014-05-25  Ben DarnellMerge remote-tracking branch 'methane/write-buffer...
2014-05-25  Ben DarnellStream large response bodies from StaticFileHandler.
2014-05-25  Ben DarnellImprove performance of HEAD requests on large static...
2014-05-25  Ben DarnellRemove HTTP method check from HTTPServerRequest._parse_...
2014-05-25  Ben DarnellDoc and release note updates.
2014-05-25  Ben DarnellFix syntax error in travis.yml
2014-05-25  Ben DarnellAdd TwistedIOLoop test on python 3 to tox and travis.
2014-05-25  Ben DarnellAutopep8 formatting updates.
2014-05-25  Ben DarnellBump required autopep8 version.
2014-05-25  Ben DarnellPyflakes cleanup.
2014-05-25  Ben DarnellSwitch to python 3.4 for maint/requirements.txt.
2014-05-25  Ben DarnellUpdate maint/requirements.txt versions.
2014-05-24  Ben DarnellSkip dual-stack ipv4/ipv6 tests on travis.
2014-05-24  Ben DarnellAdd a future-based alternative to gen.Multi to avoid...
2014-05-24  Ben DarnellTCPClient: connect without SSL and wrap the connection...
2014-05-24  Ben DarnellImplement IOStream.start_tls to convert an IOStream...
2014-05-21  Ben DarnellBetter logging to diagnose this flaky test on travis.
2014-05-20  Ben DarnellAdd some logging to diagnose this flaky test on travis.
2014-05-20  Ben DarnellChange an assert to an explicit exception.
2014-05-20  Ben DarnellMerge remote-tracking branch 'dano/master'
2014-05-19  danoFixes based on code review. 1053/head
2014-05-19  Ben DarnellMake gen.Task a function returning a Future instead...
2014-05-19  Ben DarnellRemove test_websocket_network_timeout.
2014-05-19  Ben DarnellUse Resolver instead of socket.getaddrinfo to decide...
2014-05-19  Ben DarnellRaise StreamClosedError instead of IOError for ECONNRESET.
2014-05-18  Ben DarnellFix tcpclient test when ipv6 is available but 'localhos...
2014-05-18  Ben DarnellAllow ipv6 in simple_httpclient by default.
2014-05-18  Ben DarnellImplement the "happy eyeballs" algorithm for ipv4/ipv6...
2014-05-18  Ben DarnellHack around mac ipv6 firewall problems in bind_sockets...
2014-05-18  Ben DarnellRefactor connection logic from simple_httpclient to...
2014-05-17  Ben DarnellFix Tornado on Google App Engine.
2014-05-17  Ben DarnellPoint all links to the 'demos' directory to the stable...
2014-05-17  Ben DarnellDocument gen_test change.
2014-05-17  Ben DarnellMerge pull request #1061 from stj/master
2014-05-16  Stefan TjarksExtended gen_test decorator to pass args and kwargs. 1061/head
2014-05-14  danoMerge remote-tracking branch 'upstream/master'
2014-05-14  danoUse parse_response_start_line instead of re
2014-05-14  Ben DarnellEnsure that travis test runs can see .coveragerc
2014-05-14  Ben DarnellMerge branch 'branch3.2'
2014-05-14  Ben DarnellUpdate links to github repo; add announcement mailing...
2014-05-14  Ben DarnellAlso exclude pycares from pypy on travis.
2014-05-13  Ben Darnell.travis.yml: don't install Twisted on 3.2 or pycurl...
2014-05-13  Ben DarnellFix .travis.yaml syntax error.
2014-05-13  Ben DarnellTwisted 14.0.0 is now (partially) installable on python...
2014-05-12  Ben DarnellMerge pull request #1055 from schlamar/patch-1
2014-05-12  Marc SchlaichTest Python 3.4 on Travis. 1055/head
2014-05-12  Ben DarnellDecouple read_from_buffer's search for the endpoint...
2014-05-12  danoUpdate documentation
2014-05-12  Ben DarnellIOStream: do not listen for close events if there is...
2014-05-11  Ben DarnellAdd gen.moment, a yieldable object that resumes after...
2014-05-11  danoAnother test
next