index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
libregrtest
/
utils.py
Commit message (
Expand
)
Author
Age
*
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner
2025-03-13
*
gh-127146: Emscripten clean up test suite (#127984)
Hood Chatham
2024-12-17
*
gh-109413: Add more type hints to `libregrtest` (#126352)
sobolevn
2024-11-04
*
gh-124613, regrtest: Detect JIT in build info (#124793)
Victor Stinner
2024-09-30
*
Fix typos (#123775)
algonell
2024-09-09
*
gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)
Donghee Na
2024-09-02
*
gh-121084: Fix test_typing random leaks (#121360)
Victor Stinner
2024-07-04
*
Move get_signal_name() to test.support (#121251)
Victor Stinner
2024-07-02
*
gh-121188: Sanitize invalid XML characters in regrtest (#121195)
Victor Stinner
2024-07-01
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
*
Enhance regrtest get_signal_name(): support shell exit code (#117647)
Victor Stinner
2024-04-08
*
gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...
Petr Viktorin
2024-03-14
*
chore: fix typos (#116345)
cui fliter
2024-03-05
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
*
gh-108223: Refer to PEP 703 as Free Threading (#112780)
Victor Stinner
2023-12-06
*
gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...
Alex Waygood
2023-12-01
*
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood
2023-11-30
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
*
gh-109276: regrtest: shorter list of resources (#110326)
Victor Stinner
2023-10-04
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
*
gh-109276: regrtest: add WORKER_FAILED state (#110148)
Victor Stinner
2023-09-30
*
gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)
Victor Stinner
2023-09-29
*
gh-109615: Fix support test_copy_python_src_ignore() (#109958)
Victor Stinner
2023-09-27
*
gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)
Victor Stinner
2023-09-27
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
*
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
Victor Stinner
2023-09-20
*
gh-109508: Fix libregrtest formatting of getcwd() (#109537)
Victor Stinner
2023-09-18
*
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood
2023-09-14
*
gh-109276: libregrtest: fix work dir on WASI (#109356)
Victor Stinner
2023-09-13
*
gh-109276: libregrtest: WASM use filename for JSON (#109340)
Victor Stinner
2023-09-13
*
gh-109276: libregrtest: fix worker working dir (#109313)
Victor Stinner
2023-09-12
*
gh-109276: libregrtest: limit number workers (#109288)
Victor Stinner
2023-09-12
*
gh-109162: libregrtest: move code around (#109253)
Victor Stinner
2023-09-11
*
gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)
Victor Stinner
2023-09-11
*
gh-109162: libregrtest: add single.py and result.py (#109243)
Victor Stinner
2023-09-11
*
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner
2023-09-11
*
gh-109162: libregrtest: add Logger class (#109212)
Victor Stinner
2023-09-10
*
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner
2023-09-03
*
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)
Victor Stinner
2023-08-21
*
gh-103193: Fix refleaks in `test_inspect` and `test_typing` (#104320)
Alex Waygood
2023-05-09
*
gh-100086: Add build info to test.libregrtest (#100093)
Victor Stinner
2022-12-08
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
*
gh-96465: Clear fractions hash lru_cache under refleak testing (GH-96689)
Zachary Ware
2022-09-08
*
bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)
Victor Stinner
2021-10-13
*
bpo-45410: Enhance libregrtest -W/--verbose3 option (GH-28908)
Victor Stinner
2021-10-13
*
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
Victor Stinner
2021-10-11
[next]