.. |
platform
|
Rename twistedreactor -> twisted
|
2011-07-17 14:07:19 -07:00 |
test
|
Test that tornado.database is at least importable on all supported pythons.
|
2011-08-02 23:26:50 -07:00 |
__init__.py
|
Bump version number for the master branch
|
2011-06-25 18:25:37 -07:00 |
auth.py
|
Improve auth module on python 3 (covers openid and oauth2, but not oauth1.x)
|
2011-06-27 23:36:20 -07:00 |
autoreload.py
|
Make "python -m tornado.autoreload" run with a consistent sys.path.
|
2011-07-18 21:25:59 -07:00 |
ca-certificates.crt
|
Add a set of default SSL CA certificates for use with SimpleAsyncHTTPClient.
|
2011-02-14 18:58:02 -08:00 |
curl_httpclient.py
|
Add support for client SSL certificates in simple_httpclient
|
2011-07-02 18:34:23 -07:00 |
database.py
|
Test that tornado.database is at least importable on all supported pythons.
|
2011-08-02 23:26:50 -07:00 |
epoll.c
|
Replace all tabs with spaces.
|
2010-03-17 14:59:17 -07:00 |
escape.py
|
Speed up xhtml_escape (template benchmark goes from 49ms to 32ms)
|
2011-07-27 22:03:50 -07:00 |
httpclient.py
|
Fix HTTP client selection as used in curl_httpclient_test.
|
2011-07-18 22:34:19 -07:00 |
httpserver.py
|
Add a callback for flow control to RequestHandler.flush
|
2011-07-13 20:09:02 -07:00 |
httputil.py
|
Support multi-line headers
|
2011-07-10 16:13:45 -07:00 |
ioloop.py
|
Merge remote-tracking branch 'jfisteus/periodic_callback' into merge
|
2011-08-02 23:44:21 -07:00 |
iostream.py
|
Delay IOStream close callback until all pending callbacks have been processed.
|
2011-07-18 23:52:27 -07:00 |
locale.py
|
Allow any properly-formatted locale, not just ones in LOCALE_NAMES.
|
2011-07-10 12:11:43 -07:00 |
netutil.py
|
Move socket accept loop from HTTPServer to netutil.
|
2011-07-09 14:35:59 -07:00 |
options.py
|
Replace all bare "except:" blocks with "except Exception:" so we don't
|
2011-06-26 18:51:12 -07:00 |
process.py
|
Better fork_processes: Restart processes when they exit abnormally. Tests!
|
2011-07-04 19:11:32 -07:00 |
simple_httpclient.py
|
More defensiveness about patterns that could lead to double callbacks.
|
2011-07-27 21:04:22 -07:00 |
stack_context.py
|
Fix misspelling.
|
2011-07-14 15:52:35 -07:00 |
template.py
|
Allow unicode string literals to appear in template expressions.
|
2011-07-26 10:50:32 -07:00 |
testing.py
|
Don't initialize the singleton IOLoop from tearDown
|
2011-07-04 18:12:15 -07:00 |
util.py
|
Allow non-ascii (but still latin1) in our fake byte literals
|
2011-06-25 18:54:37 -07:00 |
web.py
|
Remove new backwards-incompatible arguments from StaticFileHandler.set_extra_headers
|
2011-07-17 10:46:01 -07:00 |
websocket.py
|
Change binary literals to hex for compatibility with python2.5
|
2011-07-17 15:17:36 -07:00 |
wsgi.py
|
Run coverage check and fill in the blanks
|
2011-06-19 11:23:53 -07:00 |