summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/refleak.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-117174: Fix reference leak and gdb tests (GH-131095) (#131120)Pablo Galindo Salgado2025-03-111-3/+14
* [3.13] gh-109413: Add more type hints to `libregrtest` (GH-126352) (#126388)Miss Islington (bot)2025-01-081-1/+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-121084: Call _abc_registry_clear() when checking refleaks (GH-12119...Miss Islington (bot)2024-07-011-3/+7
* [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-201-3/+32
* gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)Petr Viktorin2024-02-271-12/+35
* 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-109413: Run mypy on `libregrtest` in CI (#112558)Alex Waygood2023-11-301-1/+2
* gh-109413: libregrtest: Add and improve type annotations (#109405)Alex Waygood2023-09-141-0/+2
* gh-109162: libregrtest: use relative imports (#109250)Victor Stinner2023-09-111-2/+2
* gh-109162: libregrtest: add single.py and result.py (#109243)Victor Stinner2023-09-111-2/+3
* gh-109162: libregrtest: add worker.py (#109229)Victor Stinner2023-09-101-1/+0
* gh-109162: Refactor libregrtest.RunTests (#109177)Victor Stinner2023-09-091-9/+14
* regrtest computes statistics (#108793)Victor Stinner2023-09-021-2/+3
* gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)Alex Waygood2023-05-131-9/+6
* gh-91896: Improve visibility of `ByteString` deprecation warnings (#104294)Alex Waygood2023-05-121-6/+10
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-4/+10
* GH-98686: Quicken everything (GH-98687)Brandt Bucher2022-11-021-2/+1
* Fix EncodingWarning in libregrtest (GH-31654)Inada Naoki2022-03-031-1/+1
* bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)Victor Stinner2021-10-131-1/+0
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-061-1/+1
* bpo-44895: libregrtest: refleak check clears types later (GH-28113)Victor Stinner2021-09-011-5/+8
* Delete line that was accidentally copied. (GH-26624)Mark Shannon2021-06-091-1/+0
* bpo-44187: Quickening infrastructure (GH-26264)Mark Shannon2021-06-071-2/+3
* bpo-41718: Reduce libregrtest runtest imports (GH-24980)Victor Stinner2021-03-221-96/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21772)Hai Shi2020-08-071-2/+4
* bpo-36725: regrtest: add TestResult type (GH-12960)Victor Stinner2019-04-261-2/+1
* bpo-36560: regrtest: don't collect the GC twice (GH-12747)Victor Stinner2019-04-091-2/+4
* bpo-36560: Fix reference leak hunting in regrtest (GH-12744)Victor Stinner2019-04-091-26/+41
* bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)Victor Stinner2019-04-081-2/+6
* bpo-31333: Re-implement ABCMeta in C (#5273)Ivan Levkivskyi2018-02-181-5/+12
* bpo-32226: PEP 560: improve typing module (#4906)Ivan Levkivskyi2018-01-201-5/+0
* bpo-31217: Fix regrtest -R for small integer (#3260)Victor Stinner2017-09-011-3/+11
* bpo-26732: fix too many fds in processes started with the "forkserver" method...Antoine Pitrou2017-07-221-31/+1
* bpo-30776: regrtest: reduce memleak false positive (#2484)Victor Stinner2017-06-291-10/+3
* bpo-30776: reduce regrtest -R false positives (#2422)Victor Stinner2017-06-271-3/+22
* bpo-29638: Fix spurious refleaks after typing is imported (#469)Ivan Levkivskyi2017-03-051-3/+8
* Fix regrtest -j0 -R outputVictor Stinner2017-02-081-1/+1
* Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-111-25/+84
* Issue #28649: Clear the typing module caches when search for reference leaks.Serhiy Storchaka2016-11-091-0/+8
* Issue #18174: "python -m test --huntrleaks ..." now also checks for leak ofVictor Stinner2015-10-021-5/+42
* Issue #25220: Fix "-m test --forever"Victor Stinner2015-09-301-2/+4
* Issue #25220: Use print(flush=True) in libregrtestVictor Stinner2015-09-291-6/+4
* Issue #25220: Move most regrtest.py code to libregrtestVictor Stinner2015-09-261-0/+165