]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2011-09-12  Alek StormMove `TCPServer` to `netutil`, change `handle_stream... 353/head
2011-09-08  Alek StormFactor HTTP-specific code into HTTPServer subclass...
2011-09-05  Ben DarnellRemove unused variables (discovered by pyflakes)
2011-09-05  Ben DarnellImprove exception handling for gen module.
2011-09-05  Ben DarnellAllow any sequence in gen.WaitAll, not just lists.
2011-09-05  Ben DarnellAdd test for 100-continue functionality, and fix it...
2011-09-05  Ben DarnellDocument tornado.platform.twisted, and rename ioloop...
2011-09-05  Ben DarnellReorganize release notes
2011-09-04  Ben DarnellAccumulated release note updates.
2011-09-04  Ben DarnellUpdate docs with new methods
2011-09-04  Ben DarnellFix error in docs
2011-09-04  Ben DarnellAdd gen.WaitAll
2011-09-04  Ben DarnellAdd tornado.gen module for simpler generator-based...
2011-09-03  Ben DarnellVarious minor test changes for windows.
2011-09-03  Ben DarnellRemove test_connect_timeout, which was only passing...
2011-08-31  bdarnellMerge pull request #349 from milkinc/master
2011-08-31  bdarnellMerge pull request #347 from ContextLogic/optiongroup
2011-08-31  Jeff HodsdonCorrected on_connect timeout for simplehttpclient 349/head
2011-08-30  Jeeyoung KimIn define(), added option to define our own option... 347/head
2011-08-30  bdarnellMerge pull request #346 from mikejthompson/master
2011-08-30  Mike Thompsonadd 'cookies' property to wsgi.HTTPRequest 346/head
2011-08-29  Ben DarnellWatch the main module for tornado.autoreload's -m mode
2011-08-28  Ben DarnellMerge commit '864044' into merge 273/head
2011-08-28  Maciej MałeckiFix typos (argh!). #319
2011-08-28  Maciej MałeckiUse subprocess.Popen on Windows, fixes #319
2011-08-28  Ben DarnellAdd a version of database.Connection.execute that retur...
2011-08-28  Ben DarnellMerge remote-tracking branch 'alekstorm/static_args...
2011-08-28  Ben DarnellMerge branch 'master' into merge
2011-08-28  Ben DarnellReinstate RequestHandler.cookies property
2011-08-28  Jehiah Czebotarimplement request_time in simplehttp_client (and tests) 307/head
2011-08-27  bdarnellMerge pull request #344 from akrymski/master
2011-08-27  Artemi Krymskiapplication/json was missing from GZIP CONTENT_TYPES 344/head
2011-08-25  Wojciech PolakImprove template execution performance. 343/head
2011-08-24  bdarnellMerge pull request #342 from davidwilemski/master
2011-08-24  David WilemskiFixed typo in template documentation 342/head
2011-08-23  Ben DarnellSupport max_age as an alias for max-age in set_cookie...
2011-08-23  Ben Darnelltimedelta.total_seconds() is new in python2.7, so do...
2011-08-22  Jeeyoung KimImplemented read_until_regex in tornado. This is simila...
2011-08-21  bdarnellMerge pull request #340 from alekstorm/template_namespace
2011-08-21  Ben DarnellWhen following redirects, release connection resources...
2011-08-20  Alek StormAdd 'namespace' parameter to template.BaseLoader constr... 340/head
2011-08-18  Alek StormMove 'cookies' property from RequestHandler to HTTPRequest 336/head
2011-08-17  Alek StormAdd 'static_handler_args' application setting to pass... 335/head
2011-08-14  Ben DarnellAdd static_handler_class application setting, and move...
2011-08-14  Ben DarnellAdd tests for static file functionality
2011-08-14  Ben DarnellIn case the callback_uri and the uri that called authen...
2011-08-14  Ben DarnellRelease note updates
2011-08-14  Ben DarnellClean up after the _check_file refactoring.
2011-08-14  Ben DarnellAdd the option to run application hooks before autorelo...
2011-08-14  Ben DarnellRemove tox config for pypy with mysql.
2011-08-06  Ben DarnellAccept timedelta objects in IOLoop.add_timeout.
2011-08-06  Ben DarnellSpeed up _convert_header_value
2011-08-06  Ben DarnellAdd RequestHandler.add_header to allow headers to occur...
2011-08-06  Ben DarnellBetter path surgery in autoreload
2011-08-03  Ben DarnellFix style, add comments
2011-08-03  Ben DarnellMerge remote-tracking branch 'alekstorm/master' into...
2011-08-03  Ben DarnellIf a PeriodicCallback runs longer than its period,...
2011-08-03  Ben DarnellMerge remote-tracking branch 'jfisteus/periodic_callbac...
2011-08-03  Ben DarnellAdd install() method to IOLoop to allow a custom subcla...
2011-08-03  Ben DarnellTest that tornado.database is at least importable on...
2011-07-29  Alek StormAdd extra '_modules' reference to modules list in templ... 322/head
2011-07-28  Jesus Arias... Stabilization of the period of ioloop.PeriodicCallback. 320/head
2011-07-28  Ben DarnellAdd option to print out generated template code in...
2011-07-28  Ben DarnellSpeed up xhtml_escape (template benchmark goes from...
2011-07-28  Ben DarnellAdd a template benchmark, based on one in jinja2
2011-07-28  Ben DarnellMore defensiveness about patterns that could lead to...
2011-07-26  Ben DarnellAllow unicode string literals to appear in template...
2011-07-25  Ben DarnellSupport Content-Length headers that have been duplicate...
2011-07-25  Ben DarnellMerge branch 'httpclient_buffer'
2011-07-25  Ben DarnellFix test that depended on simple_httpclient implementat...
2011-07-21  David RecordonAllow setting the maximum read buffer size when constru... 310/head
2011-07-20  Ben DarnellConsistently guard against uncaught exceptions leading...
2011-07-20  David RecordonNoticed that a max_clients around 50 would cause us... 309/head
2011-07-19  Ben DarnellDelay IOStream close callback until all pending callbac...
2011-07-19  Ben DarnellMove httpclient_tests that never worked with curl to...
2011-07-19  Ben DarnellFix HTTP client selection as used in curl_httpclient_test.
2011-07-19  Ben DarnellMake "python -m tornado.autoreload" run with a consiste...
2011-07-17  Ben DarnellAdd a config file to run tornado tests under multiple...
2011-07-17  Ben DarnellMerge branch 'master' into twisted
2011-07-17  Ben DarnellChange binary literals to hex for compatibility with...
2011-07-17  Ben DarnellFix WebSocketProtocol8 on python3
2011-07-17  Ben DarnellMake websocket demo work on firefox 6 beta
2011-07-17  Ben DarnellMerge remote-tracking branch 'flodiebold/master' into...
2011-07-17  Ben DarnellRename twistedreactor -> twisted
2011-07-17  Ben DarnellRun parts of twisted's test suite on the tornado reactor
2011-07-17  Florian DieboldHandle the hybi-07 version of the WebSocket protocol...
2011-07-17  Ben DarnellMake twisted tests run under python 2.5
2011-07-17  Florian DieboldSend the data of the ping frame back in the pong, as...
2011-07-17  Florian DieboldFix an exception when connecting with an unsupported...
2011-07-17  Ben DarnellRemove new backwards-incompatible arguments from Static...
2011-07-17  Ben DarnellMerge commit '8dbe9ba' into work
2011-07-15  Ovidiu PredescuRemoved run() method. 302/head
2011-07-14  Ovidiu PredescuNew test to check that addWriter followed by removeWrit...
2011-07-14  Ovidiu PredescuMoved twisted/reactor.py to platform/twistedreactor.py.
2011-07-14  Ovidiu PredescuFix misspelling.
2011-07-14  Ben DarnellAdd a callback for flow control to RequestHandler.flush
2011-07-13  Florian DieboldImplement the hybi-10 version of the WebSocket protocol.
2011-07-13  Florian DieboldRefactor WebSocket support to prepare for multiple...
2011-07-13  Krzysztof TarnowskiEnabled subclasses to specify expiration time.
2011-07-12  Ovidiu PredescuDon't use defaults in reactor.py as they cause unneeded...
next