]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-11-04  A. Jesse Jiryu... Better AsyncHTTPClient error for GET with body or POST... 928/head
2013-11-04  Ben DarnellUpdate next-release notes.
2013-11-03  Ben DarnellFix --debug_gc option on python 3.
2013-11-03  Ben DarnellDon't make the request if it timed out in the queue.
2013-11-03  Ben DarnellMerge remote-tracking branch 'codeb2cc/async-request...
2013-11-03  Ben DarnellRearrange newly-added optional arguments for backwards...
2013-11-03  Ben DarnellMerge remote-tracking branch 'sclm/GoogleOAuth2' into...
2013-11-03  Ben DarnellAdd test for the websocket connection-refused fix.
2013-11-03  bdarnellMerge pull request #910 from Caligatio/patch-1
2013-11-03  Ben DarnellChange hard-coded SSL protocol version for Python 2...
2013-11-03  Ben DarnellFix some cases where curl_httpclient options could...
2013-11-02  Ben DarnellAdd generated speedups.c to .gitignore.
2013-11-02  Ben DarnellAdd test for specifying handlers by name.
2013-11-02  bdarnellMerge pull request #925 from mengzhuo/master
2013-11-01  Meng Zhuounify web.handlers 925/head
2013-10-27  Ben DarnellRemvoe auto2to3 exclusion rules.
2013-10-27  Ben DarnellAdd more tests for the cython websocket mask function
2013-10-27  Ben DarnellAdd cython-based speedup for websocket mask function.
2013-10-27  Ben DarnellAdd a tox config for the py33 backport of asyncio.
2013-10-26  Ben DarnellSplit AsyncIOLoop to make it possible to use the global...
2013-10-26  Ben DarnellInitial version of asyncio/tulip-based IOLoop.
2013-10-26  Ben DarnellAdd close method to websocket client; fix socket leaks...
2013-10-26  Ben DarnellDisable test_subprocess on LayeredTwistedIOLoop.
2013-10-26  Ben DarnellCheck for the existence of sys.stderr.isatty before...
2013-10-20  Ben DarnellReturn the correct type when yielding an empty dict.
2013-10-20  bdarnellMerge pull request #915 from anton-ryzhov/yield_dict
2013-10-17  Anton RyzhovDocumentation for yielding dicts 915/head
2013-10-17  Anton RyzhovYielding dict in coroutine
2013-10-13  bdarnellMerge pull request #913 from tahajahangir/patch-1
2013-10-13  Ben DarnellFix double logging of exceptions with both @asynchronou...
2013-10-13  Taha JahangirDon't raise connection reset errors in `set_nodelay` 913/head
2013-10-08  Brian TurekFixed WebSocketClient connections not closing on initia... 910/head
2013-10-06  Ben DarnellPolish for extra debug-mode settings.
2013-10-06  bdarnellMerge pull request #896 from jniznan/master
2013-10-06  Ben DarnellExpand argument-origin tests to include the plural...
2013-10-06  Ben DarnellUndo erronous chmod +x's
2013-10-06  bdarnellMerge pull request #907 from MrTravisB/master
2013-10-05  Travis Beauvaisise items() since iteritems() not in py3 907/head
2013-10-05  Travis BeauvaisFix wsgi
2013-10-05  Travis Beauvais- Plural query/body arg methods.
2013-09-28  Travis BeauvaisSupport argument origin
2013-09-23  Juraj Niznanpossibility to disable autoreload when debug is on 896/head
2013-09-22  Ben DarnellFix unix socket error test on python 3 on linux.
2013-09-22  Ben DarnellDon't assume IP-style socket addresses in error messages.
2013-09-08  Ben DarnellFix warnings during final GC of the test suite in pytho...
2013-09-08  Ben DarnellAdd a default_handler_class setting for custom 404...
2013-09-08  Ben DarnellSet Connection: keep-alive header directly without...
2013-09-08  Ben DarnellAllow preconstructed HTTPRequest objects in websocket_c...
2013-09-04  Stephen McMillenClean up GoogleOAuth2Mixin, fold scope and response_typ... 858/head
2013-09-02  Codeb FanRemove `async_timeout` and use `connect_timeout` instead 885/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-09-01  Stephen McMillenStop making an absolute URL for GoogleOAuth2Mixin
2013-09-01  Stephen McMillenRename the object param in GoogleOAuth2Mixin from overw...
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-21  Codeb FanAdd a test case for async_timeout in SimpleAsyncHTTPClient.
2013-08-21  Codeb FanAdd timeout for requests in SimpleAsyncHTTPClient's...
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  Stephen McMillenFix up documentation for the class and the Sphinx refer...
2013-07-17  Stephen McMillenAdd in Google OAuth2 support.
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.
next