COMMITS
/ Lib/test/test_support.py March 29, 2026
C
gh-146004: fix test_args_from_interpreter_flags on windows (#146580)
Chris Eibl committed
March 28, 2026
G
gh-146004: propagate all -X options to multiprocessing child processes (GH-146005)
Gregory P. Smith committed
February 10, 2026
V
gh-144652: Support Windows exit status in support get_signal_name() (#144653)
Victor Stinner committed
January 9, 2026
J
gh-143460: Skip infinite recusion tests for infinite stack size (#143606)
Jan André Reuter committed
November 22, 2025
A
gh-141600: Fix musl version detection on Void Linux (GH-141602)
Andrew J. Hesford committed
October 21, 2025
R
gh-55258: Skip tests of stdout status on mobile platforms (#140401)
Russell Keith-Magee committed
October 2, 2025
V
gh-55258: Reenable support test_get_original_stdout() (#139499)
Victor Stinner committed
September 10, 2025
B
gh-137371: refactor and fortify `test.support.hashlib_helper` (#137375)
Bénédikt Tran committed
August 26, 2025
R
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)
Rani Pinchuk committed
July 22, 2025
July 20, 2025
B
gh-136547: fix `hashlib_helper` for blocking and requesting digests (#136762)
Bénédikt Tran committed
July 13, 2025
B
gh-136547: allow to temporarily disable hash algorithms in tests (#136570)
Bénédikt Tran committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 6, 2025
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
March 27, 2025
March 19, 2025
R
gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
R. David Murray committed
March 13, 2025
V
gh-131032: Add support.linked_to_musl() function (#131071)
Victor Stinner committed
December 17, 2024
H
gh-127146: Emscripten clean up test suite (#127984)
Hood Chatham committed
December 4, 2024
H
gh-127146: Resolve some minor problems in Emscripten tests (#127565)
Hood Chatham committed
September 27, 2024
R
gh-124682: Disable test that is prone to intermittent failure on iOS. (#124683)
Russell Keith-Magee committed
July 2, 2024
V
Move get_signal_name() to test.support (#121251)
Victor Stinner committed
June 18, 2024
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
December 22, 2023
M
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
Mark Shannon committed
October 25, 2023
S
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka committed
October 21, 2023
S
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka committed
September 30, 2023
V
gh-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149)
Victor Stinner committed
September 29, 2023
S
gh-109615: Look for 'Modules' as landmark for test_copy_python_src_ignore (GH-110108)
Steve Dower committed
September 27, 2023
V
gh-109615: Fix support test_copy_python_src_ignore() on WASM (#109970)
Victor Stinner committed
V
gh-109615: Fix support test_copy_python_src_ignore() (#109958)
Victor Stinner committed
V
gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)
Victor Stinner committed
September 9, 2023
V
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner committed
September 6, 2023
V
gh-108851: Fix tomllib recursion tests (#108853)
Victor Stinner committed
September 2, 2023
S
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka committed
May 24, 2023
H
gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTestCases (#104836)
Hugo van Kemenade committed
May 11, 2023
K
gh-104057: Fix direct invocation of test_support (GH-104069)
Kirill Podoprigora committed
June 15, 2022
V
Add test.support.busy_retry() (#93770)
Victor Stinner committed
May 23, 2022
C
gh-90473: WASI: skip gethostname tests (GH-93092)
Christian Heimes committed
May 16, 2022
C
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
April 7, 2022
C
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes committed
March 17, 2022
C
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes committed
March 15, 2022
C
bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
Christian Heimes committed
January 25, 2022
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
January 16, 2022
C
bpo-40280: Add requires_fork test helper (GH-30622)
Christian Heimes committed
October 13, 2021
V
bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)
Victor Stinner committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
September 15, 2021
E
bpo-5846: Deprecate obsolete methods in `unittest` (GH-28299)
Erlend Egeberg Aasland committed
August 16, 2021
Ł
bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634)
Łukasz Langa committed
June 24, 2021
B
bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (#26882)
Barry Warsaw committed