..
__init__.py
bpo-36889: Merge asyncio streams (GH-13251)
2019-05-27 12:56:22 -07:00
__main__.py
bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472)
2019-05-27 13:42:29 +02:00
base_events.py
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" ( #13802 )
2019-06-04 13:03:20 +02:00
base_futures.py
…
base_subprocess.py
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
2019-05-27 14:45:12 +02:00
base_tasks.py
…
constants.py
…
coroutines.py
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
2019-05-16 07:52:10 -07:00
events.py
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
2019-05-27 14:45:12 +02:00
exceptions.py
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
2019-05-27 14:45:12 +02:00
format_helpers.py
…
futures.py
…
locks.py
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834)
2019-06-05 03:17:42 -07:00
log.py
…
proactor_events.py
bpo-29883: Asyncio proactor udp (GH-13440)
2019-05-28 02:52:15 -07:00
protocols.py
…
queues.py
…
runners.py
…
selector_events.py
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530)
2019-05-27 06:57:19 -07:00
sslproto.py
bpo-37035: Don't log OSError (GH-13548)
2019-05-27 06:28:34 -07:00
staggered.py
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
2019-05-27 14:45:12 +02:00
streams.py
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671)
2019-06-04 23:01:01 -07:00
subprocess.py
bpo-36889: Merge asyncio streams (GH-13251)
2019-05-27 12:56:22 -07:00
tasks.py
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
2019-06-11 13:32:12 -07:00
transports.py
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
2019-05-27 14:45:12 +02:00
trsock.py
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530)
2019-05-27 06:57:19 -07:00
unix_events.py
Revert "bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread ( #13630 )" (GH-13793)
2019-06-03 17:09:19 -07:00
windows_events.py
bpo-29883: Asyncio proactor udp (GH-13440)
2019-05-28 02:52:15 -07:00
windows_utils.py
…