]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-04-08  Waldecir SantosAdd future interface to FacebookGraphMixin 720/head
2013-04-03  Ben DarnellFix precedence of StringIO imports for LogTrapTestCase.
2013-04-02  Ben DarnellSet the __test__ attribute on gen_test to False.
2013-03-31  Ben DarnellFix exceptions in the gen module to work correctly...
2013-03-31  Ben DarnellMerge branch 'branch3.0'
2013-03-31  Ben DarnellCopy the notice about dict-style access to options...
2013-03-29  Ben DarnellInclude readme in the setup.py long_description field.
2013-03-29  Ben DarnellBump version number in the master branch
2013-03-29  Ben DarnellPypi's rst rendering doesn't like it when the same...
2013-03-29  Ben DarnellSet version number to 3.0 v3.0.0
2013-03-29  Ben DarnellFinalize 3.0 release notes.
2013-03-29  Ben DarnellDownloads are now hosted on pypi instead of github.
2013-03-28  Ben DarnellFix another broken link on readme.
2013-03-28  Ben DarnellFix rst markup in readme
2013-03-28  Ben DarnellReplace the outdated README.md with a lightly-edited...
2013-03-28  Ben DarnellUpdate pypi description field.
2013-03-28  Ben DarnellFix options.parse_config_file on Python 3.
2013-03-25  Ben DarnellBump version to 3.0b2
2013-03-25  Ben DarnellDelete HTTPConnection._close_callback in between requests.
2013-03-24  Ben DarnellFix error handling with the combination of @asynchronou...
2013-03-19  Ben DarnellFix draft76 websocket protocol; fix websocket demo...
2013-03-17  Ben DarnellDocument tornado.concurrent.Future.
2013-03-16  Ben DarnellBump version number to 3.0b1
2013-03-16  Ben DarnellConvert auth demo to coroutines.
2013-03-16  Ben DarnellMove gen from "utilities" to "asynchronous networking"
2013-03-16  Ben DarnellAdd/update docs for twisted, caresresolver, and util...
2013-03-16  Ben DarnellDoc updates: modules starting with W.
2013-03-16  Ben DarnellSkip ThreadedResolver tests on pypy.
2013-03-16  Ben DarnellDoc updates, modules N-T.
2013-03-16  Ben DarnellDoc updates, modules H-L
2013-03-16  Ben DarnellTurn on dangling-reference warning in sphinx for local...
2013-03-16  Ben DarnellFix dangling references in old release notes.
2013-03-16  Ben DarnellFix docstring for locale.load_translations.
2013-03-16  Ben DarnellFix most of the rest of the dangling references.
2013-03-16  Ben DarnellUpdate chat demo to be more exemplary.
2013-03-16  Ben DarnellRewrite gen docs to make coroutine the primary decorator.
2013-03-16  Ben DarnellFix dangling links in next.rst
2013-03-16  Ben DarnellFix dangling references in recently-revised docs.
2013-03-16  Ben DarnellTurn on intersphinx support for links to the standard...
2013-03-16  Ben DarnellMinor doc updates for modules A-E
2013-03-16  Ben DarnellConvert auth module code samples to use gen.coroutine.
2013-03-16  Ben DarnellDoc updates for the auth module.
2013-03-15  Ben DarnellRename WebSocketConnect to websocket_connect.
2013-03-15  Ben DarnellAdd new methods to docs, found by sphinx coverage exten...
2013-03-15  Ben DarnellFix bad merge
2013-03-15  Ben DarnellMerge remote-tracking branch 'norman-labs/branch2.4'
2013-03-13  bdarnellMerge pull request #695 from evanj/master
2013-03-12  Evan Joneshttpserver: If no X-Scheme header, use the normal reque... 695/head
2013-03-11  Ben DarnellRewrite text on index page.
2013-03-11  Ben DarnellBuild pdfs from documentation.rst, not index.rst
2013-03-10  Ben DarnellJust skip all timing-sensitive tests on travis-ci.
2013-03-10  Ben DarnellFix internal links for pdf output.
2013-03-10  Ben DarnellFix sphinx config in its new home, restore Makefile...
2013-03-10  Ben DarnellMove website/sphinx/ to docs/, remove rest of appengine...
2013-03-10  Ben DarnellMerge branch 'branch2.4'
2013-03-10  Ben DarnellAdd favicon to sphinx config
2013-03-10  Ben DarnellMerge branch 'branch2.4'
2013-03-10  Ben DarnellAdd a max-width for body text to match the appengine...
2013-03-10  Ben DarnellGet the tricky parts of the sphinx conversion working.
2013-03-10  Ben DarnellAdd a sphinx/rst version of the tornadoweb.org index...
2013-03-10  Ben Darnellsphinx: Set the html_theme variable explicitly.
2013-03-10  Ben DarnellRelax a timing sensitive test that fails occasionally...
2013-03-10  Ben DarnellUpdate release notes
2013-03-09  Ben Darnellsphinx: Set the html_theme variable explicitly.
2013-03-09  Ben Darnelltravis.yml: skip caresresolver test on pypy.
2013-03-09  Ben DarnellFix the inevitable typos in .travis.yml.
2013-03-09  Ben DarnellFix TwistedIOLoop on python 2.6.
2013-03-08  Ben DarnellRewrite travis.yml to make it simpler and more comprehe...
2013-03-08  Ben DarnellOn python 3, json_encode no longer supports byte string...
2013-03-08  Ben DarnellUse native strings instead of byte strings for oauth...
2013-03-08  Ben DarnellCapture the stack context of gen callbacks as they...
2013-03-06  Ben DarnellUse _try_inline_read instead of _read_from_buffer in...
2013-03-04  Ben DarnellUpdate and expand travis.yml.
2013-03-04  Ben DarnellRe-apply autopep8.
2013-03-04  Ben DarnellUpdate import_test.
2013-03-04  Ben DarnellPyflakes cleanups.
2013-03-04  Ben DarnellFix type check that pep8 complains about.
2013-03-04  Ben DarnellOrganize release notes and add highlights section.
2013-03-04  Ben DarnellIntroduce TracebackFuture and use it where applicable.
2013-03-04  Ben DarnellWhen @return_future's callback is run with no args...
2013-03-04  Ben DarnellAllow the callback in @return_future to be run with...
2013-03-03  Ben DarnellBump version to 2.4.post4
2013-03-03  Ben Darnellreturn_future and friends now pass the result, not...
2013-03-03  Ben DarnellUse autoescape in websocket chat demo.
2013-03-03  Ben DarnellAutoescaping is now the default, so remove the explicit...
2013-03-03  Ben DarnellUse distinct cookie names across all the demo apps.
2013-03-03  Ben DarnellUse autoescape in blog demo.
2013-03-03  Ben DarnellRemove embedded copy of markdown.py from blog demo.
2013-03-03  Ben DarnellUse autoescape in appengine blog demo.
2013-03-03  Ben DarnellRemove markdown support from app engine blog demo.
2013-03-03  Ben DarnellModernize app engine demo: py27, non-CGI interface...
2013-03-03  Ben DarnellUpgrade requirement packages.
2013-03-03  Ben DarnellRelease note updates
2013-03-03  Ben DarnellAll functions that take an IOLoop default to current...
2013-03-02  Ben DarnellAdd IOLoop.run_sync convenience method.
2013-03-02  Ben DarnellTest the IOLoop.current method and add it to TwistedIOLoop.
2013-03-02  Ben DarnellMake DummyFuture class private.
2013-03-02  Ben DarnellFix twisted version check.
2013-03-02  bdarnellMerge pull request #686 from omribahumi/master
2013-03-02  Ben DarnellFix resolver test script.
next