0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
cpython/Lib/asyncio
2024-07-22 13:48:50 +02:00
..
__init__.py
__main__.py [3.10] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122119) 2024-07-22 13:48:50 +02:00
base_events.py gh-101143: Remove references to TimerHandle from asyncio.base_events.BaseEventLoop._add_callback (GH-101197) 2023-01-21 03:25:22 -08:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py
coroutines.py
events.py [3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (GH-100412) (GH-100970) 2023-01-13 09:34:55 +02:00
exceptions.py
format_helpers.py
futures.py GH-96827: Don't touch closed loops from executor threads (GH-96837) 2022-09-30 13:25:06 -07:00
locks.py gh-97545: Make Semaphore run faster. (GH-97549) 2022-09-26 16:57:52 -07:00
log.py
mixins.py
proactor_events.py gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704) 2022-10-26 20:03:58 -07:00
protocols.py
queues.py
runners.py
selector_events.py [3.10] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raises (GH-95739) (#99722) 2022-11-23 10:39:04 -08:00
sslproto.py
staggered.py
streams.py gh-100226: Clarify StreamReader.read behavior (GH-101807) 2023-02-17 13:24:42 -08:00
subprocess.py
tasks.py gh-94972: document that shield users need to keep a reference to their task (GH-96724) 2022-09-10 07:57:44 -07:00
threads.py
transports.py
trsock.py
unix_events.py bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596) 2022-10-13 10:27:14 -07:00
windows_events.py [3.10] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117079) 2024-03-27 16:24:34 +01:00
windows_utils.py