cpython/Lib/asyncio
Yury Selivanov d9d0e864b9 Issue #26050: Add asyncio.StreamReader.readuntil() method.
Patch by Марк Коренберг.
2016-01-11 12:28:19 -05:00
..
__init__.py
base_events.py asyncio: Skip getaddrinfo if host is already resolved. 2015-12-16 19:31:17 -05:00
base_subprocess.py asyncio: Add Transport.is_closing() 2015-11-16 12:43:21 -05:00
compat.py
constants.py
coroutines.py Sync with asyncio repo 2016-01-11 08:42:49 +02:00
events.py Issue #23972: updates to asyncio datagram API. By Chris Laws. 2015-10-05 09:15:28 -07:00
futures.py asyncio: Cleanup Future API 2015-11-17 12:19:41 -05:00
locks.py
log.py
proactor_events.py asyncio: Skip getaddrinfo if host is already resolved. 2015-12-16 19:31:17 -05:00
protocols.py
queues.py
selector_events.py asyncio: Skip getaddrinfo if host is already resolved. 2015-12-16 19:31:17 -05:00
sslproto.py asyncio: Add Transport.is_closing() 2015-11-16 12:43:21 -05:00
streams.py Issue #26050: Add asyncio.StreamReader.readuntil() method. 2016-01-11 12:28:19 -05:00
subprocess.py
tasks.py Sync with asyncio 2016-01-11 12:25:23 +02:00
test_utils.py asyncio: Skip getaddrinfo if host is already resolved. 2015-12-16 19:31:17 -05:00
transports.py asyncio: Add Transport.is_closing() 2015-11-16 12:43:21 -05:00
unix_events.py asyncio: Cleanup Future API 2015-11-17 12:19:41 -05:00
windows_events.py
windows_utils.py