]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-09-23  Juraj Niznanpossibility to disable autoreload when debug is on 896/head
2013-09-01  Ben DarnellMerge branch 'branch3.1'
2013-09-01  Ben DarnellSet version number to 3.1.1 v3.1.1
2013-09-01  Ben DarnellAdd 3.1.1 release notes.
2013-09-01  Ben DarnellRequestHandler sets its close callback on the HTTPConne...
2013-09-01  Ben DarnellFix exception in StaticFileHandler when range requested...
2013-08-29  Ben DarnellBump verison number to 3.2.dev2
2013-08-25  Ben DarnellCheck for empty strings and zero bytes in is_valid_ip.
2013-08-23  bdarnellMerge pull request #889 from pabelanger/temp/license
2013-08-22  Paul BelangerAdd top level LICENSE file 889/head
2013-08-19  Ben DarnellIn add_callback, hold the lock while writing to the...
2013-08-18  Ben DarnellAdd a distinct exception for writing a WebSocket messag...
2013-08-18  Ben DarnellDocument the fact that the {% module %} directive requi...
2013-08-18  Ben DarnellEmphasize and clarify docs for AsyncHTTPClient.close.
2013-08-18  Ben DarnellDocument Windows support (or lack thereof).
2013-08-13  Ben DarnellUpdate next-release notes.
2013-08-13  Ben DarnellAdd comments for domain and path arguments to cookie...
2013-08-13  bdarnellMerge pull request #874 from skazhy/clear-all-cookies...
2013-08-13  Ben DarnellUpdate ca-certificates.crt to the current Mozilla version.
2013-08-09  Karlis LauvaAllow deleting all cookies on custom domains 873/head 874/head
2013-08-04  Ben DarnellLess crude fix for #855: only do anything for already...
2013-08-04  Ben DarnellMerge remote-tracking branch 'pitrou/issue855-ssl-auto...
2013-08-04  Ben DarnellRequestHandler sets its close callback on the HTTPConne...
2013-08-04  Ben DarnellClear the IOStream buffers on close even when there...
2013-08-04  Ben DarnellRoute all callback error logging in IOLoop through...
2013-07-20  bdarnellMerge pull request #859 from schlamar/patch-1
2013-07-19  Marc SchlaichMake poll timeout patchable. 859/head
2013-07-17  Antoine PitrouCrude fix for issue #855: automatically initiate SSL... 856/head
2013-07-16  bdarnellMerge pull request #851 from taguchimail/master
2013-07-16  bdarnellMerge pull request #848 from SuprDewd/issue_820
2013-07-12  Ben DyerCorrectly handle EAGAIN when writing to PipeIOStreams 851/head
2013-07-11  Ben DarnellFix exception in StaticFileHandler when range requested...
2013-07-10  SuprDewdFixed laziness of current_user in UI modules, and added... 848/head
2013-07-07  Ben DarnellClear the write buffer when an IOStream is closed.
2013-07-07  Ben DarnellUnify lists of errnos used in IOStream.
2013-07-07  Ben DarnellStart next release notes
2013-07-07  Ben DarnellClear the loop variable in addition to the callback...
2013-07-05  Ben DarnellUpdate FacebookGraphMixin with new authorization url.
2013-07-05  Ben DarnellUse TracebackFuture for all internal Futures for better...
2013-07-05  Ben DarnellClear local variables in IOLoop to allow GC before...
2013-07-05  Ben DarnellClose pipe file descriptors if subprocess.Popen fails.
2013-07-05  Ben DarnellAdd apostrophes to xhtml_escape.
2013-07-01  Ben DarnellUpdate twisted test blacklist for the newly-released...
2013-06-30  bdarnellMerge pull request #831 from erkyrath/master
2013-06-24  Ben DarnellFix run_with_stack_context test.
2013-06-22  Andrew PlotkinFix issue 829 -- error message is displaying wrong... 831/head
2013-06-18  bdarnellMerge pull request #824 from GrahamDumpleton/master
2013-06-18  Ben DarnellSet master branch version to 3.2.dev1
2013-06-17  Graham DumpletonWSGI specification requires that close() be called... 824/head
2013-06-15  Ben DarnellSet version to 3.1. v3.1.0
2013-06-15  Ben DarnellMove next release notes to v3.1.
2013-06-15  Ben DarnellRelease note updates.
2013-06-14  Ben DarnellRemove obsolete comment about twitter's support for...
2013-06-13  Ben DarnellAdd another small encoding test for xhtml_escape.
2013-06-12  Ben DarnellFix default IOLoop in Subprocess.
2013-06-12  Ben DarnellSet CLOEXEC on subprocess pipe endpoints so they are...
2013-06-12  bdarnellMerge pull request #823 from schlamar/bind-sockets...
2013-06-12  Ben DarnellDoc updates from Zhigang Wang
2013-06-11  schlamarFix bind_sockets if OS does not support IPv6 823/head
2013-06-06  bdarnellMerge pull request #819 from dominiqueplante/master
2013-06-06  Dominique Planteupdate comparison to follow pep8 819/head
2013-06-06  Ben DarnellDocument websocket error handling change (and StreamClo...
2013-06-06  Ben DarnellCatch StreamClosedErrors in WebSocketHandler and abort.
2013-06-05  Ben DarnellSet version number to 3.1b1
2013-06-05  Ben DarnellRelease note updates
2013-06-03  Ben Darnellgen.coroutine works with auth now so we can use it...
2013-06-03  Ben DarnellMerge branch 'branch3.0'
2013-06-02  Ben DarnellVersion bump and release notes for 3.0.2. branch3.0 v3.0.2
2013-06-02  Ben DarnellUpdate twitter base urls to use api 1.1 and HTTPS.
2013-06-02  Ben DarnellCopy .gitignore update from master to branch3.0
2013-06-01  Ben DarnellRestore a recently-removed ExpectLog in simple_httpclie...
2013-06-01  Ben DarnellReuse a single ThreadPoolExecutor for all ThreadedResol...
2013-06-01  Ben DarnellFix tests broken by move to verify_credentials
2013-06-01  Ben DarnellGet the current user's twitter information with /accoun...
2013-06-01  Ben DarnellUpdate twitter base urls to use api 1.1 and HTTPS.
2013-06-01  Ben DarnellAdd a simple end-to-end demo of TwitterMixin.
2013-06-01  Ben DarnellMake the auth*_redirect methods all return Futures.
2013-06-01  Ben DarnellDoc patch for 3.0: replace @gen.coroutine with @gen...
2013-05-31  bdarnellMerge pull request #817 from ysimonson/feature/no-body...
2013-05-31  Ben DarnellRemove logging of uncaught exceptions from SimpleAsyncH...
2013-05-31  Yusuf SimonsonDo not include body in HTTPRequest's __repr__ 817/head
2013-05-30  bdarnellMerge pull request #808 from wolever/standards-complien...
2013-05-29  David WoleverEdge cases of Range header are standards compliant 808/head
2013-05-29  David WoleverReturn a valid Content-Range header 806/head
2013-05-27  Ben DarnellAdd versionadded tags throughout the docs.
2013-05-27  Ben DarnellAutopep8 fixes.
2013-05-27  Ben DarnellUpdate autopep8 blacklist
2013-05-27  Ben DarnellUpdate development dependency versions.
2013-05-27  Ben DarnellRemove unused imports identified by pyflakes.
2013-05-27  Ben DarnellFix exception name in backported ssl fix.
2013-05-27  Ben DarnellAdd an overridable attribute FacebookGraphMixin._FACEBO...
2013-05-27  bdarnellMerge pull request #805 from chinyue/master
2013-05-27  Chinyue ChenAdd check in case parsedate failed. 805/head
2013-05-27  Ben DarnellUse py26-compatible syntax in tests.
2013-05-26  Ben DarnellFix an exception when the outermost stack_context is...
2013-05-26  Ben DarnellAdd a stack_context benchmark.
2013-05-26  Ben DarnellMerge remote-tracking branch 'mrjoes/master' into merge
2013-05-25  Ben DarnellOrganize release notes by module
2013-05-25  Ben DarnellUpdate release notes
2013-05-25  Ben DarnellRemove a seemingly unneded timeout that made this test...
next