COMMITS
/ Lib/test/libregrtest/cmdline.py May 4, 2026
H
gh-142389: Add backticks to stdlib argparse help to display in colour (#149384)
Hugo van Kemenade committed
H
gh-142389: Add colour to regrtest and pdb's help descriptions (#149332)
Hugo van Kemenade committed
March 26, 2026
V
gh-146410: Add --pythoninfo option to regrtest (#146413)
Victor Stinner committed
January 16, 2026
S
gh-65784: Add support for parametrized resource wantobjects in regrtests (GH-143570)
Serhiy Storchaka committed
January 8, 2026
S
gh-143553: Add support for parametrized resources in regrtests (GH-143554)
Serhiy Storchaka committed
January 6, 2026
K
gh-75572: Forward-port test_xpickle from Python 2 to 3 (GH-22452)
Ken Jin committed
September 23, 2025
V
gh-139208: Fix regrtest --fast-ci --verbose (#139240)
Victor Stinner committed
September 8, 2025
V
gh-137242: Add a --no-randomize option, and use it in Android CI (#138649)
Victor Stinner committed
April 18, 2025
Ł
gh-132678: Add --prioritize to regrtest (GH-132679)
Łukasz Langa committed
February 6, 2025
S
gh-129694: Add `--parallel-threads` TSAN job to CI (gh-129696)
Sam Gross committed
February 4, 2025
S
gh-127933: Add option to run regression tests in parallel (gh-128003)
Sam Gross committed
December 10, 2024
S
add help blurb for "extralargefile" (#127710)
Skip Montanaro committed
November 13, 2024
S
gh-109413: Enable `strict_optional` for `libregrtest/main.py` (#126394)
sobolevn committed
August 16, 2024
M
gh-116622: Add Android test script (#121595)
Malcolm Smith committed
June 3, 2024
V
gh-119727: Add --single-process option to regrtest (#119728)
Victor Stinner committed
May 20, 2024
V
gh-119050: Add XML support to libregrtest refleak checker (#119148)
Victor Stinner committed
March 26, 2024
V
gh-83434: Disable XML in regrtest when -R option is used (#117232)
Victor Stinner committed
March 15, 2024
D
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na committed
February 18, 2024
V
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner committed
November 30, 2023
A
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood committed
November 10, 2023
Ł
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Łukasz Langa committed
November 1, 2023
V
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
Victor Stinner committed
October 21, 2023
S
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka committed
October 15, 2023
Z
regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)
Zachary Ware committed
October 14, 2023
V
regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)
Victor Stinner committed
October 4, 2023
V
gh-109276: regrtest: shorter list of resources (#110326)
Victor Stinner committed
N
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev committed
September 29, 2023
V
gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)
Victor Stinner committed
September 27, 2023
V
gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)
Victor Stinner committed
September 26, 2023
V
gh-109566: Fix regrtest code adding Python options (#109926)
Victor Stinner committed
V
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner committed
V
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner committed
September 14, 2023
A
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood committed
September 10, 2023
V
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner committed
V
gh-109162: Refactor libregrtest.Regrtest (#109206)
Victor Stinner committed
V
gh-109162: Refactor libregrtest.runtest_mp (#109205)
Victor Stinner committed
September 9, 2023
V
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner committed
V
gh-109162: Refactor libregrtest.runtest (#109172)
Victor Stinner committed
V
gh-109162: Refactor libregrtest WorkerJob (#109171)
Victor Stinner committed
September 8, 2023
V
gh-109162: Refactor Regrtest.main() (#109163)
Victor Stinner committed
September 5, 2023
S
gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480)
Serhiy Storchaka committed
September 3, 2023
V
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner committed
June 21, 2022
C
gh-94052: Don't re-run failed tests with --python option (#94054)
Christian Heimes committed
May 2, 2022
November 12, 2021
V
bpo-45745: Remove regrtest --findleaks options (GH-29514)
Victor Stinner committed
October 13, 2021
V
bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)
Victor Stinner committed
July 22, 2021
June 30, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
Hai Shi committed
November 19, 2019
P
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989)
Pablo Galindo committed
July 22, 2019
N
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
Neil Schemenauer committed