]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
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-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'
2015-07-04  Ben DarnellFix doctests.
2015-07-04  Ben DarnellRemove _OAUTH_USERINFO_URL.
2015-07-03  Ben DarnellMerge pull request #1460 from ianmackinnon/feature...
2015-07-02  Ian MackinnonFix unicode syntax for Python 3. 1460/head
2015-07-02  Ian MackinnonAdd Google OAuth2 user info request.
2015-07-01  Ben DarnellUpdate outdated comment.
2015-06-28  Ben DarnellIntroduce OAuth2Mixin.oauth2_request.
2015-06-21  Ben DarnellDocument StaticFileHandler's default_filename option.
2015-06-21  Ben DarnellClear __package__ in script run by autoreload CLI.
2015-06-21  Greg WardTie the example for AsyncHTTPTestCase to real code. 1456/head
2015-06-21  Greg WardClarify the role and meaning of self.fetch() in AsyncHT...
2015-06-21  Greg WardConsistently format the three "Hello, world" examples...
2015-06-11  Ben DarnellSupport Python 3.5 async/await native coroutines.
2015-06-06  Ben DarnellGet the tests passing under Python 3.5b2
2015-06-06  Ben DarnellBump version number to 4.3.dev1
2015-05-27  Ben DarnellSet version number to 4.2.0 v4.2.0
2015-05-27  Ben DarnellClarify release notes about create_default_context.
2015-05-25  Ben DarnellMerge pull request #1446 from nero-luci/patch-1
2015-05-25  Cornel Punga[httputil.py] Word correction 1446/head
2015-05-20  Ben DarnellDisable twisted's test_process on python 3.
2015-05-10  Ben DarnellFix title of 4.2 release notes page v4.2.0b1
2015-05-10  Ben DarnellAdd missing release notes file.
2015-05-10  Ben DarnellSet version number to 4.2b1
2015-05-10  Ben DarnellUpdate release notes
2015-05-10  Ben DarnellDocument RequestHandler.patch.
2015-05-08  Ben DarnellMerge pull request #1436 from alunduil/add-dcos-to...
2015-05-07  Alex Brandtadd docs recursively to MANIFEST.in 1436/head
2015-05-06  Ben DarnellRemove weak reference from WaitIterator.
2015-05-06  Ben DarnellEcho the received websocket close code.
2015-05-06  Ben DarnellDocument (ignored) timeout argument to Future methods.
2015-04-29  Ben DarnellMerge pull request #1432 from szweep/unescape_fix
2015-04-24  szweepModify xhtml_unescape to handle hex numeric refs 1432/head
2015-04-24  Ben DarnellMerge pull request #1431 from ajdavis/changelog-event-fix
2015-04-24  Ben DarnellMerge pull request #1430 from ajdavis/spelling
next