]> git.ipfire.org Git - thirdparty/tornado.git/commit
*: Convert most non-test coroutines to native 2520/head
authorBen Darnell <ben@bendarnell.com>
Sun, 14 Oct 2018 19:28:49 +0000 (15:28 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 21 Oct 2018 01:46:38 +0000 (21:46 -0400)
commitbc74d7b08aa6cdc1b592638b07742d98b9a3019a
tree8b0d7b4ff345771a7f9f26c82a779c0c53adb190
parent7f16b43380467055b3a4210d3453afbd10b3aee7
*: Convert most non-test coroutines to native

The websocket module is an exception; it needs a little more work to
change things without breaking tests.
tornado/httpserver.py
tornado/netutil.py
tornado/simple_httpclient.py
tornado/tcpclient.py
tornado/test/simple_httpclient_test.py
tornado/web.py
tornado/websocket.py