summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/refleak.py
Commit message (Expand)AuthorAgeFilesLines
* 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