2011-09-12 |
Alek Storm | Move `TCPServer` to `netutil`, change `handle_stream... 353/head |
commit | commitdiff | tree |
2011-09-08 |
Alek Storm | Factor HTTP-specific code into HTTPServer subclass... |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Remove unused variables (discovered by pyflakes) |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Improve exception handling for gen module. |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Allow any sequence in gen.WaitAll, not just lists. |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Add test for 100-continue functionality, and fix it... |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Document tornado.platform.twisted, and rename ioloop... |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Reorganize release notes |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Accumulated release note updates. |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Update docs with new methods |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Fix error in docs |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Add gen.WaitAll |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Add tornado.gen module for simpler generator-based... |
commit | commitdiff | tree |
2011-09-03 |
Ben Darnell | Various minor test changes for windows. |
commit | commitdiff | tree |
2011-09-03 |
Ben Darnell | Remove test_connect_timeout, which was only passing... |
commit | commitdiff | tree |
2011-08-31 |
bdarnell | Merge pull request #349 from milkinc/master |
commit | commitdiff | tree |
2011-08-31 |
bdarnell | Merge pull request #347 from ContextLogic/optiongroup |
commit | commitdiff | tree |
2011-08-31 |
Jeff Hodsdon | Corrected on_connect timeout for simplehttpclient 349/head |
commit | commitdiff | tree |
2011-08-30 |
Jeeyoung Kim | In define(), added option to define our own option... 347/head |
commit | commitdiff | tree |
2011-08-30 |
bdarnell | Merge pull request #346 from mikejthompson/master |
commit | commitdiff | tree |
2011-08-30 |
Mike Thompson | add 'cookies' property to wsgi.HTTPRequest 346/head |
commit | commitdiff | tree |
2011-08-29 |
Ben Darnell | Watch the main module for tornado.autoreload's -m mode |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Merge commit '864044' into merge 273/head |
commit | commitdiff | tree |
2011-08-28 |
Maciej Małecki | Fix typos (argh!). #319 |
commit | commitdiff | tree |
2011-08-28 |
Maciej Małecki | Use subprocess.Popen on Windows, fixes #319 |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Add a version of database.Connection.execute that retur... |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Merge remote-tracking branch 'alekstorm/static_args... |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Merge branch 'master' into merge |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Reinstate RequestHandler.cookies property |
commit | commitdiff | tree |
2011-08-28 |
Jehiah Czebotar | implement request_time in simplehttp_client (and tests) 307/head |
commit | commitdiff | tree |
2011-08-27 |
bdarnell | Merge pull request #344 from akrymski/master |
commit | commitdiff | tree |
2011-08-27 |
Artemi Krymski | application/json was missing from GZIP CONTENT_TYPES 344/head |
commit | commitdiff | tree |
2011-08-25 |
Wojciech Polak | Improve template execution performance. 343/head |
commit | commitdiff | tree |
2011-08-24 |
bdarnell | Merge pull request #342 from davidwilemski/master |
commit | commitdiff | tree |
2011-08-24 |
David Wilemski | Fixed typo in template documentation 342/head |
commit | commitdiff | tree |
2011-08-23 |
Ben Darnell | Support max_age as an alias for max-age in set_cookie... |
commit | commitdiff | tree |
2011-08-23 |
Ben Darnell | timedelta.total_seconds() is new in python2.7, so do... |
commit | commitdiff | tree |
2011-08-22 |
Jeeyoung Kim | Implemented read_until_regex in tornado. This is simila... |
commit | commitdiff | tree |
2011-08-21 |
bdarnell | Merge pull request #340 from alekstorm/template_namespace |
commit | commitdiff | tree |
2011-08-21 |
Ben Darnell | When following redirects, release connection resources... |
commit | commitdiff | tree |
2011-08-20 |
Alek Storm | Add 'namespace' parameter to template.BaseLoader constr... 340/head |
commit | commitdiff | tree |
2011-08-18 |
Alek Storm | Move 'cookies' property from RequestHandler to HTTPRequest 336/head |
commit | commitdiff | tree |
2011-08-17 |
Alek Storm | Add 'static_handler_args' application setting to pass... 335/head |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Add static_handler_class application setting, and move... |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Add tests for static file functionality |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | In case the callback_uri and the uri that called authen... |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Release note updates |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Clean up after the _check_file refactoring. |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Add the option to run application hooks before autorelo... |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Remove tox config for pypy with mysql. |
commit | commitdiff | tree |
2011-08-06 |
Ben Darnell | Accept timedelta objects in IOLoop.add_timeout. |
commit | commitdiff | tree |
2011-08-06 |
Ben Darnell | Speed up _convert_header_value |
commit | commitdiff | tree |
2011-08-06 |
Ben Darnell | Add RequestHandler.add_header to allow headers to occur... |
commit | commitdiff | tree |
2011-08-06 |
Ben Darnell | Better path surgery in autoreload |
commit | commitdiff | tree |
2011-08-03 |
Ben Darnell | Fix style, add comments |
commit | commitdiff | tree |
2011-08-03 |
Ben Darnell | Merge remote-tracking branch 'alekstorm/master' into... |
commit | commitdiff | tree |
2011-08-03 |
Ben Darnell | If a PeriodicCallback runs longer than its period,... |
commit | commitdiff | tree |
2011-08-03 |
Ben Darnell | Merge remote-tracking branch 'jfisteus/periodic_callbac... |
commit | commitdiff | tree |
2011-08-03 |
Ben Darnell | Add install() method to IOLoop to allow a custom subcla... |
commit | commitdiff | tree |
2011-08-03 |
Ben Darnell | Test that tornado.database is at least importable on... |
commit | commitdiff | tree |
2011-07-29 |
Alek Storm | Add extra '_modules' reference to modules list in templ... 322/head |
commit | commitdiff | tree |
2011-07-28 |
Jesus Arias... | Stabilization of the period of ioloop.PeriodicCallback. 320/head |
commit | commitdiff | tree |
2011-07-28 |
Ben Darnell | Add option to print out generated template code in... |
commit | commitdiff | tree |
2011-07-28 |
Ben Darnell | Speed up xhtml_escape (template benchmark goes from... |
commit | commitdiff | tree |
2011-07-28 |
Ben Darnell | Add a template benchmark, based on one in jinja2 |
commit | commitdiff | tree |
2011-07-28 |
Ben Darnell | More defensiveness about patterns that could lead to... |
commit | commitdiff | tree |
2011-07-26 |
Ben Darnell | Allow unicode string literals to appear in template... |
commit | commitdiff | tree |
2011-07-25 |
Ben Darnell | Support Content-Length headers that have been duplicate... |
commit | commitdiff | tree |
2011-07-25 |
Ben Darnell | Merge branch 'httpclient_buffer' |
commit | commitdiff | tree |
2011-07-25 |
Ben Darnell | Fix test that depended on simple_httpclient implementat... |
commit | commitdiff | tree |
2011-07-21 |
David Recordon | Allow setting the maximum read buffer size when constru... 310/head |
commit | commitdiff | tree |
2011-07-20 |
Ben Darnell | Consistently guard against uncaught exceptions leading... |
commit | commitdiff | tree |
2011-07-20 |
David Recordon | Noticed that a max_clients around 50 would cause us... 309/head |
commit | commitdiff | tree |
2011-07-19 |
Ben Darnell | Delay IOStream close callback until all pending callbac... |
commit | commitdiff | tree |
2011-07-19 |
Ben Darnell | Move httpclient_tests that never worked with curl to... |
commit | commitdiff | tree |
2011-07-19 |
Ben Darnell | Fix HTTP client selection as used in curl_httpclient_test. |
commit | commitdiff | tree |
2011-07-19 |
Ben Darnell | Make "python -m tornado.autoreload" run with a consiste... |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Add a config file to run tornado tests under multiple... |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Merge branch 'master' into twisted |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Change binary literals to hex for compatibility with... |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Fix WebSocketProtocol8 on python3 |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Make websocket demo work on firefox 6 beta |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Merge remote-tracking branch 'flodiebold/master' into... |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Rename twistedreactor -> twisted |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Run parts of twisted's test suite on the tornado reactor |
commit | commitdiff | tree |
2011-07-17 |
Florian Diebold | Handle the hybi-07 version of the WebSocket protocol... |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Make twisted tests run under python 2.5 |
commit | commitdiff | tree |
2011-07-17 |
Florian Diebold | Send the data of the ping frame back in the pong, as... |
commit | commitdiff | tree |
2011-07-17 |
Florian Diebold | Fix an exception when connecting with an unsupported... |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Remove new backwards-incompatible arguments from Static... |
commit | commitdiff | tree |
2011-07-17 |
Ben Darnell | Merge commit '8dbe9ba' into work |
commit | commitdiff | tree |
2011-07-15 |
Ovidiu Predescu | Removed run() method. 302/head |
commit | commitdiff | tree |
2011-07-14 |
Ovidiu Predescu | New test to check that addWriter followed by removeWrit... |
commit | commitdiff | tree |
2011-07-14 |
Ovidiu Predescu | Moved twisted/reactor.py to platform/twistedreactor.py. |
commit | commitdiff | tree |
2011-07-14 |
Ovidiu Predescu | Fix misspelling. |
commit | commitdiff | tree |
2011-07-14 |
Ben Darnell | Add a callback for flow control to RequestHandler.flush |
commit | commitdiff | tree |
2011-07-13 |
Florian Diebold | Implement the hybi-10 version of the WebSocket protocol. |
commit | commitdiff | tree |
2011-07-13 |
Florian Diebold | Refactor WebSocket support to prepare for multiple... |
commit | commitdiff | tree |
2011-07-13 |
Krzysztof Tarnowski | Enabled subclasses to specify expiration time. |
commit | commitdiff | tree |
2011-07-12 |
Ovidiu Predescu | Don't use defaults in reactor.py as they cause unneeded... |
commit | commitdiff | tree |
next |