]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2014-07-08  William TisäterCatch `binascii.a2b_hex` errors on Python 3 1097/head
2014-07-08  William TisäterDon't raise when failing to hex decode XSRF v1
2014-07-08  William TisäterTurn short and hex XSRF tests into success tests
2014-07-07  William TisäterRemove length requirement from v1 XSRF tokens
2014-06-04  Ben DarnellSet version number to 3.2.2 branch3.2 v3.2.2
2014-06-04  Ben DarnellDocs for xsrf cookie change; 3.2.2 release notes.
2014-05-27  Ben DarnellAdd the option to request an older xsrf cookie version.
2014-05-27  Ben DarnellChange the xsrf cookie format to be masked with a rando...
2014-05-27  Ben DarnellSmall security improvements to xsrf tokens; add tests.
2014-05-27  Ben DarnellFix imports for the new version of trollius, which...
2014-05-14  Ben DarnellUpdate links to github repo; add announcement mailing...
2014-05-06  Ben DarnellGive credit to Joost Pol for reporting the security...
2014-05-06  Ben DarnellSet version number to 3.2.1 v3.2.1
2014-05-06  Ben Darnellv3.2.1 release notes
2014-05-06  Ben DarnellDocument the cookie versioning interface.
2014-05-06  Ben DarnellAdd a v2 secure cookie format.
2014-05-06  Ben DarnellAdd versioning parameters to secure_cookie/signed_value...
2014-05-06  Ben DarnellMerge branch 'stable' into branch3.2
2014-05-06  Matthew BrettAdd SystemError to errors from compilation
2014-04-16  Ben DarnellMerge pull request #1037 from toanant/patch-1
2014-04-16  Abhishek Kumar... Update overview.rst with typos in nginx conf. 1037/head
2014-01-17  Ben DarnellDon't require the extension to be present when building...
2014-01-17  Ben DarnellReinstate the 'cd maint' in .travis.yml.
2014-01-17  Ben DarnellAdd better debugging for ImportErrors resulting from...
2014-01-17  Ben DarnellAdd a new TORNADO_EXTENSION environment variable for...
2014-01-16  bdarnellMerge pull request #973 from cgohlke/patch-1
2014-01-15  cgohlkeFix msvc compile error and improve 64 bit compatibility 973/head
2014-01-14  Ben DarnellUpdate README.rst to match docs/index.rst.
2014-01-14  Ben DarnellSet version number to 3.2. v3.2.0
2014-01-14  Ben DarnellFinalize 3.2 release notes
2014-01-11  Ben DarnellFix shell quoting in travis config.
2014-01-11  Ben DarnellPin pycurl on travis to <7.19.3, removing it from py3.x.
2014-01-11  Ben DarnellNow that pycurl 7.19.3 with py3 support is out, add...
2014-01-10  Ben DarnellAdd a link to the Stack Overflow 'tornado' tag from...
2014-01-10  Ben DarnellReplace redundant dict.get() with [].
2014-01-08  Ben DarnellSet version number to 3.2b2 v3.2.0b2
2014-01-08  Ben DarnellUpdate release notes for 3.2.0b2
2014-01-07  Ben DarnellAdd trollius (py2 backport of asyncio) to tox config.
2014-01-07  Ben DarnellRename "normal" to "end_color" in log format strings.
2014-01-07  Andrea RattoImproved extensibility of LogFormatter
2014-01-06  Ben DarnellMove _setup_logging to BaseIOLoop and use it in asyncio...
2014-01-06  Ben DarnellRemove inaccurate IOLoop logging test cases.
2014-01-06  Ben DarnellMerge commit 'c2a25a'
2014-01-06  bdarnellMerge pull request #971 from gmr/logging-patch
2014-01-06  Gavin M. RoyCorrect example variable, use consistant quoting
2014-01-06  Gavin M. RoyDon't call logging.basicConfig if logging is already... 971/head
2014-01-04  Ben DarnellAdd a warning to the StaticFileHandler docs against...
2014-01-03  Ben DarnellRemove redundant uses of @asynchronous with @gen.coroutine.
2013-12-31  Ben DarnellDoc updates.
2013-12-31  Ben DarnellUpdate future imports for recently added files.
2013-12-31  Ben DarnellAdd usage comement to run_fixers.py.
2013-12-30  bdarnellMerge pull request #969 from ronnix/patch-1
2013-12-30  Ronan AmicelFix asyncio code example 969/head
2013-12-30  Ben DarnellSet version number to 3.2b1. v3.2.0b1
2013-12-30  Ben DarnellAdd python 3.4 tag to setup.py
2013-12-30  Ben DarnellReorganize and expand next-release notes.
2013-12-30  Ben DarnellFix doc build on travis after removal of 'cd maint'
2013-12-30  Ben DarnellRemove 'cd maint' from travis script.
2013-12-30  Ben DarnellCorrectly skip coverage collection on 2.6.
2013-12-30  Ben DarnellDisable coverage collection on python 2.6.
2013-12-30  Ben DarnellAdd coveralls to travis config.
2013-12-30  Ben DarnellDisable --pre flag in tox installs to fix environment...
2013-12-30  Ben Darnellautopep8 whitespace fixes.
2013-12-30  Ben DarnellUpdate run_autopep8.sh flags.
2013-12-30  Ben DarnellUpgrade maint/requirements.txt versions.
2013-12-30  Ben DarnellDisallow ipv6 in curl-based tests.
2013-12-30  Ben DarnellUse a more reliable method to generate resolver errors.
2013-12-29  Ben DarnellFixes for soon-to-be-released py3-compatible version...
2013-12-29  Ben DarnellMark another timing-sensitive test as skipOnTravis.
2013-12-29  Ben DarnellDisable the "bad_host" tests on CaresResolver
2013-12-29  bdarnellMerge pull request #965 from ajdavis/twisted-resolver-err
2013-12-29  Ben DarnellAdd some markup to the old template intro docs.
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
next