]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2015-04-24  A. Jesse Jiryu... More detail about porting from toro.Event. 1431/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
2015-03-29  Ben DarnellRemove the deprecated/obsolete auth mixins.
2015-03-29  Ben DarnellMerge remote-tracking branch 'origin/stable'
2015-03-29  Ben DarnellReplace blog demo's google login with a simple email...
2015-03-29  Martin HoeflingCookie secret key versioning support
2015-03-28  Ben DarnellAdd a docker-based environment for running the blog...
2015-03-28  Ben DarnellRemove GoogleMixin auth demo.
2015-03-28  Ben DarnellRemove authentication from chat demo.
2015-03-28  Ben DarnellMerge pull request #1398 from ajdavis/event-doc
2015-03-28  A. Jesse Jiryu... Clarify event.wait's blocking behavior. 1398/head
2015-03-27  A. Jesse Jiryu... More concise locks examples.
2015-03-27  A. Jesse Jiryu... Document locks.Event.
2015-03-27  Ben DarnellFix read_until_close's Future return with streaming_cal...
2015-03-27  Ben DarnellAdd Subprocess.wait_for_exit, a coro-friendly set_exit_...
2015-03-27  Ben DarnellClarify documentation around `@asynchronous`.
2015-03-26  Ben DarnellMerge pull request #1396 from ajdavis/locks-doc
2015-03-26  A. Jesse Jiryu... Make specific example code for Condition. 1396/head
2015-03-26  A. Jesse Jiryu... Replace "loop" with "io_loop" in locks example.
2015-03-25  A. Jesse Jiryu... Document tornado.locks.
2015-03-25  Ben DarnellMerge pull request #1394 from ajdavis/queue-subclasses 1089/head
2015-03-24  A. Jesse Jiryu... Add PriorityQueue and LifoQueue. 1394/head
2015-03-24  A. Jesse Jiryu... Redundant sentence.
2015-03-20  Ben DarnellGuard against messages containing % signs in web.HTTPError.
2015-03-20  Ben DarnellFinish incomplete sentence in docstring.
2015-03-18  Ben DarnellMerge pull request #1388 from arikfr/patch-1
2015-03-18  Arik FraimovichSmall documentation fix: "Google OpenID" -> "Google... 1388/head
2015-03-17  Ben DarnellMerge pull request #1381 from ajdavis/locks-cancel...
2015-03-17  Ben DarnellMerge pull request #1382 from mgenti/appengine-fix
2015-03-16  Mark GuagentiAPPENGINE_RUNTIME should be checked before nt 1382/head
2015-03-16  A. Jesse Jiryu... Cancel timeouts in Condition.wait and Semaphore.acquire. 1381/head
2015-03-16  Ben DarnellMerge pull request #1380 from ajdavis/queues
2015-03-16  A. Jesse Jiryu... Cancel timeouts if Queue.get or put are resolved first. 1380/head
2015-03-16  A. Jesse Jiryu... Unused import.
2015-03-15  A. Jesse Jiryu... Factor put with put_nowait, and get with get_nowait.
2015-03-15  A. Jesse Jiryu... put() doesn't defer unblocking get().
2015-03-15  A. Jesse Jiryu... Add tornado.queues.
2015-03-14  Ben DarnellMake some tests less dependent on implementation details
2015-03-14  Ben DarnellMark some tests as requiring HTTP/1.x
2015-03-14  Ben DarnellWSGIContainer now uses HTTPConnection to write its...
2015-03-13  Ben DarnellAlso make certifi optional on app engine.
2015-03-13  Ben DarnellMerge pull request #1379 from mgenti/appengine-fix
2015-03-13  Mark GuagentiGAE does not have the ssl module so we can't access... 1379/head
next