cpython/Lib/asyncio
2016-12-16 11:50:41 -05:00
..
__init__.py
base_events.py Issue #28652: Partially rollback previous changes 2016-11-21 17:47:27 -05:00
base_subprocess.py Misc asyncio improvements from upstream 2016-09-30 08:17:15 -07:00
compat.py
constants.py
coroutines.py Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. 2016-11-15 15:20:34 -05:00
events.py Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop() 2016-11-07 19:00:46 -05:00
futures.py Issue #28634: Fix asyncio.isfuture() to support mocks 2016-11-07 16:00:50 -05:00
locks.py
log.py
proactor_events.py Issue #27906: Fix socket accept exhaustion during high TCP traffic. 2016-09-15 14:13:15 -04:00
protocols.py
queues.py Misc asyncio improvements from upstream 2016-09-30 08:17:15 -07:00
selector_events.py Issue #28369: Raise an error when transport's FD is used with add_reader 2016-10-05 17:48:59 -04:00
sslproto.py Issue #28990: Fix SSL hanging if connection is closed before handshake completed. 2016-12-16 11:50:41 -05:00
streams.py Issue #28370: Speedup asyncio.StreamReader.readexactly 2016-10-05 18:01:12 -04:00
subprocess.py
tasks.py Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. 2016-10-21 17:22:17 -04:00
test_utils.py Issue #28613: Fix get_event_loop() to return the current loop 2016-11-04 14:29:28 -04:00
transports.py asyncio: Add set_protocol / get_protocol methods to Transports 2016-09-11 21:11:02 -04:00
unix_events.py Issue #28704: Fix create_unix_server to support Path-like objects 2016-11-15 15:26:34 -05:00
windows_events.py
windows_utils.py