]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2014-03-23  huangxiaokaiFix a mistake in template document. 1020/head
2014-03-15  Ben DarnellUpdate links for comments about json list output.
2014-03-15  Ben DarnellRefactor unittest/unittest2 imports to fix issues with...
2014-03-13  Ben DarnellImprove simple_httpclient ssl configuration to pass...
2014-03-13  Ben DarnellFix command-line tornado.httpclient on python 3.
2014-03-11  bdarnellMerge pull request #1012 from dlutxx/br310
2014-03-11  bdarnellMerge pull request #1008 from yaccz/fix/1007
2014-03-10  xuxiangremove useless code of BaseIOStream 1012/head
2014-03-08  yactwisted can be installed without twisted.names fixes... 1008/head
2014-03-03  bdarnellMerge pull request #996 from cardoe/exception-fix
2014-03-02  Ben DarnellExclude another timing-sensitive test from the travis...
2014-03-02  bdarnellMerge pull request #999 from mengzhuo/master
2014-03-02  Meng Zhuoupdate Template Loader with 'with' statment 999/head
2014-03-01  Doug Goldsteindefine and use errno_from_exception abstraction 996/head
2014-02-23  Ben DarnellFix bit-rotted app engine tests.
2014-02-23  Ben DarnellAdd a warning label to WSGIContainer.
2014-02-22  Ben DarnellDisable port-allocation test on mac to avoid annoying...
2014-02-22  bdarnellMerge pull request #977 from schlamar/fix-port-allocation
2014-02-21  schlamarFixed automatic port allocation in bind_sockets. 977/head
2014-02-19  Ben DarnellCatch up on next-release notes.
2014-02-19  Ben DarnellDocument the fact that tornado.options configures loggi...
2014-02-18  Ben DarnellAdd python 3.4 tests to tox
2014-02-17  Ben DarnellAdd support for the websocket close status code and...
2014-02-17  Ben DarnellCompress all text/* content types, not just a whitelist.
2014-02-17  Ben DarnellAdd a py26-trollius test case and fix a bug with timede...
2014-02-17  Ben DarnellAdd a fast path to stack_context when there are no...
2014-02-17  Ben DarnellRemove _iostream_return_future from write and connect...
2014-02-17  Ben DarnellBring Future support for IOStream read operations into...
2014-02-17  Ben DarnellMicrooptimizations for coroutines
2014-02-17  Ben DarnellFold TracebackFuture into Future.
2014-01-27  Ben Darnellgen: Defer creation of stack context until a YieldPoint...
2014-01-27  Ben DarnellDetect stack context inconsistency in gen.Runner.
2014-01-26  Ben Darnellgen.Runner now communicates back to the decorator via...
2014-01-26  Ben DarnellConsolidate implementations of gen.engine and gen.corou...
2014-01-26  Ben DarnellPivot tornado.gen to use Futures natively.
2014-01-26  Ben Darnelltornado.concurrent.Future is now always thread-unsafe.
2014-01-26  Ben DarnellAdd a benchmark for coroutine processing.
2014-01-25  Ben DarnellImprove the stack traces given for timeouts with @gen_test.
2014-01-25  Ben DarnellRaise an error if IOLoop.start() is called while it...
2014-01-25  Ben DarnellAdd support in AsyncTestCase for detecting undecorated...
2014-01-25  bdarnellMerge pull request #979 from mike4999/simple_fix
2014-01-24  Michael AtamboThis is a fix to check the argument to RequestHandler... 979/head
2014-01-20  Ben DarnellReturn a Future from IOStream methods.
2014-01-20  bdarnellMerge pull request #976 from daftshady/master
2014-01-20  Ben DarnellPin sphinx version to 1.2 in tests.
2014-01-20  daftshadyremoved unnecessary else statements 976/head
2014-01-20  Ben DarnellRemove some unused imports (found by pyflakes)
2014-01-19  Ben DarnellAdd tornado.test.__main__ so the tests can be run with...
2014-01-19  Ben DarnellRemove some vestigial references to 2to3.
2014-01-18  Ben DarnellFix a typo that snuck into the autoreload docs.
2014-01-18  Ben DarnellMake tornado.netutil.add_accept_handler pass a fileobj...
2014-01-18  Ben DarnellPass the correct file object to IOLoop handler functions.
2014-01-18  Ben DarnellDocument file descriptor change and start new release...
2014-01-18  Ben DarnellAllow and encourage the use of file objects instead...
2014-01-18  Ben DarnellAdd pycares to the -full tox configs and remove custom...
2014-01-17  Ben DarnellRequire the extension to be built in tox -full runs.
2014-01-17  Ben DarnellMerge branch 'branch3.2'
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-15  Ben DarnellRefactor the unwieldy tox.ini file.
2014-01-15  Ben DarnellBump version number to 3.3.dev1
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...
next