COMMITS
/ Lib/test/test_asyncio/test_unix_events.py October 10, 2025
K
gh-139894: fix incorrect sharing of current task while forking in `asyncio` (#139897)
Kumar Aditya committed
August 26, 2025
R
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)
Rani Pinchuk committed
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner committed
December 24, 2024
K
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
November 4, 2024
K
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#126354)
Kumar Aditya committed
July 23, 2024
S
gh-117657: Skip tests that use threads after fork (#122194)
Sam Gross committed
June 23, 2024
June 21, 2024
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
October 4, 2023
V
gh-110335: asyncio test_unix_events cleans multiprocessing (#110336)
Victor Stinner committed
September 21, 2023
D
gh-109582: test_fork_signal_handling should wait for event (#109605)
Davide Rizzo committed
April 24, 2023
I
gh-103780: Use patch instead of mock in asyncio unix events test (#103782)
Itamar Ostricher committed
March 18, 2023
I
gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
Irit Katriel committed
January 13, 2023
S
gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
Serhiy Storchaka committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
December 3, 2022
K
GH-66285: remove redundant `time.sleep` from `test_fork_signal_handling` (GH-99963)
Kumar Aditya committed
November 27, 2022
K
GH-66285: fix forking in asyncio (#99769)
Kumar Aditya committed
November 24, 2022
K
GH-66285: Revert "fix forking in asyncio" (#99756)
Kumar Aditya committed
K
GH-66285: skip asyncio fork tests for platforms without md5 hash (#99745)
Kumar Aditya committed
K
GH-66285: fix forking in `asyncio` (#99539)
Kumar Aditya committed
November 12, 2022
K
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#99386)
Kumar Aditya committed
October 15, 2022
K
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya committed
October 8, 2022
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
August 3, 2022
J
gh-95597: Fix typo in Lib directory files (#95599)
Jo, Yunjin committed
June 22, 2022
V
gh-84623: Remove unused imports (#94132)
Victor Stinner committed
June 17, 2022
V
gh-93852: Add test.support.create_unix_domain_name() (#93914)
Victor Stinner committed
February 10, 2022
A
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253)
Andrew Svetlov committed
December 20, 2021
S
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka committed
December 16, 2020
V
bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)
Victor Stinner committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
Hai Shi committed
April 25, 2020
S
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka committed
September 29, 2019
A
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472)
Andrew Svetlov committed
September 11, 2019
A
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
June 30, 2019
A
June 4, 2019
June 2, 2019
A
bpo-35621: Fix tests when SafeChildWatcher is expected instead of ThreadedChildWatcher (GH-13754)
Andrew Svetlov 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
December 29, 2018
September 11, 2018
A
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov committed
June 2, 2018
B
bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328)
Brett Cannon committed