summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi
Commit message (Expand)AuthorAgeFilesLines
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-261-3/+47
* gh-123619: Add an unstable C API function for enabling deferred reference cou...Peter Bierma2024-11-131-1/+8
* gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)RUANG (James Roy)2024-11-121-0/+27
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-081-2/+3
* gh-124872: Replace enter/exit events with "switched" (#125532)Kirill Podoprigora2024-10-161-38/+41
* gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...Kirill Podoprigora2024-10-151-41/+38
* gh-124872: Replace enter/exit events with "switched" (#124776)Richard Hansen2024-10-141-38/+41
* gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)Richard Hansen2024-10-121-5/+5
* gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)Victor Stinner2024-10-091-1/+1
* gh-124296: Remove private dictionary version tag (PEP 699) (#124472)Sam Gross2024-10-011-14/+0
* gh-111495: Add tests for `PyCodec_*` C API (#123343)Bénédikt Tran2024-09-292-2/+216
* gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)Jason Fried2024-09-241-0/+152
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-181-0/+117
* gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...Wenzel Jakob2024-09-131-0/+86
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-022-0/+69
* gh-122854: Add Py_HashBuffer() function (#122855)Victor Stinner2024-08-301-4/+25
* gh-121645: Add PyBytes_Join() function (#121646)Victor Stinner2024-08-301-0/+15
* Fix typos in docs, error messages and comments (#123336)Wulian2024-08-281-2/+2
* gh-111495: Add tests for PyNumber C API (#111996)Sergey B Kirpichev2024-08-261-0/+161
* gh-111495: Add tests for PyTuple C API (#118757)Sergey B Kirpichev2024-08-261-1/+108
* gh-105201: Add PyIter_NextItem() (#122331)Erlend E. Aasland2024-08-071-0/+29
* Update PyObject_Del() documentation (#122597)Victor Stinner2024-08-021-8/+8
* Replace PyObject_Del with PyObject_Free (#122453)Victor Stinner2024-08-011-1/+1
* gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` (#121792)sobolevn2024-07-161-0/+3
* gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)Sam Gross2024-07-081-0/+1
* gh-121040: Use __attribute__((fallthrough)) (#121044)Victor Stinner2024-06-271-2/+2
* gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)Victor Stinner2024-06-241-0/+31
* gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)Victor Stinner2024-06-211-261/+187
* gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)Victor Stinner2024-06-211-0/+152
* gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)Sam Gross2024-06-181-0/+8
* gh-119182: Add PyUnicodeWriter C API (#119184)Victor Stinner2024-06-171-0/+221
* gh-117398: Add datetime C-API type check test for subinterpreters (gh-119604)neonene2024-06-131-3/+45
* gh-116560: Add PyLong_GetSign() public function (#116561)Sergey B Kirpichev2024-06-031-0/+14
* gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...Irit Katriel2024-05-211-4/+5
* gh-112075: use per-thread dict version pool (#118676)Dino Viehland2024-05-071-1/+13
* gh-118362: Fix thread safety around lookups from the type cache in the face o...Dino Viehland2024-05-061-1/+2
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-042-0/+508
* gh-82062: Fix support of parameter defaults on methods in extension modules (...Sergey B Kirpichev2024-05-021-0/+10
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-011-0/+60
* gh-118422: Fix run_fileexflags() test (#118429)Victor Stinner2024-04-301-7/+6
* gh-117968: Make the test for closed file more safe in the C API tests (GH-118...Serhiy Storchaka2024-04-251-2/+4
* gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)Joe Jevnik2024-04-231-0/+118
* gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)Serhiy Storchaka2024-04-172-0/+113
* gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...Steve Dower2024-04-051-7/+7
* gh-94808: Fix refcounting in PyObject_Print tests (GH-117421)Petr Viktorin2024-04-011-0/+4
* gh-94808:Improve coverage of PyObject_Print (GH-98749)MonadChains2024-04-012-0/+134
* gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...Serhiy Storchaka2024-03-252-0/+54
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-221-0/+11
* gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...Serhiy Storchaka2024-03-201-0/+12
* gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)Victor Stinner2024-03-191-61/+0