]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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 DarnellRemove "IOLoop is closing" error.
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 DarnellImprove docs for current_user; describe async use from...
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-24  Steve PeakOnly call on specific py versions
2015-08-24  Steve PeakGenerate coverage reports in maint
2015-08-24  Steve PeakDebug .coverage
2015-08-21  Steve Peakuse Codecov as coverage provider
2015-08-16  Ben DarnellMerge pull request #1488 from jsarenik/jasan/html5
2015-08-16  Jan SarenikSimplify HTML templates by using HTML5 1488/head
2015-08-11  Ben DarnellMerge pull request #1482 from ms7s/fix-read_until_close...
2015-08-10  Martin SuchaFix error handling in read_until_close 1482/head
2015-08-09  Ben DarnellThird time's the charm for _locale_data.py
2015-08-08  Ben DarnellFix _local_data.py for py32.
2015-08-08  Ben DarnellConvert unicode escapes in _locale_data.py to real...
2015-08-08  Ben DarnellMove LOCALE_NAMES data into a separate file.
2015-08-08  Ben DarnellUpdate next-release notes
2015-08-07  Ben DarnellAdd more warnings filters in twisted_test.
2015-08-03  Ben DarnellMerge pull request #1476 from bdarnell/async-statements
2015-08-03  Ben DarnellExpand comment on `async with`. 1476/head
2015-08-03  Ben DarnellLazy-load StopAsyncIteration in a more future-proof...
2015-08-03  Ben DarnellDisable coverage collection on the 'nightly' python...
2015-08-03  Ben DarnellAdd versionchanged tags for async statements.
2015-08-03  Ben DarnellImplement async iteration in WaitIterator.
2015-08-03  Ben DarnellEnable test runs on py35
2015-08-03  Ben DarnellSupport async iterator protocol in tornado.queues.
2015-08-03  Ben DarnellReduce duplication in exec-based tests.
2015-08-02  Ben DarnellImplement the async context manager protocol in tornado...
2015-08-02  Ben DarnellSupport other yieldables in `yield list`/`multi_future`.
2015-08-02  Ben DarnellMention async/await in coroutine docs.
2015-08-02  Ben DarnellAdd docs about calling coroutines.
2015-08-02  Ben DarnellReduce default compression to level 6; raise min compre...
2015-08-02  Ben DarnellRemove hidden testsetup blocks from otherwise self...
2015-07-31  Ben DarnellMerge pull request #1468 from aebrahim/gzip_header
2015-07-30  Ali EbrahimContent-Type for compressed StaticFileHandler file 1468/head
2015-07-30  Ali Ebrahimtest Content-Type for static compressed files
2015-07-30  Ben DarnellRestore IOLoop.current() when AsyncIOLoop exits.
2015-07-30  Ben DarnellCorrectly clear IOLoop.current() after TwistedIOLoop...
2015-07-30  Ben DarnellRemove arbitrary cap on length of outgoing headers.
2015-07-30  Ben DarnellFix incorrect check in IOLoop(make_current=True).
2015-07-30  Ben DarnellMerge pull request #1471 from gitchs/master
2015-07-27  Leon ChanRemove an useless line 1471/head
2015-07-20  Ben DarnellUpdate copyright line in docs.
2015-07-17  Ben DarnellMerge branch 'branch4.2'
2015-07-17  Ben DarnellRelease version 4.2.1 v4.2.1
2015-07-17  Ben DarnellFix path traversal check in StaticFileHandler.
2015-07-05  Ben DarnellAdd `{% whitespace %}` template directive.
2015-07-05  Ben DarnellIntroduce `oneline` template whitespace mode.
2015-07-05  Ben DarnellAdd Loader parameter to control whitespace mode.
2015-07-05  Ben DarnellMove compress_whitespace setting from template writer...
2015-07-05  Ben DarnellStart next-release notes
2015-07-05  Ben DarnellAdd support for UTF-16 and UTF-8-with-BOM to CSV locale.
2015-07-05  Ben DarnellRelax a test for SSL errors in start_tls.
2015-07-05  Ben DarnellReduce logging of errors inside IOStream (especially...
2015-07-05  Ben DarnellMerge pull request #1461 from leeclemens/patch-1
2015-07-05  Lee ClemensUpdate travis-ci.org URL in comment 1461/head
2015-07-04  Ben DarnellSupport pickling of HTTPHeaders.
2015-07-04  Ben DarnellMake dashes and underscores interchangeable in option...
2015-07-04  Ben DarnellUse unittest.mock in test_gaierror.
2015-07-04  Ben DarnellAdd filename to template.ParseError messages.
2015-07-04  Ben DarnellMerge branch 'pr1456'
next