]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2016-03-03  TaoBeierfix tornado/web.py #L1075 current_user docstring example 1657/head
2016-02-22  Ben DarnellMerge pull request #1647 from jonathansp/improving...
2016-02-19  Jonathan PratesAdd a test for HTTPError.__str__ when it uses httputils. 1647/head
2016-02-15  Ben DarnellFix HTTP1Connection for responses without content-length
2016-02-14  Ben DarnellHandle non-ascii headers correctly in curl_httpclient.
2016-02-14  Ben DarnellDocument and test `{#!` syntax.
2016-02-14  Ben DarnellUpdate docs for re_unescape
2016-02-14  Ben DarnellMerge pull request #1619 from afg984/urlspec-reverse...
2016-02-14  Ben DarnellDefine `httpclient.HTTPError.__repr__`
2016-02-14  Ben DarnellAdd defaults to template.ParseError arguments.
2016-02-14  Ben DarnellImprove grammar in docs
2016-02-14  Ben DarnellImprove docs of URLSpec capturing groups
2016-02-08  Ben DarnellAdd a test for path arguments in websockets.
2016-02-06  Jan van HellemondAdded SVG to compressible mime types
2016-01-16  Ben DarnellMove towards mypy-friendly patterns.
2016-01-05  afgre_unescape with a much simpler method; raise TypeError... 1619/head
2015-12-31  Ben DarnellMerge pull request #1621 from bheesham/dnf
2015-12-31  Ben DarnellMerge pull request #1615 from ColorFuzzy/master
2015-12-31  Ben DarnellMerge pull request #1604 from liaoxiaorong/master
2015-12-29  Bheesham PersaudUpdate hints for popular operating systems. 1621/head
2015-12-28  afgreverse_url should unescape regex string
2015-12-22  liaoxiaorongraise ValueError if supply both a request object and... 1604/head
2015-12-22  Color Fuzzyreplace BlockingResolver with Resolver and update timeo... 1615/head
2015-12-22  Color Fuzzyrefractor test_connect_timeout with a never finished...
2015-12-21  Color Fuzzyadd more detailed information to HTTP Timeout error...
2015-12-18  Ben DarnellMerge pull request #1599 from emehrkay/patch-1
2015-12-14  liaoxiaorongmake kwargs always work in AsyncHTTPClient.fetch()
2015-12-08  A. Jesse Jiryu... Merge pull request #1600 from dinever/master
2015-12-08  dineverUse super() to call super "__init__()" 1600/head
2015-12-08  Ben DarnellFix logging when running tests with twisted installed.
2015-12-08  Mark HendersonUpdate options.py 1599/head
2015-12-07  Mark HendersonUpdate options.py
2015-12-07  Mark HendersonUpdate options.py
2015-11-24  Ben DarnellMerge pull request #1593 from Hardtack/patch-1
2015-11-24  GunWoo ChoiUse super() to call super "__init__()" 1593/head
2015-11-23  Ben DarnellMerge pull request #1591 from marrrvin/tcp-server-bind...
2015-11-22  Sergey OrlovAdd reuse_port flag to TCPServer.bind method 1591/head
2015-11-21  Ben DarnellMerge pull request #1587 from hschachn/patch-1
2015-11-20  A. Jesse Jiryu... Merge pull request #1586 from mivade/versionchanged_docfix
2015-11-20  Hermann SchachnerMissing hint in documentation 1587/head
2015-11-20  Michael V.... Correct version change in Lock docstring 1586/head
2015-11-14  Ben Darnellhttpclient: Document that HTTPError is not the only...
2015-11-12  Ben DarnellMerge pull request #1582 from minrk/free-list-on-fail
2015-11-11  Min RKtest failure to set up curl http requests 1582/head
2015-11-11  Min RKCurlAsyncHTTPClient: free_list starvation if setup...
2015-11-07  Ben DarnellMerge pull request #1579 from felixonmars/monotonic
2015-11-07  Felix YanAdd monotonic as an alternative to Monotime 1579/head
2015-11-07  Ben DarnellMerge pull request #1578 from bdarnell/streamline-travis
2015-11-07  Ben DarnellStreamline travis-ci build. 1578/head
2015-11-07  Ben DarnellMerge pull request #1568 from chrisseto/patch-2
2015-11-07  Ben DarnellMerge pull request #1576 from ewang/master
2015-11-07  Ben DarnellMerge pull request #1574 from macro/master
2015-11-07  Ben DarnellMerge pull request #1477 from bdarnell/drop-26
2015-11-06  Ben DarnellRemove the u() function and a few uses the script missed. 1477/head
2015-11-06  Ben DarnellConvert all uses of t.util.u() to real unicode literals.
2015-11-06  Ben DarnellInvert fix_unicode_literal to switch back to real literals.
2015-11-06  Ben DarnellDrop support for Python 3.2.
2015-11-06  Ben DarnellDrop Python 2.6 support.
2015-11-06  Ben DarnellBump master version number to 4.4.dev1
2015-11-06  Ben DarnellSet version number to 4.3 branch4.3 v4.3.0
2015-11-06  Ben DarnellRename next.rst to v4.3.0.rst
2015-11-06  Ben DarnellLink to the users' guide from the release notes.
2015-11-04  Neil ChintombyUse `127.0.0.1` when binding test server socket. 1574/head
2015-11-04  Eric WangUnset executable bit 1576/head
2015-11-02  Eric WangMake __getitem__ and __setitem__ mirror behavior of...
2015-10-26  Chris SetoCast start_line.code to an integer 1568/head
2015-10-25  Ben DarnellMake "headers too large" test understand 431 response...
2015-10-25  Ben DarnellMark another test as http/1 only
2015-10-25  Ben DarnellRe-run our custom fixers to normalize future imports
2015-10-25  Ben DarnellFix firewall prompts when running tests.
2015-10-24  Ben DarnellRewrite prerequisites section of index.rst.
2015-10-24  Ben DarnellSet version number to 4.3b2 v4.3.0b2
2015-10-24  Ben DarnellFind 'httponly' case-insensitively
2015-10-24  Ben DarnellUpdate tests and docs for recent changes
2015-10-24  fernandoAdded xsrf_cookie_kwargs to control xsrf cookie settings
2015-10-24  Ben DarnellMerge pull request #1558 from maartenbreddels/patch-1
2015-10-24  Ben DarnellMerge pull request #1563 from szweep/response_hdrs_fix
2015-10-24  Ben DarnellMerge pull request #1567 from bdarnell/root-static...
2015-10-24  Ben DarnellMake test_root_static_path more robust. 1567/head
2015-10-23  szweepRestrict header check to SimpleAsyncHTTPClient 1563/head
2015-10-23  szweepCheck for Content-Length and Transfer-Encoding
2015-10-20  Ben DarnellMerge pull request #1560 from pathcl/master
2015-10-20  Luis San MartinPEP8 fix docs/conf.py:91:1: E122 continuation line... 1560/head
2015-10-19  Maarten BreddelsReturn HTTPServer in Application.listen 1558/head
2015-10-18  Ben DarnellSet version number to 4.3b1 v4.3.0b1
2015-10-18  Ben DarnellUpdate next-release notes
2015-10-18  Ben DarnellMerge pull request #1557 from bdarnell/backports-abc...
2015-10-18  Ben DarnellFix singledispatch for asyncio on py26. 1557/head
2015-10-18  Ben DarnellMake singledispatch and backports_abc mandatory depende...
2015-10-18  Ben DarnellSlight update to bit-rotted test.
2015-10-18  Ben DarnellFix tests in the app engine sandbox
2015-10-18  Ben DarnellMerge pull request #1553 from xbao/fix-gcc-warning
2015-10-16  Xiao Bao ClarkAdd void to empty function parameter 1553/head
2015-10-13  Ben DarnellMerge pull request #1550 from ajdavis/gen_test-native...
2015-10-12  A. Jesse Jiryu... Update gen_test for native coroutines. 1550/head pr1550/r1
2015-10-04  Ben DarnellRemove redundant travis_retry calls.
2015-10-04  Ben DarnellMerge pull request #1542 from bdarnell/async-await
2015-10-04  Ben DarnellDocument some subtleties of native coroutines 1542/head
2015-10-04  Ben DarnellSupport other yieldables in to_asyncio_future.
2015-10-04  Ben DarnellModernize asyncio "yield from" test.
next