index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
libregrtest
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-136702: Clear codec caches for refleak tests; use test.support helpers (GH...
Petr Viktorin
2025-11-10
1
-0/+19
*
gh-137341: Remove more word duplications (GH-137342)
Serhiy Storchaka
2025-08-03
1
-1/+1
*
gh-133519: Add console to resources in libregrtest (#133520)
AN Long
2025-05-09
1
-1/+1
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
1
-36/+4
*
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner
2025-03-13
1
-1/+0
*
gh-127146: Emscripten clean up test suite (#127984)
Hood Chatham
2024-12-17
1
-11/+0
*
gh-109413: Add more type hints to `libregrtest` (#126352)
sobolevn
2024-11-04
1
-19/+22
*
gh-124613, regrtest: Detect JIT in build info (#124793)
Victor Stinner
2024-09-30
1
-4/+53
*
Fix typos (#123775)
algonell
2024-09-09
1
-1/+1
*
gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)
Donghee Na
2024-09-02
1
-0/+5
*
gh-121084: Fix test_typing random leaks (#121360)
Victor Stinner
2024-07-04
1
-0/+6
*
Move get_signal_name() to test.support (#121251)
Victor Stinner
2024-07-02
1
-29/+0
*
gh-121188: Sanitize invalid XML characters in regrtest (#121195)
Victor Stinner
2024-07-01
1
-0/+22
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
1
-1/+1
*
Enhance regrtest get_signal_name(): support shell exit code (#117647)
Victor Stinner
2024-04-08
1
-0/+8
*
gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...
Petr Viktorin
2024-03-14
1
-0/+9
*
chore: fix typos (#116345)
cui fliter
2024-03-05
1
-1/+1
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
1
-0/+7
*
gh-108223: Refer to PEP 703 as Free Threading (#112780)
Victor Stinner
2023-12-06
1
-1/+1
*
gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...
Alex Waygood
2023-12-01
1
-0/+9
*
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood
2023-11-30
1
-4/+5
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
1
-0/+1
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
1
-2/+0
*
gh-109276: regrtest: shorter list of resources (#110326)
Victor Stinner
2023-10-04
1
-4/+42
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
1
-0/+3
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
1
-2/+37
*
gh-109276: regrtest: add WORKER_FAILED state (#110148)
Victor Stinner
2023-09-30
1
-0/+22
*
gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)
Victor Stinner
2023-09-29
1
-1/+1
*
gh-109615: Fix support test_copy_python_src_ignore() (#109958)
Victor Stinner
2023-09-27
1
-5/+7
*
gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)
Victor Stinner
2023-09-27
1
-1/+1
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
1
-48/+13
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-1/+8
*
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
Victor Stinner
2023-09-20
1
-10/+2
*
gh-109508: Fix libregrtest formatting of getcwd() (#109537)
Victor Stinner
2023-09-18
1
-1/+10
*
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood
2023-09-14
1
-1/+3
*
gh-109276: libregrtest: fix work dir on WASI (#109356)
Victor Stinner
2023-09-13
1
-8/+19
*
gh-109276: libregrtest: WASM use filename for JSON (#109340)
Victor Stinner
2023-09-12
1
-4/+8
*
gh-109276: libregrtest: fix worker working dir (#109313)
Victor Stinner
2023-09-12
1
-7/+8
*
gh-109276: libregrtest: limit number workers (#109288)
Victor Stinner
2023-09-12
1
-2/+11
*
gh-109162: libregrtest: move code around (#109253)
Victor Stinner
2023-09-11
1
-0/+55
*
gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)
Victor Stinner
2023-09-11
1
-0/+53
*
gh-109162: libregrtest: add single.py and result.py (#109243)
Victor Stinner
2023-09-11
1
-0/+82
*
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner
2023-09-10
1
-0/+81
*
gh-109162: libregrtest: add Logger class (#109212)
Victor Stinner
2023-09-10
1
-0/+3
*
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner
2023-09-03
1
-1/+1
*
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)
Victor Stinner
2023-08-21
1
-0/+5
*
gh-103193: Fix refleaks in `test_inspect` and `test_typing` (#104320)
Alex Waygood
2023-05-09
1
-0/+7
*
gh-100086: Add build info to test.libregrtest (#100093)
Victor Stinner
2022-12-08
1
-0/+85
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-9/+0
[next]