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
/
_testcapimodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937)
Kumar Aditya
2023-01-11
1
-9/+39
*
[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation...
Bill Fisher
2022-12-24
1
-0/+18
*
[3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-0/+20
*
[3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (...
Victor Stinner
2022-11-21
1
-87/+0
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
Victor Stinner
2022-11-09
1
-0/+87
*
gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)
Miss Islington (bot)
2022-11-05
1
-0/+33
*
gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
Miss Islington (bot)
2022-11-05
1
-0/+7
*
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
Miss Islington (bot)
2022-10-26
1
-0/+36
*
[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98...
Jelle Zijlstra
2022-10-19
1
-0/+40
*
[3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283)
Jelle Zijlstra
2022-10-15
1
-0/+7
*
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)
Miss Islington (bot)
2022-09-19
1
-1/+3
*
gh-95878: Fix format char in datetime CAPI tests (GH-95879) (#95885)
Miss Islington (bot)
2022-08-11
1
-4/+4
*
[3.11] gh-92678: Correct return values for errors in PyInit__testcapi (#95664)
Pablo Galindo Salgado
2022-08-04
1
-2/+2
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
Miss Islington (bot)
2022-08-04
1
-11/+69
*
Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95...
Mark Shannon
2022-08-04
1
-9/+0
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
Mark Shannon
2022-08-04
1
-0/+28
*
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#...
Pablo Galindo Salgado
2022-07-25
1
-0/+9
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Miss Islington (bot)
2022-07-19
1
-0/+16
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Miss Islington (bot)
2022-07-18
1
-2/+21
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
Victor Stinner
2022-06-20
1
-1/+0
*
Fix NULL check in test_type_from_ephemeral_spec in_testcapimodule.c (GH-92863)
Miss Islington (bot)
2022-05-17
1
-1/+1
*
GH-92236: Remove spurious "line" event when starting coroutine or generator. ...
Miss Islington (bot)
2022-05-13
1
-0/+46
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
1
-20/+20
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
1
-0/+24
*
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...
Petr Viktorin
2022-04-28
1
-0/+13
*
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner
2022-04-20
1
-1/+2
*
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin
2022-04-18
1
-1/+1
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-0/+11
*
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon
2022-04-08
1
-0/+16
*
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon
2022-03-31
1
-0/+44
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
1
-0/+81
*
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin
2022-02-25
1
-0/+3
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-1/+2
*
bpo-46670: Remove unused macros in the Modules directory (GH-31194)
Victor Stinner
2022-02-07
1
-2/+0
*
bpo-40280: Allow to compile _testcapi as builtin module (GH-30559)
Christian Heimes
2022-01-12
1
-0/+2
*
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner
2022-01-11
1
-94/+0
*
bpo-45615: Add missing test for printing traceback for non-exception. Fix tra...
Irit Katriel
2022-01-02
1
-6/+6
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
1
-0/+1
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
1
-5/+12
*
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750)
Pablo Galindo Salgado
2021-11-24
1
-1/+1
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-16
1
-0/+14
*
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory ...
Petr Viktorin
2021-10-21
1
-0/+121
*
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner
2021-10-15
1
-6/+61
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
1
-2/+2
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-6/+6
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-6/+6
*
Fix typos in the Modules directory (GH-28761)
Christian Clauss
2021-10-07
1
-2/+2
*
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...
Mark Shannon
2021-10-06
1
-14/+0
*
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner
2021-09-30
1
-1/+44
*
bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)
Victor Stinner
2021-09-15
1
-35/+29
[next]