tornado/tornado
Martin Malchow 4063e8e5d5 fix missing comma 2016-03-11 14:29:51 +01:00
..
platform Move towards mypy-friendly patterns. 2016-01-16 17:07:48 -05:00
test Add a test for HTTPError.__str__ when it uses httputils. 2016-02-19 16:52:53 -02:00
__init__.py Bump master version number to 4.4.dev1 2015-11-06 18:52:44 -05:00
_locale_data.py Convert all uses of t.util.u() to real unicode literals. 2015-11-06 18:53:11 -05:00
auth.py fix missing comma 2016-03-11 14:29:51 +01:00
autoreload.py Clear __package__ in script run by autoreload CLI. 2015-06-21 13:57:28 -04:00
concurrent.py Move towards mypy-friendly patterns. 2016-01-16 17:07:48 -05:00
curl_httpclient.py Handle non-ascii headers correctly in curl_httpclient. 2016-02-14 14:00:00 -05:00
escape.py Move towards mypy-friendly patterns. 2016-01-16 17:07:48 -05:00
gen.py Move towards mypy-friendly patterns. 2016-01-16 17:07:48 -05:00
http1connection.py Fix HTTP1Connection for responses without content-length 2016-02-14 19:04:27 -05:00
httpclient.py Define `httpclient.HTTPError.__repr__` 2016-02-13 21:15:34 -05:00
httpserver.py Merge pull request #1471 from gitchs/master 2015-07-29 22:40:00 -04:00
httputil.py Make HTTPHeaders a subclass of MutableMapping ABC instead of dict. 2015-09-13 13:20:58 -04:00
ioloop.py Move towards mypy-friendly patterns. 2016-01-16 17:07:48 -05:00
iostream.py Run latest autopep8 2015-09-29 23:57:38 -04:00
locale.py Remove the u() function and a few uses the script missed. 2015-11-06 18:53:11 -05:00
locks.py Correct version change in Lock docstring 2015-11-20 12:20:25 +01:00
log.py Move towards mypy-friendly patterns. 2016-01-16 17:07:48 -05:00
netutil.py Move towards mypy-friendly patterns. 2016-01-16 17:07:48 -05:00
options.py Update options.py 2015-12-07 23:27:47 -05:00
process.py Fix tests in the app engine sandbox 2015-10-18 21:52:17 +02:00
queues.py Add versionchanged tags for async statements. 2015-08-02 22:05:41 -04:00
simple_httpclient.py refractor test_connect_timeout with a never finished future 2015-12-22 09:44:47 +08:00
speedups.c Add void to empty function parameter 2015-10-16 22:50:24 +11:00
speedups.pyi Move towards mypy-friendly patterns. 2016-01-16 17:07:48 -05:00
stack_context.py Fixed some typos 2014-09-11 14:37:43 +09:00
tcpclient.py A new IOLoop is automatically "current" if there isn't already one. 2015-01-18 13:13:41 -05:00
tcpserver.py Add reuse_port flag to TCPServer.bind method 2015-11-22 14:35:04 +03:00
template.py Document and test `{#!` syntax. 2016-02-13 22:30:50 -05:00
testing.py Use `127.0.0.1` when binding test server socket. 2015-11-04 14:19:43 -08:00
util.py Update docs for re_unescape 2016-02-13 21:49:33 -05:00
web.py fix tornado/web.py #L1075 current_user docstring example 2016-03-03 22:39:36 +08:00
websocket.py Use super() to call super "__init__()" 2015-11-24 14:12:07 +09:00
wsgi.py Add make_current keyword argument to IOLoop constructor. 2015-03-29 16:31:06 -04:00