cpython/Lib/asyncio
2017-04-21 19:58:28 -07:00
..
__init__.py
base_events.py Merge 3.5 (issue #28652) 2016-11-21 17:47:41 -05:00
base_futures.py Merge 3.5 (issue #28634) 2016-11-07 16:07:30 -05:00
base_subprocess.py
base_tasks.py Issue #28544: Implement asyncio.Task in C. 2016-10-28 12:52:37 -04:00
compat.py
constants.py
coroutines.py Merge 3.5 (issue #28703) 2016-11-15 15:21:07 -05:00
events.py asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop 2017-03-02 23:58:29 -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
protocols.py
queues.py
selector_events.py Merge 3.5 (issue #28369) 2016-10-05 17:49:54 -04:00
sslproto.py bpo-29742: asyncio get_extra_info() throws exception (#525) (#645) 2017-03-12 17:06:16 -04:00
streams.py Issue #28370: Speedup asyncio.StreamReader.readexactly 2016-10-05 18:01:12 -04:00
subprocess.py bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) 2017-03-02 23:31:17 -05:00
tasks.py bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) (#1247) 2017-04-21 19:58:28 -07:00
test_utils.py bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) (#410) 2017-03-02 22:06:15 -05:00
transports.py
unix_events.py Merge 3.5 (issue #28704) 2016-11-15 15:27:23 -05:00
windows_events.py Issue #28448: Fix C implemented asyncio.Future didn't work on Windows 2016-10-21 12:30:15 +09:00
windows_utils.py