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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya
2024-12-18
1
-1/+1
*
gh-127146: Emscripten clean up test suite (#127984)
Hood Chatham
2024-12-17
2
-14/+1
*
add help blurb for "extralargefile" (#127710)
Skip Montanaro
2024-12-10
1
-20/+22
*
gh-127718: Add colour to `test.regrtest` output (#127719)
Hugo van Kemenade
2024-12-10
4
-53/+117
*
gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio...
Daniele Parmeggiani
2024-12-03
1
-0/+1
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-12-02
1
-1/+1
*
gh-109413: Fix libregrtest get_running() (#127153)
Victor Stinner
2024-11-22
1
-1/+1
*
gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libre...
sobolevn
2024-11-19
4
-4/+7
*
gh-109413: Enable `strict_optional = true` for `libregrtest/run_workers` (#12...
sobolevn
2024-11-18
2
-11/+13
*
gh-109413: Enable `strict_optional` for `libregrtest/main.py` (#126394)
sobolevn
2024-11-13
4
-8/+21
*
gh-109413: Add more type hints to `libregrtest` (#126352)
sobolevn
2024-11-04
11
-62/+70
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
2
-10/+3
*
gh-115382: Fix cross compiles when host and target use same SOABI
Vincent Fazio
2024-10-16
1
-0/+1
*
gh-124613, regrtest: Detect JIT in build info (#124793)
Victor Stinner
2024-09-30
1
-4/+53
*
Fix typos (#123775)
algonell
2024-09-09
2
-2/+2
*
gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)
Donghee Na
2024-09-02
1
-0/+5
*
gh-116622: Add Android test script (#121595)
Malcolm Smith
2024-08-16
1
-3/+1
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
2
-2/+2
*
gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122...
Sam Gross
2024-07-29
1
-1/+1
*
gh-99242 Ignore error when running regression tests under certain conditions....
Bas Bloemsaat
2024-07-13
1
-1/+4
*
gh-121084: Fix test_typing random leaks (#121360)
Victor Stinner
2024-07-04
1
-0/+6
*
Move get_signal_name() to test.support (#121251)
Victor Stinner
2024-07-02
2
-31/+2
*
gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)
Victor Stinner
2024-07-01
1
-3/+7
*
gh-121188: Sanitize invalid XML characters in regrtest (#121195)
Victor Stinner
2024-07-01
2
-5/+29
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-5/+7
*
gh-119727: Add --single-process option to regrtest (#119728)
Victor Stinner
2024-06-03
3
-12/+31
*
gh-119273: Don't run test_ioctl in a process group (#119275)
Victor Stinner
2024-05-29
2
-3/+15
*
gh-119050: Add XML support to libregrtest refleak checker (#119148)
Victor Stinner
2024-05-20
3
-16/+37
*
gh-119050: Add type hints to libregrtest/results.py (#119144)
Victor Stinner
2024-05-18
1
-6/+6
*
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
Nikita Sobolev
2024-05-08
1
-1/+0
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
2
-3/+10
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
1
-1/+1
*
Enhance regrtest get_signal_name(): support shell exit code (#117647)
Victor Stinner
2024-04-08
1
-0/+8
*
gh-117293: Fix race condition in run_workers.py (#117298)
Sam Gross
2024-04-08
1
-16/+21
*
Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)
dependabot[bot]
2024-04-01
1
-3/+1
*
gh-83434: Disable XML in regrtest when -R option is used (#117232)
Victor Stinner
2024-03-26
1
-1/+13
*
GH-112536: Add more TSan tests (#116911)
Antoine Pitrou
2024-03-17
1
-0/+6
*
gh-112536: Add more TSAN tests (#116896)
Donghee Na
2024-03-16
1
-0/+2
*
gh-112536: Add test_threading to TSAN tests (#116898)
Antoine Pitrou
2024-03-16
1
-0/+1
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
3
-0/+32
*
gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...
Petr Viktorin
2024-03-14
1
-0/+9
*
gh-110918: Fix side effects of regrtest test_match_tests() (#116718)
Victor Stinner
2024-03-13
1
-0/+5
*
chore: fix typos (#116345)
cui fliter
2024-03-05
2
-2/+2
*
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...
Eric Snow
2024-03-04
1
-7/+2
*
gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (G...
Petr Viktorin
2024-02-29
1
-0/+4
*
gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)
Petr Viktorin
2024-02-27
1
-12/+35
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
5
-25/+116
*
gh-115490: Work around test.support.interpreters.channels not handling unload...
T. Wouters
2024-02-15
1
-2/+7
*
gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...
Nikita Sobolev
2024-02-13
1
-0/+1
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
1
-2/+2
[next]