summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/utils.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-133519: Add console to resources in libregrtest (GH-133520) (#133777)Miss Islington (bot)2025-05-091-1/+1
* [3.13] gh-109413: Add more type hints to `libregrtest` (GH-126352) (#126388)Miss Islington (bot)2025-01-081-19/+22
* [3.13] Fix typos (#123775) (#123866)Victor Stinner2024-10-071-1/+1
* [3.13] gh-124613, regrtest: Detect JIT in build info (GH-124793) (#124797)Miss Islington (bot)2024-09-301-4/+53
* [3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-11857...Miss Islington (bot)2024-09-021-0/+5
* [3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373)Miss Islington (bot)2024-07-041-0/+6
* [3.13] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#1...Miss Islington (bot)2024-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
* gh-96465: Clear fractions hash lru_cache under refleak testing (GH-96689)Zachary Ware2022-09-081-0/+7
* bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)Victor Stinner2021-10-131-2/+2
* bpo-45410: Enhance libregrtest -W/--verbose3 option (GH-28908)Victor Stinner2021-10-121-2/+2
* bpo-45410: Add test.support.flush_std_streams() (GH-28885)Victor Stinner2021-10-111-9/+2
* bpo-44895: libregrtest: refleak check clears types later (GH-28113)Victor Stinner2021-09-011-2/+0
* bpo-43843: libregrtest uses threading.excepthook (GH-25400)Victor Stinner2021-04-161-0/+33