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 |
2012-11-25 |
Ben Darnell | Bump version to 2.4.1, update release notes. v2.4.1 |
commit | commitdiff | tree |
2012-11-22 |
Ben Darnell | Fix a bug with IOStream.read_until_close with a streami... |
commit | commitdiff | tree |
2012-11-22 |
Ben Darnell | Fix TwitterMixin on Python 3. |
commit | commitdiff | tree |
2012-11-22 |
Ben Darnell | Fix a memory leak in stack_context. |
commit | commitdiff | tree |
2012-11-19 |
Ben Darnell | Use AsyncHTTPClient's defaults option in AsyncHTTPSTest... |
commit | commitdiff | tree |
2012-11-19 |
Ben Darnell | Remove redundant logging of read errors in IOStream. |
commit | commitdiff | tree |
2012-11-19 |
Ben Darnell | Allow default HTTPRequest attributes to be set globally... |
commit | commitdiff | tree |
2012-11-18 |
Ben Darnell | Remove outdated warnings and config instructions from... |
commit | commitdiff | tree |
2012-11-18 |
Ben Darnell | Merge branch 'branch2.4' |
commit | commitdiff | tree |
2012-11-18 |
Ben Darnell | Upgrade appengine website to python 2.7. |
commit | commitdiff | tree |
2012-11-18 |
Ben Darnell | Update app engine id for HRD migration. |
commit | commitdiff | tree |
2012-11-18 |
Ben Darnell | Document the deprecation of tornado.database in the... |
commit | commitdiff | tree |
2012-11-18 |
Jon Parise | _get_host_handlers() now returns all host matches. 628/head |
commit | commitdiff | tree |
2012-11-18 |
Jon Parise | Merge branch 'master' into append-handlers |
commit | commitdiff | tree |
2012-11-18 |
Ben Darnell | Make header_callback behavior consistent across both... |
commit | commitdiff | tree |
2012-11-18 |
Ben Darnell | Fix If-None-Match support for StaticFileHandler. |
commit | commitdiff | tree |
2012-11-17 |
Ben Darnell | Fix a memory leak in stack_context. |
commit | commitdiff | tree |
2012-11-17 |
Ben Darnell | Ensure that add_callback fails cleanly if called while... |
commit | commitdiff | tree |
2012-11-17 |
Ben Darnell | Fix TwitterMixin on Python 3. |
commit | commitdiff | tree |
2012-11-11 |
bdarnell | Merge pull request #627 from jparise/urlspec-repr |
commit | commitdiff | tree |
2012-11-11 |
bdarnell | Merge pull request #624 from pablopda/master |
commit | commitdiff | tree |
2012-11-09 |
Ben Darnell | Fix a bug with IOStream.read_until_close with a streami... |
commit | commitdiff | tree |
2012-11-07 |
Jon Parise | Allow add_handlers() to append to existing hosts. |
commit | commitdiff | tree |
2012-11-07 |
Jon Parise | Add a helpful __repr__ implementation to URLSpec. 627/head |
commit | commitdiff | tree |
2012-11-02 |
Pablo Perez... | Mv README so github web interface recognize its markup... 624/head |
commit | commitdiff | tree |
2012-11-01 |
Ben Darnell | Release notes for 302/303 change. |
commit | commitdiff | tree |
2012-11-01 |
Ben Darnell | simple_httpclient: Treat 302 like 303. |
commit | commitdiff | tree |
2012-10-30 |
Ben Darnell | AsyncHTTPTestCase no longer closes AsyncHTTPClients... |
commit | commitdiff | tree |
2012-10-23 |
Peter Sobot | Added more sensical callback time verification. 616/head |
commit | commitdiff | tree |
2012-10-23 |
Peter Sobot | Added period check in PeriodicCallback |
commit | commitdiff | tree |
2012-10-19 |
Ben Darnell | Add a comment to runtests.sh about python 3. |
commit | commitdiff | tree |
2012-10-08 |
Ben Darnell | Actually use add_callback_from_signal from the SIGCHLD... |
commit | commitdiff | tree |
2012-10-07 |
Ben Darnell | Fix TwistedIOLoop on epoll. |
commit | commitdiff | tree |
2012-10-07 |
Ben Darnell | Implement TwistedIOLoop, to bridge the gap with Twisted... |
commit | commitdiff | tree |
2012-10-07 |
Ben Darnell | Remove the method IOLoop.running. |
commit | commitdiff | tree |
2012-10-07 |
Ben Darnell | Split IOLoop into a base class and poll-based implement... |
commit | commitdiff | tree |
2012-10-07 |
Ben Darnell | Move IOLoop subclasses to their own modules under platform. |
commit | commitdiff | tree |
2012-10-07 |
Ben Darnell | Add a little more slack to this timing test. |
commit | commitdiff | tree |
2012-10-07 |
Ben Darnell | Check self.closed() in the inner read loop of IOStream. |
commit | commitdiff | tree |
2012-10-06 |
Ben Darnell | Avoid creating multiple redundant autoreload callbacks. |
commit | commitdiff | tree |
2012-10-05 |
Ben Darnell | One more log spam test: connect then immediately close... |
commit | commitdiff | tree |
2012-10-05 |
Ben Darnell | Add tests and release notes for {% apply %} unicode... |
commit | commitdiff | tree |
2012-10-05 |
Ben Darnell | Merge remote-tracking branch 'dmitric/master' |
commit | commitdiff | tree |
2012-10-05 |
Ben Darnell | Fix typo in release notes (thanks jparise!)) |
commit | commitdiff | tree |
2012-10-04 |
Dmitri Cherniak | Ensure result from apply block is utf8 606/head |
commit | commitdiff | tree |
2012-10-04 |
Ben Darnell | Reduce log spam from closed client connections. |
commit | commitdiff | tree |
2012-10-01 |
Ben Darnell | Add time_func parameter to IOLoop, and make it possible... |
commit | commitdiff | tree |
2012-10-01 |
Ben Darnell | IOLoop poller implementations are now subclasses of... |
commit | commitdiff | tree |
next |