COMMITS
/ Lib/asyncio/unix_events.py May 12, 2026
S
December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
December 24, 2024
K
gh-127949: deprecate asyncio policy classes (#128216)
Kumar Aditya committed
August 11, 2024
W
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian committed
June 28, 2024
June 23, 2024
June 21, 2024
November 8, 2023
P
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team) committed
October 27, 2023
G
gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (#110884)
Guido van Rossum committed
October 14, 2023
T
remove redundant call to attach_loop in watcher (#110847)
Thomas Grainger committed
October 12, 2023
T
gh-94597: Add asyncio.EventLoop (#110723)
Thomas Grainger committed
September 20, 2023
V
gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431)
Victor Stinner committed
July 23, 2023
J
gh-82500: Fix asyncio sendfile overflow on 32bit (#107056)
J. Nick Koston committed
April 27, 2023
November 12, 2022
K
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#99386)
Kumar Aditya committed
October 17, 2022
K
GH-98327: Reduce scope of catch_warnings() in _make_subprocess_transport (#98333)
Kumar Aditya committed
October 15, 2022
K
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya committed
October 13, 2022
C
bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)
Christoph Hamsen committed
October 8, 2022
K
K
GH-98023: Change default child watcher to PidfdChildWatcher on supported systems (#98024)
Kumar Aditya committed
T
GH-94182: Run the PidfdChildWatcher on the running loop (#94184)
Thomas Grainger committed
September 22, 2022
K
GH-85760: Fix race in calling process_exited callback too early (#97009)
Kumar Aditya committed
September 17, 2022
G
Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)" (#96898)
Guido van Rossum committed
M
gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)
Michel Hidalgo committed
February 15, 2022
K
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya committed
October 20, 2021
G
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
Gregory P. Smith committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
June 18, 2021
E
bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
Ethan Furman committed
May 3, 2021
P
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo committed
May 2, 2021
A
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov committed
May 1, 2021
R
bpo-43989: Add signal format specifier for unix_events (GH-25769)
Roberto Hueso committed
December 16, 2020
C
bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756)
Chris Jerdonek committed
V
bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)
Victor Stinner committed
November 28, 2020
Y
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
Yurii Karabas committed
May 20, 2020
K
s/wakup/wakeup (GH-20250)
Kunal Bhalla committed
January 12, 2020
K
bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-16552)
Kyle Stanley committed
December 6, 2019
V
bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477)
Victor Stinner committed
December 5, 2019
H
bpo-38951: Use threading.main_thread() check in asyncio (GH-17433)
Hill Ma committed
November 19, 2019
November 15, 2019
K
bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161)
Kyle Stanley committed
November 14, 2019
B
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
Benjamin Peterson committed
September 29, 2019
A
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472)
Andrew Svetlov committed
July 21, 2019
M
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim committed
June 30, 2019
A
June 4, 2019
June 2, 2019
X
Fix typos in docs and docstrings (GH-13745)
Xtreak committed
A
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)
Andrew Svetlov committed
May 27, 2019
A
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov committed