cpython/Lib/asyncio
Victor Stinner f328c7dc69 asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the
event loop is running. You must first stop the event loop and then wait until
it stopped, before closing it.
2014-06-23 01:02:37 +02:00
..
__init__.py
base_events.py asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the 2014-06-23 01:02:37 +02:00
base_subprocess.py
constants.py
events.py
futures.py
locks.py
log.py
proactor_events.py asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the 2014-06-23 01:02:37 +02:00
protocols.py
queues.py
selector_events.py asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the 2014-06-23 01:02:37 +02:00
streams.py
subprocess.py
tasks.py
test_utils.py asyncio: Refactor tests: add a base TestCase class 2014-06-18 01:36:32 +02:00
transports.py
unix_events.py asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the 2014-06-23 01:02:37 +02:00
windows_events.py
windows_utils.py