cpython/Lib/asyncio
Miss Islington (bot) 664d17f97a
[3.14] Improve permission error messages in pdb and asyncio.tools (GH-134290) (#138826)
Improve permission error messages in pdb and asyncio.tools (GH-134290)
(cherry picked from commit 419441a6e1)

Co-authored-by: ivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
2025-09-12 12:20:20 +00:00
..
__init__.py [3.14] gh-134657: Remove newly added private names from asyncio.__all__ (GH-134665) (#136455) 2025-07-09 08:34:19 +00:00
__main__.py [3.14] gh-136447: Use self.loop instead of global loop variable in asyncio REPL (GH-136448) (#136458) 2025-07-09 09:23:43 +00:00
base_events.py [3.14] gh-137341: Remove more word duplications (GH-137342) (#137346) 2025-08-03 21:26:16 +03:00
base_futures.py
base_subprocess.py [3.14] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134561) 2025-05-23 04:58:51 +00:00
base_tasks.py
constants.py
coroutines.py
events.py [3.14] gh-134657: Remove newly added private names from asyncio.__all__ (GH-134665) (#136455) 2025-07-09 08:34:19 +00:00
exceptions.py
format_helpers.py
futures.py
graph.py [3.14] gh-133893: asyncio.graph: Replace TextIO annotation with io.Writer (GH-133894) (#133901) 2025-05-11 15:25:43 +00:00
locks.py
log.py
mixins.py
proactor_events.py
protocols.py
queues.py
runners.py gh-130322: drop deprecation of asyncio.set_event_loop (#132349) 2025-04-12 12:03:52 +05:30
selector_events.py [3.14] gh-90871: fix connection backlog offset in asyncio (gh-134392) (gh-134421) 2025-05-21 16:27:13 +02:00
sslproto.py
staggered.py
streams.py
subprocess.py
taskgroups.py gh-128307: Support eager_start=<bool> in create_eager_task_factory and various create_task functions (#128306) 2025-05-05 04:58:07 +00:00
tasks.py [3.14] gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331) (gh-134343) 2025-05-20 19:43:09 +02:00
threads.py
timeouts.py
tools.py [3.14] Improve permission error messages in pdb and asyncio.tools (GH-134290) (#138826) 2025-09-12 12:20:20 +00:00
transports.py
trsock.py
unix_events.py [3.14] gh-134657: Remove newly added private names from asyncio.__all__ (GH-134665) (#136455) 2025-07-09 08:34:19 +00:00
windows_events.py
windows_utils.py