cpython/Lib/asyncio
2023-08-05 17:48:15 +05:30
..
__init__.py gh-106075: add asyncio.taskgroups.__all__ to asyncio.__all__ (#106090) 2023-06-26 07:54:03 +00:00
__main__.py
base_events.py gh-106634: Corrected minor asyncio doc issues (#106671) 2023-07-13 13:21:13 +05:30
base_futures.py
base_subprocess.py
base_tasks.py gh-97696: asyncio eager tasks factory (#102853) 2023-05-01 15:10:13 -06:00
constants.py
coroutines.py GH-102748: remove legacy support for generator based coroutines from asyncio.iscoroutine (#102749) 2023-03-16 20:28:10 +05:30
events.py gh-106634: Corrected minor asyncio doc issues (#106671) 2023-07-13 13:21:13 +05:30
exceptions.py
format_helpers.py
futures.py
locks.py
log.py
mixins.py
proactor_events.py
protocols.py
queues.py
runners.py
selector_events.py gh-106527: asyncio: optimize to add/remove readers and writers (#106528) 2023-07-22 21:07:40 +00:00
sslproto.py gh-98539: Make _SSLTransportProtocol.abort() safe to call when closed (#104474) 2023-05-14 11:58:13 -07:00
staggered.py
streams.py GH-106684: raise ResourceWarning when asyncio.StreamWriter is not closed (#107650) 2023-08-05 17:48:15 +05:30
subprocess.py gh-104340: Suppress warning about unawaited exception for closed pipe stdin (#104586) 2023-05-17 16:45:11 -07:00
taskgroups.py gh-106075: add asyncio.taskgroups.__all__ to asyncio.__all__ (#106090) 2023-06-26 07:54:03 +00:00
tasks.py GH-105684: Require asyncio.Task implementations to support set_name method (#105685) 2023-06-13 06:06:40 +00:00
threads.py
timeouts.py gh-102780: Fix uncancel() call in asyncio timeouts (#102815) 2023-03-22 10:52:10 -07:00
transports.py
trsock.py
unix_events.py gh-82500: Fix asyncio sendfile overflow on 32bit (#107056) 2023-07-22 21:07:14 -07:00
windows_events.py
windows_utils.py