]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-12-24  A. Jesse Jiryu... Error handling in TwistedResolver 965/head
2013-12-23  Ben DarnellImprove log message for invalid unicode.
2013-12-23  bdarnellMerge pull request #963 from minrk/invalid-unicode
2013-12-23  MinRKexpect log message in test_decode_argument_invalid_unicode 963/head
2013-12-23  Ben DarnellRemove new HTTPRequest.if_modified_since property.
2013-12-23  MinRKrase 400, not 500 on invalid unicode in decode_argument
2013-12-23  bdarnellMerge pull request #945 from chrismcguire/request_body_...
2013-12-23  Ben DarnellMinor cleanups for import deadlock test:
2013-12-23  bdarnellMerge pull request #964 from ajdavis/resolver-deadlock
2013-12-23  A. Jesse Jiryu... Prevent a deadlock if ThreadedResolver resolves a unico... 964/head
2013-12-23  MinRKtest that invalid unicode doesn't raise 500
2013-12-22  Anton ShestakovUn-force relative in format_date
2013-12-17  Chris McGuireSet altered HTTPRequest attributes as parameters. 945/head
2013-12-02  bdarnellMerge pull request #949 from Lardjo/patch-1
2013-12-02  KonstantinUpdate gen.py 949/head
2013-12-01  bdarnellMerge pull request #944 from anton-ryzhov/reset_flags
2013-12-01  bdarnellMerge pull request #940 from klaussfreire/master
2013-12-01  Ben DarnellMake setuptools optional again in setup.py.
2013-12-01  Ben DarnellUpdate docs for LogFormatter constructor arguments.
2013-12-01  bdarnellMerge pull request #931 from SuminAndrew/LogFormatter...
2013-12-01  Ben DarnellAvoid a quote mark that renders incorrectly in PDF...
2013-12-01  Ben DarnellDocument the attributes required by @run_on_executor.
2013-12-01  bdarnellMerge pull request #936 from ticosax/add-timeout-on...
2013-11-30  bdarnellMerge pull request #937 from lepture/fix-assert
2013-11-25  Anton RyzhovReset state on `start()` end 944/head
2013-11-19  Claudio FreireSpeed up gen.corouting when yielding done Futures 940/head
2013-11-18  Hsiaoming YangRaise TypeError instead of AssertionError. 937/head
2013-11-17  Nicolas DelabyPass timeout argument to Future.result 936/head
2013-11-13  AndreySuminadd custom fmt and datefmt to LogFormatter 931/head
2013-11-08  Ben DarnellDocument the HTTPResponse.effective_url attribute.
2013-11-07  Ben DarnellUpdate next-release notes and document the asyncio...
2013-11-06  Ben DarnellClean up some uncollectable garbage in the test suite.
2013-11-06  Ben DarnellDocument the fact that WebSocketClientConnection should...
2013-11-06  Ben DarnellCatch exceptions from parse_qs_bytes in POST bodies...
2013-11-06  Ben DarnellFix speedups.c when compiled with gcc instead of clang.
2013-11-06  Ben DarnellPoint Ubuntu 12.04 Vagrant file to a readily-available...
2013-11-05  Ben DarnellMake the C extension optional.
2013-11-05  Ben DarnellReplace cython-based extension module with a hand-writt...
2013-11-05  Ben DarnellAdd backports.ssl_match_hostname dependency in place...
2013-11-04  bdarnellMerge pull request #928 from ajdavis/better-assertion...
2013-11-04  Ben Darnellsimple_httpclient: Start the connection timeout before...
2013-11-04  A. Jesse Jiryu... Better AsyncHTTPClient error for GET with body or POST... 928/head
2013-11-04  bdarnellMerge pull request #926 from liangsun/master
2013-11-04  Liang SunAdd name parameter for URLSpec in tuple/list format. 926/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...
next