tornado/tornado
Ben Darnell db579dad71 New method to_basestring replaces some use of native_str.
native_str would force the argument to (utf8) bytes, while in python2
it is often more appropriate to preserve the type of the input data.

Closes #280
2011-06-15 19:34:49 -07:00
..
test New method to_basestring replaces some use of native_str. 2011-06-15 19:34:49 -07:00
__init__.py Bump version number to 2.0rc1. 2011-06-11 19:14:41 -07:00
auth.py Finish automatic documentation 2011-06-11 13:31:29 -07:00
autoreload.py Make all internal imports of tornado modules absolute 2010-07-29 17:03:40 -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 Remove unused imports, add a few missing ones 2011-06-05 16:11:05 -07:00
database.py Finish automatic documentation 2011-06-11 13:31:29 -07:00
epoll.c Replace all tabs with spaces. 2010-03-17 14:59:17 -07:00
escape.py New method to_basestring replaces some use of native_str. 2011-06-15 19:34:49 -07:00
httpclient.py More autodoc fixes 2011-06-10 00:13:20 -07:00
httpserver.py More autodoc fixes 2011-06-10 00:13:20 -07:00
httputil.py Remove unused imports, add a few missing ones 2011-06-05 16:11:05 -07:00
ioloop.py More autodoc fixes 2011-06-10 00:13:20 -07:00
iostream.py One more autodoc cleanup 2011-06-11 14:32:54 -07:00
locale.py More autodoc fixes 2011-06-10 00:13:20 -07:00
options.py Finish automatic documentation 2011-06-11 13:31:29 -07:00
simple_httpclient.py Remove unused imports, add a few missing ones 2011-06-05 16:11:05 -07:00
stack_context.py Finish automatic documentation 2011-06-11 13:31:29 -07:00
template.py BACKWARDS-INCOMPATIBLE: turn on template autoescaping by default. 2011-06-11 17:22:09 -07:00
testing.py Finish automatic documentation 2011-06-11 13:31:29 -07:00
util.py Mark many of our internal string literals as byte literals. 2011-02-24 14:36:32 -08:00
web.py Merge branch 'docs' 2011-06-11 15:15:39 -07:00
websocket.py Finish automatic documentation 2011-06-11 13:31:29 -07:00
win32_support.py Add a warning about the experimental status of our win32 support 2010-03-25 16:09:37 -07:00
wsgi.py Unquote PATH_INFO in wsgi. 2011-06-14 14:38:42 -07:00