]> git.ipfire.org Git - thirdparty/tornado.git/commit
Update autopep8 to 0.8.5 and run it.
authorBen Darnell <ben@bendarnell.com>
Sat, 19 Jan 2013 18:48:02 +0000 (13:48 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 19 Jan 2013 18:48:02 +0000 (13:48 -0500)
commite582e5879220937cf4ad67ac0947cc53724fadb7
tree10256b58bfd280e7721f3a1f0d08266b2e508fef
parent3a8a0ebfc91ae1c8cd54685930330cdaca2a1398
Update autopep8 to 0.8.5 and run it.
49 files changed:
maint/requirements.txt
tornado/auth.py
tornado/autoreload.py
tornado/concurrent.py
tornado/curl_httpclient.py
tornado/escape.py
tornado/httpclient.py
tornado/httpserver.py
tornado/httputil.py
tornado/ioloop.py
tornado/iostream.py
tornado/locale.py
tornado/log.py
tornado/netutil.py
tornado/options.py
tornado/platform/common.py
tornado/platform/epoll.py
tornado/platform/kqueue.py
tornado/platform/select.py
tornado/platform/twisted.py
tornado/process.py
tornado/simple_httpclient.py
tornado/template.py
tornado/test/auth_test.py
tornado/test/concurrent_test.py
tornado/test/curl_httpclient_test.py
tornado/test/escape_test.py
tornado/test/gen_test.py
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/httputil_test.py
tornado/test/ioloop_test.py
tornado/test/iostream_test.py
tornado/test/log_test.py
tornado/test/netutil_test.py
tornado/test/options_test.py
tornado/test/process_test.py
tornado/test/runtests.py
tornado/test/simple_httpclient_test.py
tornado/test/stack_context_test.py
tornado/test/template_test.py
tornado/test/twisted_test.py
tornado/test/util_test.py
tornado/test/web_test.py
tornado/test/wsgi_test.py
tornado/testing.py
tornado/util.py
tornado/web.py
tornado/websocket.py