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
/
Modules
/
_testcapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
Sam Gross
2025-12-11
1
-0/+10
*
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
Petr Viktorin
2025-11-24
1
-0/+23
*
gh-141070: Add PyUnstable_Object_Dump() function (#141072)
Victor Stinner
2025-11-18
1
-0/+25
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
3
-0/+395
*
gh-129813: Fix PyBytesWriter tests (#139892)
Victor Stinner
2025-10-10
1
-5/+4
*
gh-111489: Add PyTuple_FromArray() function (#139691)
Victor Stinner
2025-10-10
1
-0/+28
*
gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)
Victor Stinner
2025-10-07
1
-2/+0
*
gh-133059: Increase the small positive integer cache to 1024 (GH-133160)
dgpb
2025-09-24
1
-2/+2
*
gh-139098: Use multiphase initialization in `_testcapi` (GH-139102)
Peter Bierma
2025-09-18
1
-6/+3
*
gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
Victor Stinner
2025-09-12
1
-0/+44
*
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
Victor Stinner
2025-09-12
1
-0/+270
*
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-...
Petr Viktorin
2025-09-05
2
-0/+56
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
2
-2/+4
*
gh-136300: Modify C tests to conform to PEP-737 (GH-136301)
William S Fulton
2025-07-11
2
-3/+2
*
gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258)
William S Fulton
2025-07-04
1
-4/+4
*
gh-135075: Make PyObject_SetAttr() fail with NULL value and exception (#136180)
Victor Stinner
2025-07-03
1
-0/+38
*
gh-135709: Fix two compile warnings on WASM buildbot (#135712)
sobolevn
2025-06-19
1
-1/+1
*
gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892)
Petr Viktorin
2025-06-06
1
-0/+7
*
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Victor Stinner
2025-05-29
1
-0/+22
*
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#...
Peter Bierma
2025-05-05
1
-0/+8
*
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Sam Gross
2025-05-02
1
-0/+8
*
gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)
Sergey B Kirpichev
2025-05-01
2
-43/+1
*
gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)
neonene
2025-05-01
1
-0/+8
*
gh-130317: Fix strict aliasing in PyFloat_Pack8() (#133150)
Victor Stinner
2025-04-29
1
-2/+5
*
gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)
Sergey B Kirpichev
2025-04-28
2
-1/+40
*
gh-132162: Add tests for Py_UniversalNewlineFgets() (#132164)
alexey semenyuk
2025-04-24
2
-1/+76
*
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev
2025-04-22
1
-44/+0
*
gh-111178: remove redundant casts for functions with correct signatures (#131...
Bénédikt Tran
2025-04-01
5
-34/+33
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
1
-1/+3
*
gh-111178: Fix function signatures for test_capi (#131659)
Victor Stinner
2025-03-24
1
-16/+25
*
gh-111178: fix UBSan failures for `Modules/_testcapi/{buffer,monitoring}.c` (...
Bénédikt Tran
2025-03-24
2
-15/+25
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
1
-3/+3
*
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner
2025-03-13
1
-0/+24
*
gh-128911: Use PyImport_ImportModuleAttr() function (#129657)
Victor Stinner
2025-02-05
1
-7/+2
*
gh-93649: Move _testcapi tests to specific files (#129544)
Victor Stinner
2025-02-01
6
-17/+611
*
gh-93649: Add Modules/_testcapi/function.c file (#129521)
Victor Stinner
2025-01-31
2
-0/+144
*
gh-93649: Add Modules/_testcapi/type.c file (#129516)
Victor Stinner
2025-01-31
2
-0/+252
*
gh-129354: Use PyErr_FormatUnraisable() function (#129514)
Victor Stinner
2025-01-31
1
-4/+7
*
gh-93649: Move PyFrame C API tests to test_capi (#129512)
Victor Stinner
2025-01-31
2
-0/+135
*
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner
2025-01-31
1
-3/+3
*
gh-111495: Add PyFile tests (#129449)
Victor Stinner
2025-01-30
2
-6/+49
*
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Victor Stinner
2025-01-30
1
-3/+6
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
2
-0/+45
*
gh-127119: Faster check for small ints in long_dealloc (GH-127620)
Pieter Eendebak
2025-01-29
1
-1/+14
*
gh-128844: Make `_Py_TryIncref` public as an unstable API. (#128926)
Sam Gross
2025-01-28
1
-0/+54
*
gh-128509: Add `PyUnstable_IsImmortal` for finding immortal objects (GH-129182)
Peter Bierma
2025-01-27
2
-0/+8
*
gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)
Victor Stinner
2025-01-23
1
-2/+11
*
gh-127350: Add more tests for Py_fopen() (GH-128587)
Serhiy Storchaka
2025-01-07
2
-21/+12
*
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner
2025-01-06
3
-4/+87
*
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...
Mark Shannon
2024-12-19
1
-3/+22
[next]