]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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.
2015-10-04  Ben DarnellRecognize other yieldables in web.asynchronous.
2015-10-04  Ben DarnellSupport other yieldables for httpclient body_producer
2015-10-04  Ben DarnellRecognize other yieldables in IOLoop._run_callback.
2015-10-04  Ben DarnellAdd support for native coroutines in IOLoop.run_sync.
2015-10-04  Ben DarnellAllow mixes of native coroutines and YieldPoints in...
2015-10-04  Ben DarnellDeprecate gen.maybe_future and remove all internal...
2015-10-03  Ben DarnellTweak a timing-sensitive test.
2015-10-03  Ben DarnellMerge pull request #1541 from bdarnell/test-fixes
2015-10-03  Ben DarnellFix twistedlayered test. 1541/head
2015-10-03  Ben DarnellMerge pull request #1540 from bdarnell/ci-versions
2015-10-03  Ben DarnellForce simple_httpclient in path traversal test.
2015-10-03  Ben DarnellUpdate versions in CI/tox configs. 1540/head
2015-10-03  Ben DarnellSupport PATCH with body in curl_httpclient.
2015-10-03  Ben DarnellMerge pull request #1531 from stj/master
2015-10-01  Ben DarnellMerge pull request #1538 from awsh/master
2015-10-01  awshRemoved links to facebook.com as Tornado is no longer... 1538/head
2015-10-01  awshRemoved broken link. 1537/head
2015-10-01  Stefan TjarksPerform sanity checks on request.body only if allow_non... 1531/head
2015-10-01  Ben DarnellMerge pull request #1536 from sieben/patch-1
2015-10-01  Rémy LéoneBroken link fix 1536/head
2015-09-30  Ben DarnellSupport patchless use of backports_abc 0.4
2015-09-30  Ben DarnellRemove stale comment.
2015-09-30  Ben DarnellVerify extension build on appveyor
2015-09-30  Ben DarnellRemove some unused imports
2015-09-30  Ben DarnellRun latest autopep8
2015-09-30  Ben DarnellUpdate requirements
2015-09-29  Ben DarnellMerge pull request #1533 from bdarnell/facebook-auth
2015-09-29  Ben DarnellFix a regression in FacebookGraphMixin in the 4.3 dev... 1533/head
2015-09-28  Ben DarnellUpdate next-release notes.
2015-09-28  Ben DarnellMerge pull request #1497 from codeb2cc/ws-mulit-frames...
2015-09-28  Ben DarnellMerge pull request #1526 from bdarnell/streaming-callba...
2015-09-28  Ben DarnellMerge pull request #1530 from mr-ping/master
2015-09-28  PingChange the implement of remove_fragment method 1530/head
2015-09-28  Ben DarnellMerge pull request #1528 from bdarnell/misc
2015-09-28  Ben DarnellReturn a Future from websocket write_message methods. 1528/head
2015-09-28  Ben DarnellAccept arguments in `raise Finish()`.
2015-09-28  Ben DarnellMake HTTPError (both of them) copyable.
2015-09-28  Ben DarnellHandle EINTR in IOStream.
2015-09-28  Ben DarnellMerge pull request #1494 from gwillem/curl_multi_line_h...
2015-09-28  Ben DarnellRemove "IOLoop is closing" error.
2015-09-28  Ben DarnellMerge pull request #1527 from bdarnell/appveyor
2015-09-27  Ben DarnellSkip root_static_path test on non-posix OSes 1527/head
2015-09-27  Ben DarnellAdd appveyor.yml for windows CI.
2015-09-27  Ben DarnellUnbreak static file paths of '/'.
2015-09-27  Ben DarnellSupport non-ascii template filenames.
2015-09-27  Ben DarnellDocument interactions with TornadoReactor and multi...
2015-09-27  Ben DarnellUse autodoc for asyncio and twisted docs.
2015-09-27  Ben Darnellioloop: add_callback_from_signal() calls add_callback()
2015-09-27  Ben DarnellMerge pull request #1511 from jampp/master
2015-09-27  Ben DarnellMove redirect streaming callback test to simple_httpcli... 1526/head
2015-09-27  Ben DarnellAdd some diagnostics for travis versions.
2015-09-27  Ben DarnellImprove docs for current_user; describe async use from...
2015-09-27  Ben Darnellsimple_httpclient: Don't call streaming_callback for...
2015-09-27  Ben DarnellQuiet another error that can be caused by port scans.
2015-09-27  Ben DarnellFix typo in websocket_connect docs.
2015-09-27  Michael V.... Remove unnecessary word from Application docstring
2015-09-27  Ben DarnellMerge pull request #1524 from lichun19960112/master
2015-09-27  Ben DarnellMerge pull request #1525 from bdarnell/fix-coverage
2015-09-27  Ben DarnellFix coverage installation for py32. 1525/head
2015-09-26  lichunUpdate webspider demo support Python 3 1524/head
2015-09-15  Ben DarnellRemove stale comment.
2015-09-15  Ben DarnellReplace `gen.Multi` and `gen.multi_future` with `gen...
2015-09-15  Ben DarnellImport t.p.asyncio automatically when available in...
2015-09-15  Ben DarnellSimplify OptionParser._TIMEDELTA_ABBREV_DICT.
2015-09-15  Ben DarnellClarify comment about `@cython.binding`.
2015-09-14  Ben DarnellMake ArgReplacer compatible with cython-compiled functions.
2015-09-14  Ben DarnellSupport coroutines compiled with cython
2015-09-13  Ben DarnellMake HTTPHeaders a subclass of MutableMapping ABC inste...
2015-09-13  Ben DarnellMerge pull request #1514 from noxiouz/add_soreuseport
2015-09-11  Anton Tiurinnetutil.bind_sockets: add `reuse_port` option to set... 1514/head
2015-09-06  Ben DarnellMerge pull request #1479 from mr-ping/master
2015-09-06  PingRemove type-checker for log_rotate_mode option 1479/head
2015-09-06  PingRaise an error when invalid option
2015-09-06  PingChange variable names and streamline test method
2015-09-06  Pingadd timed rotating mode for logging into separated...
2015-09-06  fydotRemove useless lines, noused import and variable
2015-09-02  Claudio FreireRemove stale comment 1511/head
2015-09-02  Claudio FreireMove closed check inside the callback_lock
2015-09-02  Claudio FreireFix comments around add_callback
2015-09-02  Claudio FreireRemove synchronization for add_callback in the ioloop...
2015-08-26  Ben DarnellFix PDF doc build.
2015-08-26  Ben DarnellMerge pull request #1495 from stevepeak/master
2015-08-26  Steve Peaktrigger travis, debug complete 1495/head
2015-08-25  Steve Peaktrigger travis again for debugging
2015-08-25  Willem de GrootTest on str, not bytes for Python3x 1494/head
2015-08-25  Willem de GrootAdd multi-line header test
2015-08-24  Steve PeakOnly call on specific py versions
next