COMMITS
/ Lib/test/libregrtest/setup.py October 29, 2025
C
gh-140082: Forward colorizing from libregrtest to unittest (#140083)
Cody Maloney committed
June 5, 2025
V
gh-135124: Change stdout errors in regrtest worker process (#135138)
Victor Stinner committed
May 5, 2025
S
Bump mypy to 1.15 (#133405)
sobolevn committed
December 17, 2024
H
gh-127146: Emscripten clean up test suite (#127984)
Hood Chatham committed
November 4, 2024
S
gh-109413: Add more type hints to `libregrtest` (#126352)
sobolevn committed
November 30, 2023
A
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood committed
October 25, 2023
S
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka committed
October 21, 2023
S
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka committed
October 5, 2023
V
gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)
Victor Stinner committed
October 4, 2023
N
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev committed
September 26, 2023
V
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner committed
September 14, 2023
A
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood committed
September 12, 2023
V
gh-109276: libregrtest calls random.seed() before each test (#109279)
Victor Stinner committed
September 11, 2023
V
gh-109162: libregrtest: use relative imports (#109250)
Victor Stinner committed
V
gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)
Victor Stinner committed
V
gh-109162: libregrtest: add single.py and result.py (#109243)
Victor Stinner committed
September 10, 2023
V
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner committed
September 9, 2023
V
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner committed
V
gh-109162: Refactor libregrtest.RunTests (#109177)
Victor Stinner committed
V
gh-109162: Refactor libregrtest.runtest (#109172)
Victor Stinner committed
June 26, 2022
V
Run Tools/scripts/reindent.py (#94225)
Victor Stinner committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
April 25, 2022
S
gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
Serhiy Storchaka committed
October 22, 2021
G
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
Gregory P. Smith committed
July 16, 2021
Ł
bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)
Łukasz Langa committed
July 15, 2021
P
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
Pablo Galindo Salgado committed
April 16, 2021
V
bpo-43843: libregrtest uses threading.excepthook (GH-25400)
Victor Stinner committed
March 23, 2021
V
bpo-41718: Disable support.testresult XML output by default (GH-24982)
Victor Stinner committed
February 28, 2021
P
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
Pablo Galindo committed
June 10, 2020
V
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
Victor Stinner committed
October 30, 2019
V
bpo-38614: Add timeout constants to test.support (GH-16964)
Victor Stinner committed
July 2, 2019
N
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Ned Deily committed
June 12, 2019
V
bpo-37069: regrtest uses sys.unraisablehook (GH-13759)
Victor Stinner committed
May 29, 2019
S
bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)
Steve Dower committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
April 9, 2019
V
bpo-36560: Fix reference leak hunting in regrtest (GH-12744)
Victor Stinner committed
March 28, 2018
N
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)
Ned Deily committed
October 13, 2017
V
bpo-25588: Fix regrtest when run inside IDLE (#3962)
Victor Stinner committed
March 30, 2016
V
Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't
Victor Stinner committed
March 15, 2016
V
regrtest: Fix module.__path__
Victor Stinner committed
October 8, 2015
S
Issue #23919: Prevents assert dialogs appearing in the test suite.
Steve Dower committed
September 30, 2015
V
Issue #25220, libregrtest: Set support.use_resources in setup_tests()
Victor Stinner committed
September 29, 2015
V
Issue #25220, libregrtest: Move setup_python() to a new submodule
Victor Stinner committed