tornado/tornado
Ben Darnell 1882670c5f In case the callback_uri and the uri that called authenticate_redirect
are different, use the callback as the openid realm.
2011-08-14 12:05:17 -07:00
..
platform Rename twistedreactor -> twisted 2011-07-17 14:07:19 -07:00
test Add RequestHandler.add_header to allow headers to occur multiple times. 2011-08-06 13:06:54 -07:00
__init__.py Bump version number for the master branch 2011-06-25 18:25:37 -07:00
auth.py In case the callback_uri and the uri that called authenticate_redirect 2011-08-14 12:05:17 -07:00
autoreload.py Clean up after the _check_file refactoring. 2011-08-14 10:55:10 -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 Accept timedelta objects in IOLoop.add_timeout. 2011-08-06 14:21:19 -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 Add extra '_modules' reference to modules list in template parameters, which is used by {% module ... %} directive to avoid naming conflicts with Python modules named 'modules' 2011-07-29 21:02:57 +00: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 Speed up _convert_header_value 2011-08-06 13:23:35 -07:00
websocket.py Release note updates 2011-08-14 11:40:10 -07:00
wsgi.py Run coverage check and fill in the blanks 2011-06-19 11:23:53 -07:00