cpython/Lib/asyncio
Łukasz Langa f00645d5db
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95253)
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
2022-10-01 10:42:36 -07:00
..
__init__.py
__main__.py
base_events.py GH-96827: Don't touch closed loops from executor threads (#96837) 2022-09-30 12:55:40 -07:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561) 2022-09-28 10:39:42 -07:00
coroutines.py
events.py
exceptions.py
format_helpers.py
futures.py GH-96827: Don't touch closed loops from executor threads (#96837) 2022-09-30 12:55:40 -07:00
locks.py gh-97545: Make Semaphore run faster. (#97549) 2022-09-26 16:38:00 -07:00
log.py
mixins.py
proactor_events.py Revert "gh-87079: Warn on unintended signal wakeup fd override in asyncio (#96807)" (#96898) 2022-09-17 14:12:45 -07:00
protocols.py
queues.py
runners.py GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561) 2022-09-28 10:39:42 -07:00
selector_events.py
sslproto.py
staggered.py
streams.py GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705) 2022-08-29 11:31:11 -07:00
subprocess.py
taskgroups.py GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761) 2022-08-16 18:23:06 -07:00
tasks.py gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95253) 2022-10-01 10:42:36 -07:00
threads.py
timeouts.py gh-95051: ensure that timeouts scheduled with asyncio.Timeout that have already expired are deliverered promptly (#95109) 2022-07-24 13:18:05 -07:00
transports.py
trsock.py
unix_events.py GH-85760: Fix race in calling process_exited callback too early (#97009) 2022-09-22 09:43:47 -07:00
windows_events.py
windows_utils.py