summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/utils.py
Commit message (Expand)AuthorAgeFilesLines
* gh-136702: Clear codec caches for refleak tests; use test.support helpers (GH...Petr Viktorin2025-11-101-0/+19
* gh-137341: Remove more word duplications (GH-137342)Serhiy Storchaka2025-08-031-1/+1
* gh-133519: Add console to resources in libregrtest (#133520)AN Long2025-05-091-1/+1
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-051-36/+4
* gh-131152: Remove unused imports from tests (#131153)Victor Stinner2025-03-131-1/+0
* gh-127146: Emscripten clean up test suite (#127984)Hood Chatham2024-12-171-11/+0
* gh-109413: Add more type hints to `libregrtest` (#126352)sobolevn2024-11-041-19/+22
* gh-124613, regrtest: Detect JIT in build info (#124793)Victor Stinner2024-09-301-4/+53
* Fix typos (#123775)algonell2024-09-091-1/+1
* gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)Donghee Na2024-09-021-0/+5
* gh-121084: Fix test_typing random leaks (#121360)Victor Stinner2024-07-041-0/+6
* Move get_signal_name() to test.support (#121251)Victor Stinner2024-07-021-29/+0
* gh-121188: Sanitize invalid XML characters in regrtest (#121195)Victor Stinner2024-07-011-0/+22
* gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)Alex Waygood2024-04-241-1/+1
* Enhance regrtest get_signal_name(): support shell exit code (#117647)Victor Stinner2024-04-081-0/+8
* gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...Petr Viktorin2024-03-141-0/+9
* chore: fix typos (#116345)cui fliter2024-03-051-1/+1
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-0/+7
* gh-108223: Refer to PEP 703 as Free Threading (#112780)Victor Stinner2023-12-061-1/+1
* gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...Alex Waygood2023-12-011-0/+9
* gh-109413: Run mypy on `libregrtest` in CI (#112558)Alex Waygood2023-11-301-4/+5
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)Serhiy Storchaka2023-10-211-0/+1
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-061-2/+0
* gh-109276: regrtest: shorter list of resources (#110326)Victor Stinner2023-10-041-4/+42
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-011-0/+3
* gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)Victor Stinner2023-09-301-2/+37
* gh-109276: regrtest: add WORKER_FAILED state (#110148)Victor Stinner2023-09-301-0/+22
* gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)Victor Stinner2023-09-291-1/+1
* gh-109615: Fix support test_copy_python_src_ignore() (#109958)Victor Stinner2023-09-271-5/+7
* gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)Victor Stinner2023-09-271-1/+1
* gh-109276, gh-109508: Fix libregrtest stdout (#109903)Victor Stinner2023-09-261-48/+13
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-261-1/+8
* gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)Victor Stinner2023-09-201-10/+2
* gh-109508: Fix libregrtest formatting of getcwd() (#109537)Victor Stinner2023-09-181-1/+10
* gh-109413: libregrtest: Add and improve type annotations (#109405)Alex Waygood2023-09-141-1/+3
* gh-109276: libregrtest: fix work dir on WASI (#109356)Victor Stinner2023-09-131-8/+19
* gh-109276: libregrtest: WASM use filename for JSON (#109340)Victor Stinner2023-09-121-4/+8
* gh-109276: libregrtest: fix worker working dir (#109313)Victor Stinner2023-09-121-7/+8
* gh-109276: libregrtest: limit number workers (#109288)Victor Stinner2023-09-121-2/+11
* gh-109162: libregrtest: move code around (#109253)Victor Stinner2023-09-111-0/+55
* gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)Victor Stinner2023-09-111-0/+53
* gh-109162: libregrtest: add single.py and result.py (#109243)Victor Stinner2023-09-111-0/+82
* gh-109162: libregrtest: add worker.py (#109229)Victor Stinner2023-09-101-0/+81
* gh-109162: libregrtest: add Logger class (#109212)Victor Stinner2023-09-101-0/+3
* gh-108834: regrtest reruns failed tests in subprocesses (#108839)Victor Stinner2023-09-031-1/+1
* gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)Victor Stinner2023-08-211-0/+5
* gh-103193: Fix refleaks in `test_inspect` and `test_typing` (#104320)Alex Waygood2023-05-091-0/+7
* gh-100086: Add build info to test.libregrtest (#100093)Victor Stinner2022-12-081-0/+85
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-9/+0