index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
libregrtest
/
refleak.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix EncodingWarning in libregrtest (GH-31654)
Inada Naoki
2022-03-03
1
-1/+1
*
bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)
Victor Stinner
2021-10-13
1
-1/+0
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-44895: libregrtest: refleak check clears types later (GH-28113)
Victor Stinner
2021-09-01
1
-5/+8
*
Delete line that was accidentally copied. (GH-26624)
Mark Shannon
2021-06-09
1
-1/+0
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
1
-2/+3
*
bpo-41718: Reduce libregrtest runtest imports (GH-24980)
Victor Stinner
2021-03-22
1
-96/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
Hai Shi
2020-08-07
1
-2/+4
*
bpo-36725: regrtest: add TestResult type (GH-12960)
Victor Stinner
2019-04-26
1
-2/+1
*
bpo-36560: regrtest: don't collect the GC twice (GH-12747)
Victor Stinner
2019-04-09
1
-2/+4
*
bpo-36560: Fix reference leak hunting in regrtest (GH-12744)
Victor Stinner
2019-04-09
1
-26/+41
*
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)
Victor Stinner
2019-04-08
1
-2/+6
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-5/+12
*
bpo-32226: PEP 560: improve typing module (#4906)
Ivan Levkivskyi
2018-01-20
1
-5/+0
*
bpo-31217: Fix regrtest -R for small integer (#3260)
Victor Stinner
2017-09-01
1
-3/+11
*
bpo-26732: fix too many fds in processes started with the "forkserver" method...
Antoine Pitrou
2017-07-22
1
-31/+1
*
bpo-30776: regrtest: reduce memleak false positive (#2484)
Victor Stinner
2017-06-29
1
-10/+3
*
bpo-30776: reduce regrtest -R false positives (#2422)
Victor Stinner
2017-06-27
1
-3/+22
*
bpo-29638: Fix spurious refleaks after typing is imported (#469)
Ivan Levkivskyi
2017-03-05
1
-3/+8
*
Fix regrtest -j0 -R output
Victor Stinner
2017-02-08
1
-1/+1
*
Issue #23839: Various caches now are cleared before running every test file.
Serhiy Storchaka
2016-11-11
1
-25/+84
*
Issue #28649: Clear the typing module caches when search for reference leaks.
Serhiy Storchaka
2016-11-09
1
-0/+8
*
Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of
Victor Stinner
2015-10-02
1
-5/+42
*
Issue #25220: Fix "-m test --forever"
Victor Stinner
2015-09-30
1
-2/+4
*
Issue #25220: Use print(flush=True) in libregrtest
Victor Stinner
2015-09-29
1
-6/+4
*
Issue #25220: Move most regrtest.py code to libregrtest
Victor Stinner
2015-09-26
1
-0/+165