]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2016-05-22  daftshadyUsed read_until_close instead of relying on timing 1720/head
2016-05-15  daftshadyAdd invalid content-length testcase
2016-05-15  daftshadyHandle invalid content-length
2016-04-30  Ben DarnellMerge pull request #1704 from thinkerou/master
2016-04-30  thinkerouAdd shebang for webspider.py 1704/head
2016-04-24  Ben DarnellMerge pull request #1689 from harboecp/master
2016-04-24  Ben DarnellAdd type annotations to util.py
2016-04-24  Ben DarnellAdd .mypy_cache to gitignore
2016-04-24  Ben DarnellRemove some no-longer-necessary mypy workarounds
2016-04-24  Ben DarnellMerge pull request #1699 from bdarnell/header-types
2016-04-23  Ben DarnellBegin to fix type confusion in HTTPHeaders. 1699/head
2016-04-20  Ben DarnellMerge pull request #1694 from zakkie/fix/doc-string
2016-04-19  Akihiro Yamazakifix Formatter description in docstring 1694/head
2016-04-17  Ben DarnellMore type:ignore comments for `mypy --py2`
2016-04-12  harboecpAvoid uncaught exception when _xsrf argument could... 1689/head
2016-04-11  Ben DarnellAdd type: ignore comments to make mypy happy
2016-04-10  Ben DarnellFix nearly all flake8 warnings except long lines.
2016-04-10  Ben DarnellRemove unused import and obsolete comment
2016-04-10  Ben DarnellRun autopep8
2016-04-10  Ben DarnellMass update of dependency versions
2016-04-10  Ben DarnellSwitch to mypy-friendly conditional imports throughout
2016-04-09  Ben DarnellMerge pull request #1648 from zhicheng/master
2016-04-03  Ben Darnelloptions: add __file__ to config file parsing
2016-04-01  Ben DarnellClarify comment in ioloop
2016-03-31  Ben DarnellMerge pull request #1678 from JZQT/master
2016-03-31  JZQTModify an inappropriate comments for tornado.httpclient... 1678/head
2016-03-31  Ben DarnellMerge pull request #1677 from CaselIT/patch-1
2016-03-31  Federico CaselliAdded missing % to format a string. 1677/head
2016-03-25  Ben DarnellMerge pull request #1674 from splinterific/patch-1
2016-03-25  Mark PrestonUpdated Facebook permissions 1674/head
2016-03-13  A. Jesse Jiryu... Merge pull request #1664 from bretsko/master
2016-03-13  Oleksandr Bretskofixed broken link (anchor) 1664/head
2016-03-13  Ben DarnellMerge pull request #1662 from malcm/patch-1
2016-03-11  Martin Malchowfix missing comma 1662/head
2016-03-11  malcmVerifying Facebook Graph API Calls 1661/head
2016-03-04  A. Jesse Jiryu... Merge branch 'tao12345666333-hotfix-doc-web-current...
2016-03-03  TaoBeierfix tornado/web.py #L1075 current_user docstring example 1657/head
2016-02-22  Zhicheng Weirender() should raise an error when finish() already... 1648/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
next