summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest
Commit message (Expand)AuthorAgeFilesLines
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-181-1/+1
* gh-127146: Emscripten clean up test suite (#127984)Hood Chatham2024-12-172-14/+1
* add help blurb for "extralargefile" (#127710)Skip Montanaro2024-12-101-20/+22
* gh-127718: Add colour to `test.regrtest` output (#127719)Hugo van Kemenade2024-12-104-53/+117
* gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio...Daniele Parmeggiani2024-12-031-0/+1
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-021-1/+1
* gh-109413: Fix libregrtest get_running() (#127153)Victor Stinner2024-11-221-1/+1
* gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libre...sobolevn2024-11-194-4/+7
* gh-109413: Enable `strict_optional = true` for `libregrtest/run_workers` (#12...sobolevn2024-11-182-11/+13
* gh-109413: Enable `strict_optional` for `libregrtest/main.py` (#126394)sobolevn2024-11-134-8/+21
* gh-109413: Add more type hints to `libregrtest` (#126352)sobolevn2024-11-0411-62/+70
* gh-125900: Clean-up logic around immortalization in free-threading (#125901)Sam Gross2024-10-242-10/+3
* gh-115382: Fix cross compiles when host and target use same SOABIVincent Fazio2024-10-161-0/+1
* gh-124613, regrtest: Detect JIT in build info (#124793)Victor Stinner2024-09-301-4/+53
* Fix typos (#123775)algonell2024-09-092-2/+2
* gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)Donghee Na2024-09-021-0/+5
* gh-116622: Add Android test script (#121595)Malcolm Smith2024-08-161-3/+1
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-122-2/+2
* gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122...Sam Gross2024-07-291-1/+1
* gh-99242 Ignore error when running regression tests under certain conditions....Bas Bloemsaat2024-07-131-1/+4
* gh-121084: Fix test_typing random leaks (#121360)Victor Stinner2024-07-041-0/+6
* Move get_signal_name() to test.support (#121251)Victor Stinner2024-07-022-31/+2
* gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)Victor Stinner2024-07-011-3/+7
* gh-121188: Sanitize invalid XML characters in regrtest (#121195)Victor Stinner2024-07-012-5/+29
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-211-5/+7
* gh-119727: Add --single-process option to regrtest (#119728)Victor Stinner2024-06-033-12/+31
* gh-119273: Don't run test_ioctl in a process group (#119275)Victor Stinner2024-05-292-3/+15
* gh-119050: Add XML support to libregrtest refleak checker (#119148)Victor Stinner2024-05-203-16/+37
* gh-119050: Add type hints to libregrtest/results.py (#119144)Victor Stinner2024-05-181-6/+6
* gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)Nikita Sobolev2024-05-081-1/+0
* 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