]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout...
authorGuido van Rossum <guido@dropbox.com>
Fri, 18 Oct 2013 14:58:20 +0000 (07:58 -0700)
committerGuido van Rossum <guido@dropbox.com>
Fri, 18 Oct 2013 14:58:20 +0000 (07:58 -0700)
commit57497ad1810304ef74774fb1abd379dec80f458b
tree1696f5389cdad967002eff56160765936aba9010
parent40b22d0661c45ac350a7252a32ef665b81b1643c
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later().
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/streams.py
Lib/asyncio/transports.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_transports.py
Lib/test/test_asyncio/test_unix_events.py