aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/libregrtest/single.py
Commit message (Expand)AuthorAge
* gh-127933: Add option to run regression tests in parallel (gh-128003)Sam Gross2025-02-04
* gh-128595: Default to stdout isatty for colour detection instead of stderr (#...Hugo van Kemenade2025-01-20
* gh-127718: Add colour to `test.regrtest` output (#127719)Hugo van Kemenade2024-12-10
* gh-125900: Clean-up logic around immortalization in free-threading (#125901)Sam Gross2024-10-24
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-11
* gh-119050: Add XML support to libregrtest refleak checker (#119148)Victor Stinner2024-05-20
* gh-117783: Immortalize objects that use deferred reference counting (#118112)Sam Gross2024-04-29
* gh-108927: Fix removing testing modules from sys.modules (GH-108952)Serhiy Storchaka2023-12-04
* gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...Alex Waygood2023-12-01
* gh-111881: Import doctest lazily in libregrtest (#111884)Victor Stinner2023-11-09
* gh-111165: Add missed "support." prefix for "verbose" (GH-111327)Serhiy Storchaka2023-10-25
* gh-111165: Move test running code from test.support to libregrtest (GH-111166)Serhiy Storchaka2023-10-25
* gh-109413: Fix some trivial mypy nitpicks in libregrtest (#109454)Alex Waygood2023-09-15
* gh-109413: libregrtest: Add and improve type annotations (#109405)Alex Waygood2023-09-14
* gh-109276: libregrtest only checks saved_test_environment() once (#109278)Victor Stinner2023-09-12
* gh-109276: libregrtest: use separated file for JSON (#109277)Victor Stinner2023-09-11
* gh-109162: libregrtest: use relative imports (#109250)Victor Stinner2023-09-11
* gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)Victor Stinner2023-09-11
* gh-109162: libregrtest: add single.py and result.py (#109243)Victor Stinner2023-09-11