cpython/Lib/asyncio
Miss Islington (bot) 4bbb9f6f29
[3.12] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() (GH-114420) (GH-114441)
(cherry picked from commit a53e56e7d8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
2024-01-22 17:15:08 +00:00
..
__init__.py [3.12] gh-106075: add asyncio.taskgroups.__all__ to asyncio.__all__ (GH-106090) (#106098) 2023-06-26 12:26:15 +00:00
__main__.py
base_events.py [3.12] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() (GH-114420) (GH-114441) 2024-01-22 17:15:08 +00:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114046) 2024-01-14 02:15:06 +00:00
coroutines.py
events.py [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114046) 2024-01-14 02:15:06 +00:00
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 [3.12] gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close(). (GH-106504) (#106514) 2023-07-07 12:08:22 +00:00
sslproto.py [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114046) 2024-01-14 02:15:06 +00:00
staggered.py
streams.py [3.12] gh-113538: Don't error in stream reader protocol callback when task is cancelled (GH-113690) (#113713) 2024-01-04 20:51:53 +00:00
subprocess.py [3.12] gh-109709: Fix asyncio test_stdin_broken_pipe() (GH-109710) (#109731) 2023-10-02 17:21:51 +02:00
taskgroups.py [3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111111) (GH-111171) 2023-10-21 19:48:53 +00:00
tasks.py [3.12] gh-109955 : Update state transition comments for asyncio.Task (GH-109910) (#109992) 2023-10-02 17:41:12 +02:00
threads.py
timeouts.py [3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111111) (GH-111171) 2023-10-21 19:48:53 +00:00
transports.py
trsock.py
unix_events.py [3.12] gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (GH-110884) (#111412) 2023-10-27 16:36:05 -07:00
windows_events.py
windows_utils.py