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
*
Update PyObject_Del() documentation (#122597)
Victor Stinner
2024-08-02
1
-8/+8
*
Replace PyObject_Del with PyObject_Free (#122453)
Victor Stinner
2024-08-01
1
-1/+1
*
gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` (#121792)
sobolevn
2024-07-16
1
-0/+3
*
gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
Sam Gross
2024-07-08
1
-0/+1
*
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner
2024-06-27
1
-2/+2
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-0/+31
*
gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)
Victor Stinner
2024-06-21
1
-261/+187
*
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner
2024-06-21
1
-0/+152
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
1
-0/+8
*
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner
2024-06-17
1
-0/+221
*
gh-117398: Add datetime C-API type check test for subinterpreters (gh-119604)
neonene
2024-06-13
1
-3/+45
*
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev
2024-06-03
1
-0/+14
*
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...
Irit Katriel
2024-05-21
1
-4/+5
*
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland
2024-05-07
1
-1/+13
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
1
-1/+2
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
2
-0/+508
*
gh-82062: Fix support of parameter defaults on methods in extension modules (...
Sergey B Kirpichev
2024-05-02
1
-0/+10
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
1
-0/+60
*
gh-118422: Fix run_fileexflags() test (#118429)
Victor Stinner
2024-04-30
1
-7/+6
*
gh-117968: Make the test for closed file more safe in the C API tests (GH-118...
Serhiy Storchaka
2024-04-25
1
-2/+4
*
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
Joe Jevnik
2024-04-23
1
-0/+118
*
gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)
Serhiy Storchaka
2024-04-17
2
-0/+113
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
1
-7/+7
*
gh-94808: Fix refcounting in PyObject_Print tests (GH-117421)
Petr Viktorin
2024-04-01
1
-0/+4
*
gh-94808:Improve coverage of PyObject_Print (GH-98749)
MonadChains
2024-04-01
2
-0/+134
*
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...
Serhiy Storchaka
2024-03-25
2
-0/+54
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
1
-0/+11
*
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...
Serhiy Storchaka
2024-03-20
1
-0/+12
*
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
Victor Stinner
2024-03-19
1
-61/+0
*
gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner
2024-03-19
1
-278/+1
*
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner
2024-03-19
3
-1100/+2
*
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner
2024-03-19
1
-1881/+18
*
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner
2024-03-19
2
-646/+10
*
gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
Victor Stinner
2024-03-18
2
-321/+1
*
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
Victor Stinner
2024-03-11
5
-498/+0
*
gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)
Victor Stinner
2024-03-10
1
-4/+0
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
4
-567/+0
*
gh-110850: Enhance PyTime C API tests (#115715)
Victor Stinner
2024-02-20
1
-4/+9
*
gh-115417: Remove accidentally left debugging print (#115418)
Kirill Podoprigora
2024-02-13
1
-1/+0
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
1
-1/+47
*
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin
2024-02-12
2
-0/+106
*
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Sam Gross
2024-02-06
1
-0/+26
*
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross
2024-02-02
1
-0/+13
*
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
1
-2/+2
*
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
Serhiy Storchaka
2024-01-31
1
-2/+4
*
gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)
AN Long
2024-01-16
1
-2/+2
*
gh-113787: Fix refleaks in test_capi (gh-113816)
neonene
2024-01-08
1
-1/+1
*
gh-113750: Fix object resurrection in free-threaded builds (gh-113751)
Sam Gross
2024-01-06
1
-3/+1
*
bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085)
Zackery Spytz
2023-12-14
1
-8/+38
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
2
-4/+0
[next]