summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-109413: Add more type hints to `libregrtest` (GH-126352) (#126388)Miss Islington (bot)2025-01-0811-61/+69
* [3.13] gh-109413: Enable mypy's `disallow_any_generics` setting when checking...Miss Islington (bot)2024-11-244-4/+7
* [3.13] gh-109413: Fix libregrtest get_running() (GH-127153) (#127157)Miss Islington (bot)2024-11-221-1/+1
* [3.13] gh-109413: Enable `strict_optional = true` for `libregrtest/run_worker...Miss Islington (bot)2024-11-182-11/+13
* [3.13] gh-109413: Enable `strict_optional` for `libregrtest/main.py` (GH-1263...sobolevn2024-11-144-9/+22
* [3.13] gh-115382: Fix cross compiles when host and target use same SOABIMiss Islington (bot)2024-10-201-0/+1
* [3.13] Fix typos (#123775) (#123866)Victor Stinner2024-10-072-2/+2
* [3.13] gh-124613, regrtest: Detect JIT in build info (GH-124793) (#124797)Miss Islington (bot)2024-09-301-4/+53
* [3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-11857...Miss Islington (bot)2024-09-021-0/+5
* [3.13] gh-119727: Add --single-process option to regrtest (#119728) (#123010)Malcolm Smith2024-08-262-9/+28
* [3.13] gh-116622: Add Android test script (GH-121595) (#123061)Miss Islington (bot)2024-08-161-3/+1
* [3.13] gh-122420: Fix accounting for immortal interned strings in refleak.py ...Miss Islington (bot)2024-07-301-1/+1
* [3.13] gh-99242 Ignore error when running regression tests under certain cond...Miss Islington (bot)2024-07-221-1/+4
* [3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373)Miss Islington (bot)2024-07-041-0/+6
* [3.13] gh-121084: Call _abc_registry_clear() when checking refleaks (GH-12119...Miss Islington (bot)2024-07-011-3/+7
* [3.13] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#1...Miss Islington (bot)2024-07-012-5/+29
* [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...Petr Viktorin2024-06-241-5/+7
* [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...Miss Islington (bot)2024-05-203-16/+37
* [3.13] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119156)Miss Islington (bot)2024-05-181-6/+6
* gh-117783: Immortalize objects that use deferred reference counting (#118112)Sam Gross2024-04-292-3/+10
* gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)Alex Waygood2024-04-241-1/+1
* Enhance regrtest get_signal_name(): support shell exit code (#117647)Victor Stinner2024-04-081-0/+8
* gh-117293: Fix race condition in run_workers.py (#117298)Sam Gross2024-04-081-16/+21
* Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)dependabot[bot]2024-04-011-3/+1
* gh-83434: Disable XML in regrtest when -R option is used (#117232)Victor Stinner2024-03-261-1/+13
* GH-112536: Add more TSan tests (#116911)Antoine Pitrou2024-03-171-0/+6
* gh-112536: Add more TSAN tests (#116896)Donghee Na2024-03-161-0/+2
* gh-112536: Add test_threading to TSAN tests (#116898)Antoine Pitrou2024-03-161-0/+1
* gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)Donghee Na2024-03-153-0/+32
* gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...Petr Viktorin2024-03-141-0/+9
* gh-110918: Fix side effects of regrtest test_match_tests() (#116718)Victor Stinner2024-03-131-0/+5
* chore: fix typos (#116345)cui fliter2024-03-052-2/+2
* gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...Eric Snow2024-03-041-7/+2
* gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (G...Petr Viktorin2024-02-291-0/+4
* gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)Petr Viktorin2024-02-271-12/+35
* gh-115122: Add --bisect option to regrtest (#115123)Victor Stinner2024-02-185-25/+116
* gh-115490: Work around test.support.interpreters.channels not handling unload...T. Wouters2024-02-151-2/+7
* gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...Nikita Sobolev2024-02-131-0/+1
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-121-2/+2
* gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)Ronald Oussoren2024-01-211-1/+7
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-181-0/+1
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-0/+7
* gh-108223: Refer to PEP 703 as Free Threading (#112780)Victor Stinner2023-12-061-1/+1
* gh-108927: Fix removing testing modules from sys.modules (GH-108952)Serhiy Storchaka2023-12-042-9/+13
* gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...Alex Waygood2023-12-014-5/+16
* gh-109413: regrtest: add WorkerRunTests class (#112588)Victor Stinner2023-12-014-22/+28
* gh-109413: Run mypy on `libregrtest` in CI (#112558)Alex Waygood2023-11-309-17/+30
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Ɓukasz Langa2023-11-107-22/+68
* gh-111881: Import doctest lazily in libregrtest (#111884)Victor Stinner2023-11-091-5/+8