]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2015-07-05  Lee ClemensUpdate travis-ci.org URL in comment 1461/head
2015-07-04  Ben DarnellSupport pickling of HTTPHeaders.
2015-07-04  Ben DarnellMake dashes and underscores interchangeable in option...
2015-07-04  Ben DarnellUse unittest.mock in test_gaierror.
2015-07-04  Ben DarnellAdd filename to template.ParseError messages.
2015-07-04  Ben DarnellMerge branch 'pr1456'
2015-07-04  Ben DarnellFix doctests.
2015-07-04  Ben DarnellRemove _OAUTH_USERINFO_URL.
2015-07-03  Ben DarnellMerge pull request #1460 from ianmackinnon/feature...
2015-07-02  Ian MackinnonFix unicode syntax for Python 3. 1460/head
2015-07-02  Ian MackinnonAdd Google OAuth2 user info request.
2015-07-01  Ben DarnellUpdate outdated comment.
2015-06-28  Ben DarnellIntroduce OAuth2Mixin.oauth2_request.
2015-06-21  Ben DarnellDocument StaticFileHandler's default_filename option.
2015-06-21  Ben DarnellClear __package__ in script run by autoreload CLI.
2015-06-21  Greg WardTie the example for AsyncHTTPTestCase to real code. 1456/head
2015-06-21  Greg WardClarify the role and meaning of self.fetch() in AsyncHT...
2015-06-21  Greg WardConsistently format the three "Hello, world" examples...
2015-06-11  Ben DarnellSupport Python 3.5 async/await native coroutines.
2015-06-06  Ben DarnellGet the tests passing under Python 3.5b2
2015-06-06  Ben DarnellBump version number to 4.3.dev1
2015-05-27  Ben DarnellSet version number to 4.2.0 v4.2.0
2015-05-27  Ben DarnellClarify release notes about create_default_context.
2015-05-25  Ben DarnellMerge pull request #1446 from nero-luci/patch-1
2015-05-25  Cornel Punga[httputil.py] Word correction 1446/head
2015-05-20  Ben DarnellDisable twisted's test_process on python 3.
2015-05-10  Ben DarnellFix title of 4.2 release notes page v4.2.0b1
2015-05-10  Ben DarnellAdd missing release notes file.
2015-05-10  Ben DarnellSet version number to 4.2b1
2015-05-10  Ben DarnellUpdate release notes
2015-05-10  Ben DarnellDocument RequestHandler.patch.
2015-05-08  Ben DarnellMerge pull request #1436 from alunduil/add-dcos-to...
2015-05-07  Alex Brandtadd docs recursively to MANIFEST.in 1436/head
2015-05-06  Ben DarnellRemove weak reference from WaitIterator.
2015-05-06  Ben DarnellEcho the received websocket close code.
2015-05-06  Ben DarnellDocument (ignored) timeout argument to Future methods.
2015-04-29  Ben DarnellMerge pull request #1432 from szweep/unescape_fix
2015-04-24  szweepModify xhtml_unescape to handle hex numeric refs 1432/head
2015-04-24  Ben DarnellMerge pull request #1431 from ajdavis/changelog-event-fix
2015-04-24  Ben DarnellMerge pull request #1430 from ajdavis/spelling
2015-04-24  A. Jesse Jiryu... More detail about porting from toro.Event. 1431/head
2015-04-24  A. Jesse Jiryu... Spelling. 1430/head
2015-04-19  Ben DarnellMake HTTPHeaders compatible with copy.copy and copy...
2015-04-19  Ben DarnellMerge pull request #1399 from martinhoefling/master
2015-04-19  Ben DarnellMore doc updates.
2015-04-19  Ben DarnellUpdate release notes
2015-04-19  Ben DarnellMerge pull request #1423 from ajdavis/changelog-locks...
2015-04-19  Ben DarnellMerge pull request #1422 from ajdavis/timeouts-not...
2015-04-19  Martin HoeflingMerge branch 'master' of https://github.com/tornadoweb... 1399/head
2015-04-19  Martin HoeflingDocumentation for key versioning added
2015-04-19  Martin HoeflingKey versioning: review comments addressed
2015-04-19  A. Jesse Jiryu... Notes for porting from Toro to Tornado. 1423/head
2015-04-19  A. Jesse Jiryu... Document the Lock class.
2015-04-19  Ben DarnellDelay shutdown of the IOLoop in sync HTTPClient test.
2015-04-19  A. Jesse Jiryu... Replace 'deadline' with 'timeout' for Lock.acquire. 1422/head
2015-04-19  A. Jesse Jiryu... Condition.wait examples should show timeout, not deadline.
2015-04-18  Ben DarnellFix WaitIterator when no hard reference is kept.
2015-04-18  Ben DarnellClean up and document run_on_executor kwargs change.
2015-04-18  Ben DarnellMerge pull request #1406 from legnaleurc/run_on_executor
2015-04-18  Ben DarnellFix exception handling in CurlAsyncHTTPClient._process_...
2015-04-18  Ben DarnellAdd raise_error behavior to Subprocess.wait_for_exit.
2015-04-18  Ben DarnellMerge pull request #1419 from kippandrew/fix-client...
2015-04-18  Ben DarnellUse the correct expression for detecting the presence...
2015-04-18  Ben DarnellFix typo in travis.yml
2015-04-18  Ben DarnellAdd AsyncIOLoop to travis.yml
2015-04-18  Ben DarnellAdd **kwargs to IOLoop initializers.
2015-04-17  Ben DarnellMerge pull request #1421 from ajdavis/spider-example
2015-04-17  A. Jesse Jiryu... Remove unnecessary "start-file" markup. 1421/head
2015-04-15  A. Jesse Jiryu... Remove redundant description of web-spider demo.
2015-04-15  A. Jesse Jiryu... Add a web spider example to demonstrate Queue.
2015-04-14  Andy KippFix for python 3 1419/head
2015-04-14  Andy KippSend max_body_size to HTTP1Connection
2015-04-13  Ben DarnellMerge pull request #1417 from ajdavis/locks-doctests
2015-04-12  A. Jesse Jiryu... Move doctests from locks.rst to locks.py docstrings. 1417/head
2015-04-12  Ben DarnellMerge pull request #1416 from ajdavis/reliable-queues...
2015-04-12  A. Jesse Jiryu... Reliable Semaphore doctest. 1416/head
2015-04-10  Ben DarnellMerge pull request #1409 from ajdavis/document-queues
2015-04-10  Ben DarnellMerge pull request #1408 from ajdavis/doc-bounded-sem
2015-04-10  A. Jesse Jiryu... Remove redundant doctest of BoundedSemaphore.release. 1408/head
2015-04-10  A. Jesse Jiryu... Move doctests from queues.rst to queues.py. 1409/head
2015-04-10  A. Jesse Jiryu... Add "autoclass" for PriorityQueue and LifoQueue.
2015-04-10  A. Jesse Jiryu... Use autoexception for QueueFull/Empty docs.
2015-04-09  Ben DarnellMerge pull request #1412 from abhinav/master
2015-04-08  Ben DarnellMerge pull request #1411 from Liuchang0812/fix-format
2015-04-07  Abhinav GuptaAllow the same future multiple times in `multi_future` 1412/head
2015-04-05  whu_liuchangUpdate blog.py 1411/head
2015-04-04  A. Jesse Jiryu... Document queues.
2015-04-04  A. Jesse Jiryu... Document locks.BoundedSemaphore.
2015-04-03  Ben DarnellMerge pull request #1405 from scipetr/patch-1
2015-04-02  Wei-Cheng PanAdd testcases. 1406/head
2015-04-02  Evgeniy DobrohvalovFixed autoreload for Python 3 1405/head
2015-03-31  Wei-Cheng PanAllow clients to specify attrs in decorator.
2015-03-31  Ben DarnellMerge pull request #1401 from ajdavis/document-semaphore
2015-03-31  A. Jesse Jiryu... Document locks.Semaphore. 1401/head
2015-03-30  Ben DarnellUse more consistent language in exception logs.
2015-03-30  Ben DarnellClean up some more tests that fail or log with HTTP/2.
2015-03-29  Ben DarnellAdd make_current keyword argument to IOLoop constructor.
2015-03-29  Ben DarnellAdd a quiet_exceptions argument to gen.Multi and gen...
2015-03-29  Ben Darnellgen.multi_future and gen.Multi log any exceptions after...
2015-03-29  Ben DarnellUpdate next-release notes
next