COMMITS
/ Lib/test/test_asyncio/test_subprocess.py May 24, 2026
E
gh-150244: Fix `test_create_subprocess_env_shell` to handle PATH with spaces (#150281)
Eduardo Villalpando Mello committed
March 9, 2026
D
November 12, 2025
K
gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (#140805)
Kumar Aditya committed
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
January 22, 2025
Ł
gh-129158: Fix unwanted trailing whitespace in test_asyncio.test_subprocess (#129181)
Łukasz Langa committed
P
gh-129158: Ensure we restore unix_events.can_use_pidfd after SubprocessThreadedWatcherTests finishes (#129160)
Pablo Galindo Salgado committed
December 18, 2024
K
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)
Kumar Aditya committed
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
August 12, 2024
X
Fix typos in comments and test code (#122846)
Xie Yanbo committed
July 1, 2024
K
gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)
Kumar Aditya committed
June 23, 2024
June 21, 2024
March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
February 29, 2024
M
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
Malcolm Smith committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
January 25, 2024
S
gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)
Steve Dower committed
January 15, 2024
S
gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (GH-113991)
Serhiy Storchaka committed
October 6, 2023
V
Add support.MS_WINDOWS constant (#110446)
Victor Stinner committed
September 22, 2023
V
gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710)
Victor Stinner committed
September 20, 2023
V
gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431)
Victor Stinner committed
April 28, 2023
M
gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)
Marek Marczykowski-Górecki committed
March 8, 2023
A
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood committed
December 28, 2022
K
GH-100192: fix `asyncio` subprocess tests to pass env vars to subprocess (#100569)
Kumar Aditya committed
K
GH-100192: add more `asyncio` subprocess tests (#100194)
Kumar Aditya committed
December 21, 2022
K
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100154)
Kumar Aditya committed
November 14, 2022
K
GH-98219: reduce sleep time in `asyncio` subprocess test (#99464)
Kumar Aditya committed
October 24, 2022
K
GH-98407: fix `test_kill_issue43884` to not leak child processes (#98491)
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
T
GH-94182: Run the PidfdChildWatcher on the running loop (#94184)
Thomas Grainger committed
October 5, 2022
K
gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked (#32073)
Kumar Aditya committed
July 21, 2022
T
gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher (GH-95009)
Thomas Grainger committed
July 17, 2022
T
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94926)
Thomas Grainger committed
May 5, 2022
G
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
June 4, 2021
P
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)
Pablo Galindo committed
November 28, 2020
Y
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
Yurii Karabas committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
Hai Shi committed
February 26, 2020
A
Suppress the hang (#18457)
Andrew Svetlov committed
November 14, 2019
B
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
Benjamin Peterson committed
October 30, 2019
V
bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)
Victor Stinner committed
September 30, 2019
Y
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov committed
September 12, 2019
A
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Andrew Svetlov committed
September 11, 2019
A
June 30, 2019
A
June 24, 2019
A
Get rid of exception traceback printing in asyncio tests (GH-14343)
Andrew Svetlov committed
June 4, 2019