COMMITS
/ Lib/test/support/__init__.py April 7, 2026
V
gh-148014: Accept a function name in -X presite option (#148015)
Victor Stinner committed
April 2, 2026
J
Move root user checks to test.support (#146195)
Jakub Kulík committed
March 10, 2026
March 2, 2026
F
GH-145273: warn when we can't find the standard library (#145274)
Filipe Laíns committed
February 10, 2026
V
gh-144652: Support Windows exit status in support get_signal_name() (#144653)
Victor Stinner committed
January 27, 2026
S
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Sam Gross committed
January 17, 2026
S
gh-143916: Reject control characters in wsgiref.headers.Headers (GH-143917)
Seth Michael Larson committed
January 13, 2026
R
gh-143460: Correct unlimited stack size skip for Emscripten (#143765)
Russell Keith-Magee committed
January 9, 2026
J
gh-143460: Skip infinite recusion tests for infinite stack size (#143606)
Jan André Reuter committed
January 8, 2026
S
gh-143553: Add support for parametrized resources in regrtests (GH-143554)
Serhiy Storchaka committed
December 15, 2025
P
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#142636)
Pablo Galindo Salgado committed
October 29, 2025
R
gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Actions (#140740)
Russell Keith-Magee committed
October 5, 2025
B
gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (#139552)
Bénédikt Tran committed
September 15, 2025
August 4, 2025
V
gh-129033: Remove dead code in test.support.has_no_debug_ranges() (#137379)
Victor Stinner committed
August 3, 2025
S
gh-137341: Remove more word duplications (GH-137342)
Serhiy Storchaka committed
July 31, 2025
J
gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195)
Jeong, YunWon committed
July 22, 2025
July 16, 2025
H
gh-127146: Emscripten: more regular stack overflow skips (#136708)
Hood Chatham committed
June 27, 2025
S
gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981)
Serhiy Storchaka committed
June 19, 2025
N
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
Nadeshiko Manju committed
June 6, 2025
S
gh-135120: Add test.support.subTests() (GH-135121)
Serhiy Storchaka committed
June 4, 2025
D
gh-135074: Fix exception messages in test.support module (GH-135076)
Daniel Hollas committed
May 25, 2025
H
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade committed
May 22, 2025
Y
gh-127960 Fix the REPL to set the correct namespace by setting the correct `__main__` module (gh-134275)
Yuichiro Tachibana (Tsuchiya) committed
May 14, 2025
J
gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563 (#133772)
Jelle Zijlstra committed
May 6, 2025
E
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)
Emma Smith committed
May 5, 2025
B
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher committed
Ł
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa committed
April 30, 2025
April 28, 2025
C
GH-114911: use time.perf_counter in Stopwatch (GH-131469)
Chris Eibl committed
April 25, 2025
V
gh-132415: Use shutil.which() in missing_compiler_executable() (#132906)
Victor Stinner committed
April 24, 2025
A
gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (#132887)
Adam Turner committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 5, 2025
J
gh-129463, gh-128593: Simplify ForwardRef (#129465)
Jelle Zijlstra committed
April 2, 2025
V
gh-111178: Skip test_perf_profiler on function sanitizer (#132020)
Victor Stinner committed
March 27, 2025
March 19, 2025
R
gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
R. David Murray committed
March 16, 2025
B
March 13, 2025
V
gh-131032: Add support.linked_to_musl() function (#131071)
Victor Stinner committed
February 26, 2025
M
GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550)
Mark Shannon committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
February 4, 2025
S
gh-127933: Add option to run regression tests in parallel (gh-128003)
Sam Gross committed
January 31, 2025
B
GH-129386: Add `test.support.reset_code` (GH-129486)
Brandt Bucher committed
January 29, 2025
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
January 21, 2025
H
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877)
Hugo van Kemenade committed
January 20, 2025
V
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner committed
H
gh-128595: Default to stdout isatty for colour detection instead of stderr (#128498)
Hugo van Kemenade committed