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
/
single.py
Commit message (
Expand
)
Author
Age
*
gh-127933: Add option to run regression tests in parallel (gh-128003)
Sam Gross
2025-02-04
*
gh-128595: Default to stdout isatty for colour detection instead of stderr (#...
Hugo van Kemenade
2025-01-20
*
gh-127718: Add colour to `test.regrtest` output (#127719)
Hugo van Kemenade
2024-12-10
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-11
*
gh-119050: Add XML support to libregrtest refleak checker (#119148)
Victor Stinner
2024-05-20
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
*
gh-108927: Fix removing testing modules from sys.modules (GH-108952)
Serhiy Storchaka
2023-12-04
*
gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...
Alex Waygood
2023-12-01
*
gh-111881: Import doctest lazily in libregrtest (#111884)
Victor Stinner
2023-11-09
*
gh-111165: Add missed "support." prefix for "verbose" (GH-111327)
Serhiy Storchaka
2023-10-25
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
*
gh-109413: Fix some trivial mypy nitpicks in libregrtest (#109454)
Alex Waygood
2023-09-15
*
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood
2023-09-14
*
gh-109276: libregrtest only checks saved_test_environment() once (#109278)
Victor Stinner
2023-09-12
*
gh-109276: libregrtest: use separated file for JSON (#109277)
Victor Stinner
2023-09-11
*
gh-109162: libregrtest: use relative imports (#109250)
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