summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/single.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...Miss Islington (bot)2024-05-201-4/+5
* gh-117783: Immortalize objects that use deferred reference counting (#118112)Sam Gross2024-04-291-1/+4
* gh-108927: Fix removing testing modules from sys.modules (GH-108952)Serhiy Storchaka2023-12-041-4/+0
* gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...Alex Waygood2023-12-011-4/+4
* gh-111881: Import doctest lazily in libregrtest (#111884)Victor Stinner2023-11-091-5/+8
* gh-111165: Add missed "support." prefix for "verbose" (GH-111327)Serhiy Storchaka2023-10-251-1/+1
* gh-111165: Move test running code from test.support to libregrtest (GH-111166)Serhiy Storchaka2023-10-251-3/+44
* gh-109413: Fix some trivial mypy nitpicks in libregrtest (#109454)Alex Waygood2023-09-151-4/+4
* gh-109413: libregrtest: Add and improve type annotations (#109405)Alex Waygood2023-09-141-0/+2
* gh-109276: libregrtest only checks saved_test_environment() once (#109278)Victor Stinner2023-09-121-14/+11
* gh-109276: libregrtest: use separated file for JSON (#109277)Victor Stinner2023-09-111-0/+4
* gh-109162: libregrtest: use relative imports (#109250)Victor Stinner2023-09-111-6/+6
* gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)Victor Stinner2023-09-111-2/+2
* gh-109162: libregrtest: add single.py and result.py (#109243)Victor Stinner2023-09-111-0/+275