2013-02-16 |
Martyn Smith | Fix typo in stream setup for stderr 682/head |
commit | commitdiff | tree |
2013-02-16 |
Ben Darnell | s/xrange/range/ for python 3. |
commit | commitdiff | tree |
2013-02-16 |
Ben Darnell | Add an assertion for inconsistent StackContexts when... |
commit | commitdiff | tree |
2013-02-14 |
Ben Darnell | Add a tox config for testing with the pyuv-based IOLoop. |
commit | commitdiff | tree |
2013-02-14 |
Ben Darnell | Document and test the ability to call remove_timeout... |
commit | commitdiff | tree |
2013-02-14 |
Ben Darnell | Fix a straggling reference to netutil.TCPServer in... |
commit | commitdiff | tree |
2013-02-14 |
Ben Darnell | Prevent __future__ imports in tornado from leaking... |
commit | commitdiff | tree |
2013-02-13 |
Ben Darnell | Remove epoll.c from MANIFEST.in |
commit | commitdiff | tree |
2013-02-13 |
Ben Darnell | Bump version number to 2.4.post3 |
commit | commitdiff | tree |
2013-02-12 |
Ben Darnell | Fix quadratic performance in gen.engine when yielding... |
commit | commitdiff | tree |
2013-02-09 |
Ben Darnell | Make LogTrapTestCase fail more gracefully in unknown... |
commit | commitdiff | tree |
2013-02-09 |
Ben Darnell | Add a workaround for a bug in the latest version of... |
commit | commitdiff | tree |
2013-02-09 |
Ben Darnell | Escape non-ascii bytes in tracebacks line-by-line inste... |
commit | commitdiff | tree |
2013-02-09 |
Ben Darnell | Clarify docstring of IOLoop.stop. |
commit | commitdiff | tree |
2013-02-09 |
Ben Darnell | Merge commit 'e3f8aa' from heynemann/master |
commit | commitdiff | tree |
2013-02-09 |
Ben Darnell | Handle non-ascii data in logged exceptions like in... |
commit | commitdiff | tree |
2013-02-06 |
Bernardo Heynemann | Pre-compiling regex that removes control characters. |
commit | commitdiff | tree |
2013-02-06 |
Ben Darnell | Switch one last test from get_unused_port to bind_unuse... |
commit | commitdiff | tree |
2013-02-06 |
Ben Darnell | Update pyflakes version. |
commit | commitdiff | tree |
2013-02-04 |
Ben Darnell | Add a test for non-login use of twitter_request. |
commit | commitdiff | tree |
2013-02-03 |
Ben Darnell | Add a script for setting up a windows VM for testing. |
commit | commitdiff | tree |
2013-01-28 |
Ben Darnell | Protect the tornado.gen import in testing.py for app... |
commit | commitdiff | tree |
2013-01-27 |
Ben Darnell | Support lists of futures in @gen.engine. |
commit | commitdiff | tree |
2013-01-27 |
Ben Darnell | Add decorator for @gen.engine-like tests. |
commit | commitdiff | tree |
2013-01-27 |
Ben Darnell | Rename future_wrap to return_future. |
commit | commitdiff | tree |
2013-01-27 |
Ben Darnell | A couple of small 2.6-isms. |
commit | commitdiff | tree |
2013-01-27 |
Ben Darnell | Centralize formatting of HTTP-style dates. |
commit | commitdiff | tree |
2013-01-27 |
Ben Darnell | Fix typo in next.rst. |
commit | commitdiff | tree |
2013-01-26 |
Ben Darnell | Use httputil.HTTPHeaders for outgoing headers in Reques... |
commit | commitdiff | tree |
2013-01-26 |
Ben Darnell | Note a performance improvement on PyPy in the release... |
commit | commitdiff | tree |
2013-01-26 |
Ben Darnell | Split up next.rst by module. |
commit | commitdiff | tree |
2013-01-25 |
Ben Darnell | Get the test suite passing on windows again. |
commit | commitdiff | tree |
2013-01-24 |
Ben Darnell | Get twisted_test running on python 3 too. |
commit | commitdiff | tree |
2013-01-24 |
Ben Darnell | Document --disable-ipv6 fix and only apply it when... |
commit | commitdiff | tree |
2013-01-24 |
bdarnell | Merge pull request #670 from schlamar/patch-1 |
commit | commitdiff | tree |
2013-01-24 |
Ben Darnell | Preliminary support for ubuntu's python3-pycurl port. |
commit | commitdiff | tree |
2013-01-24 |
Ben Darnell | Add vagrant config for ubuntu 12.10. |
commit | commitdiff | tree |
2013-01-22 |
Marc Schlaich | Update tornado/netutil.py 670/head |
commit | commitdiff | tree |
2013-01-21 |
Ben Darnell | Add server_hostname to IOStream.connect, for SNI and... |
commit | commitdiff | tree |
2013-01-21 |
Ben Darnell | On py32+, methods that take ssl_options now also accept... |
commit | commitdiff | tree |
2013-01-21 |
Ben Darnell | Move TCPServer to its own module. |
commit | commitdiff | tree |
2013-01-21 |
bdarnell | Merge pull request #669 from mleonhard/master |
commit | commitdiff | tree |
2013-01-21 |
Michael Leonhard | Fix s3server.py to stop truncating downloads of images... 669/head |
commit | commitdiff | tree |
2013-01-20 |
Ben Darnell | Fix typos in TwistedIOLoop that always sent both read... |
commit | commitdiff | tree |
2013-01-20 |
Ben Darnell | Make autoreload close the IOLoop through the standard... |
commit | commitdiff | tree |
2013-01-20 |
Ben Darnell | Fix some iter{items,keys,values} calls that slipped... |
commit | commitdiff | tree |
2013-01-20 |
Ben Darnell | Fix memory leak with gen.engine, RequestHandler.flush... |
commit | commitdiff | tree |
2013-01-19 |
Ben Darnell | web_test's wsgi_safe can be a class decorator too. |
commit | commitdiff | tree |
2013-01-19 |
Ben Darnell | Save the address family when an HTTPConnection is created. |
commit | commitdiff | tree |
2013-01-19 |
Ben Darnell | No more need to check for 'ssl is None' or 'multiproce... |
commit | commitdiff | tree |
2013-01-19 |
Ben Darnell | Use real class decorators and remove other py25-era... |
commit | commitdiff | tree |
2013-01-19 |
Ben Darnell | Update autopep8 to 0.8.5 and run it. |
commit | commitdiff | tree |
2013-01-19 |
Ben Darnell | Remove conditional imports for py25. |
commit | commitdiff | tree |
2013-01-19 |
Ben Darnell | Remove the remaining traces of tornado.util.b. |
commit | commitdiff | tree |
2013-01-19 |
Ben Darnell | Replace (most) calls to tornado.util.b() with byte... |
commit | commitdiff | tree |
2013-01-19 |
Ben Darnell | Doc updates for py25 removal |
commit | commitdiff | tree |
2013-01-14 |
Ben Darnell | Remove py25 from travis.yml |
commit | commitdiff | tree |
2013-01-14 |
Ben Darnell | Remove our custom epoll module now that we only support... |
commit | commitdiff | tree |
2013-01-14 |
Ben Darnell | Remove more py25 testing configs |
commit | commitdiff | tree |
2013-01-14 |
Ben Darnell | Get all the tests passing under py3 without 2to3 |
commit | commitdiff | tree |
2013-01-14 |
Ben Darnell | Get autoreload working in py3 without 2to3. |
commit | commitdiff | tree |
2013-01-14 |
Ben Darnell | Checkpoint: tests can now be imported in python 3 witho... |
commit | commitdiff | tree |
2013-01-14 |
Ben Darnell | Convert print to a function and add future imports. |
commit | commitdiff | tree |
2013-01-14 |
Ben Darnell | Change "except Type, value" to "except Type as value". |
commit | commitdiff | tree |
2013-01-14 |
Ben Darnell | Convert all unicode literals to tornado.util.u. |
commit | commitdiff | tree |
2013-01-13 |
Ben Darnell | Add a simple sanity-check test for locale data. |
commit | commitdiff | tree |
2013-01-13 |
Ben Darnell | Add tornado.util.u and a fixer script to start using it. |
commit | commitdiff | tree |
2013-01-13 |
Ben Darnell | Drop py25 from the main tox.ini |
commit | commitdiff | tree |
2013-01-12 |
Ben Darnell | Fix typo in docs |
commit | commitdiff | tree |
2012-12-30 |
Ben Darnell | Fix an import that's been missing since the options... |
commit | commitdiff | tree |
2012-12-27 |
Ben Darnell | Test with twisted 12.3 |
commit | commitdiff | tree |
2012-12-22 |
Ben Darnell | Allow tuples for the IOStream.close exc_info argument. |
commit | commitdiff | tree |
2012-12-22 |
Ben Darnell | Merge remote-tracking branch 'ajdavis/issue-651' |
commit | commitdiff | tree |
2012-12-21 |
Ben Darnell | Release notes for add_headers change |
commit | commitdiff | tree |
2012-12-21 |
Ben Darnell | Merge remote-tracking branch 'jparise/append-handlers... |
commit | commitdiff | tree |
2012-12-21 |
bdarnell | Merge pull request #654 from davidwilemski/patch-1 |
commit | commitdiff | tree |
2012-12-15 |
David Wilemski | Fix typo in releases/next.rst 654/head |
commit | commitdiff | tree |
2012-12-11 |
A. Jesse Jiryu... | Avoid setting IOStream.error to wrong exception, close... 653/head |
commit | commitdiff | tree |
2012-12-09 |
Ben Darnell | Replace a couple of contextmanager functions with Excep... |
commit | commitdiff | tree |
2012-12-09 |
Ben Darnell | Merge remote-tracking branch 'rhettg/master' into work |
commit | commitdiff | tree |
2012-12-09 |
Ben Darnell | Run AsyncHTTPClient callbacks on the IOLoop for a clean... |
commit | commitdiff | tree |
2012-12-09 |
Ben Darnell | TwistedIOLoop now supports overriding handle_callback_e... |
commit | commitdiff | tree |
2012-12-08 |
Ben Darnell | Remove some now-unnecessary calls to functools.partial |
commit | commitdiff | tree |
2012-12-08 |
Ben Darnell | Add forgotten release note. |
commit | commitdiff | tree |
2012-12-08 |
Ben Darnell | add_callback now takes *args, **kwargs. |
commit | commitdiff | tree |
2012-12-08 |
Rhett Garber | Don't catch and hide exceptions caused by callbacks... 652/head |
commit | commitdiff | tree |
2012-12-07 |
Ben Darnell | curl_httpclient: don't call remove_handler if we never... |
commit | commitdiff | tree |
2012-12-07 |
Ben Darnell | Catch all exceptions, not just {OS,IO}Error in IOLoop... |
commit | commitdiff | tree |
2012-12-02 |
Ben Darnell | Add path_{kw,}args attributes to RequestHandler. |
commit | commitdiff | tree |
2012-12-02 |
Ben Darnell | Return a Vary: Accept-Encoding header whenever gzip... |
commit | commitdiff | tree |
2012-12-02 |
Ben Darnell | Add tests using the Redbot library for HTTP validation... |
commit | commitdiff | tree |
2012-12-02 |
Ben Darnell | Document the use of self.xsrf_token to set the cookie... |
commit | commitdiff | tree |
2012-12-01 |
Ben Darnell | Document the need to pass Connection: close when using... |
commit | commitdiff | tree |
2012-12-01 |
Ben Darnell | Add a mock.patch-compatible wrapper for options objects. |
commit | commitdiff | tree |
2012-11-27 |
Ben Darnell | Doc cleanups. |
commit | commitdiff | tree |
2012-11-25 |
Ben Darnell | ErrorHandler no longer requires XSRF tokens. |
commit | commitdiff | tree |
2012-11-25 |
Ben Darnell | Add protocol kwarg to HTTPServer constructor. |
commit | commitdiff | tree |
2012-11-25 |
Ben Darnell | Accept Content-Length headers in 304 responses. |
commit | commitdiff | tree |
2012-11-25 |
Ben Darnell | Remove now-redundant entries from next.rst, bump versio... |
commit | commitdiff | tree |
2012-11-25 |
Ben Darnell | Merge branch 'branch2.4' |
commit | commitdiff | tree |
next |