]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2015-04-02  Evgeniy DobrohvalovFixed autoreload for Python 3 1405/head
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-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
2015-03-12  Ben DarnellMerge pull request #1376 from rutsky/patch-1
2015-03-12  Vladimir Rutskyfix typo: "javscript" 1376/head
2015-03-11  Ben DarnellMerge pull request #1375 from rutsky/patch-1
2015-03-11  Vladimir Rutskyfix typo: "initalization" 1375/head
2015-03-10  Ben DarnellMerge pull request #1373 from daftshady/patch
2015-03-09  daftshadytemporarily fixed double slash redirect issue 1373/head
2015-03-09  Ben Darnellsimple_httpclient: finish() should be called even for...
2015-03-09  Ben DarnellRemove a special case that avoided using curl in tests...
2015-03-09  Ben DarnellAdd a couple of private subclsasing hooks in simple_htt...
2015-03-08  Ben DarnellMake HTTPServer Configurable.
2015-03-08  Ben DarnellSupport positional arguments to Configurable.initialize.
2015-03-08  Ben DarnellMake _request_summary handle remote_ip of None.
2015-03-08  Ben DarnellImprove logging when _handle_request_exception fails.
2015-03-08  Ben DarnellAdd @wsgi_safe decorator to a couple of web tests.
2015-03-08  Ben DarnellAllow TCPServer.handle_stream to be a coroutine
2015-03-08  Ben DarnellAdd SSLIOStream.wait_for_handshake.
2015-03-07  Ben DarnellMerge pull request #1371 from ysimonson/feature/get...
2015-03-07  Yusuf SimonsonPrevent bad calls to get_arguments with a presumed... 1371/head
2015-03-06  Ben DarnellMerge pull request #1274 from daftshady/etag
2015-03-05  daftshadyremoved newline 1274/head
2015-03-05  daftshadyadded etag tests to web_test
2015-03-05  daftshadyfixed bytes error in `check_etag_header` so that it...
2015-03-05  daftshadyadded etag testcases to red_test
2015-03-05  daftshadyuse weak comparison function when comparing entity...
2015-03-05  daftshadyhandle multiple etags with regex
2015-03-05  daftshadycomment typo
2015-03-05  daftshadycorrectly parse If-None-Match header
2015-03-05  Ben DarnellCount SSL_ERROR_EOF as a kind of connection reset.
2015-03-05  Ben DarnellFix raise_error=False in synchronous HTTPClient.
2015-03-05  Ben DarnellFix an error in autoreload on windows.
2015-03-04  Ben DarnellMerge branch 'branch4.1'
2015-03-04  Ben DarnellAdd an FAQ page. branch4.1
2015-03-04  Ben DarnellFix the doc build.
2015-03-04  Ben DarnellFix the doc build.
2015-03-04  Ben DarnellMerge pull request #1366 from ajdavis/semaphore-garbage...
2015-03-03  A. Jesse Jiryu... Clean up timed-out waiters in Semaphore. 1366/head
2015-03-01  Ben DarnellRemove some debugging code that was accidentally committed.
2015-02-28  Ben DarnellMerge pull request #1356 from ajdavis/semaphore-memleak
2015-02-28  Ben DarnellMerge pull request #1353 from ajdavis/lock
2015-02-28  A. Jesse Jiryu... Fix memory leak in Semaphore. 1356/head
2015-02-28  A. Jesse Jiryu... Restore LockTests.test_acquire_fifo. 1353/head
2015-02-28  A. Jesse Jiryu... Don't promise that coroutines waiting for a Lock are...
2015-02-28  Ben DarnellMerge pull request #1355 from ajdavis/locks-repr
2015-02-28  Ben DarnellMerge pull request #1354 from ajdavis/bounded-semaphore...
2015-02-28  A. Jesse Jiryu... Define Condition's and Event's repr, not str. 1355/head
2015-02-28  A. Jesse Jiryu... Add docstring to BoundedSemaphore.release. 1354/head
2015-02-28  A. Jesse Jiryu... Add tornado.locks.Lock.
2015-02-27  Ben DarnellMerge pull request #1352 from ajdavis/bounded-semaphore
2015-02-27  A. Jesse Jiryu... Add tornado.locks.BoundedSemaphore. 1352/head
2015-02-26  Ben DarnellMerge pull request #1346 from ajdavis/semaphore
2015-02-25  A. Jesse Jiryu... More tests of Semaphore, timeout, and with-statement. 1346/head
next