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.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...
Miss Islington (bot)
2023-08-22
1
-1/+36
*
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
Kumar Aditya
2023-01-11
1
-5/+36
*
[3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-0/+20
*
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
Miss Islington (bot)
2022-10-26
1
-0/+36
*
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96926)
Miss Islington (bot)
2022-09-19
1
-1/+3
*
gh-95878: Fix format char in datetime CAPI tests (GH-95879)
Miss Islington (bot)
2022-08-11
1
-4/+4
*
[3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-...
Miss Islington (bot)
2022-07-19
1
-2/+21
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Miss Islington (bot)
2022-07-19
1
-0/+16
*
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-3...
Oleg Iarygin
2022-04-19
1
-1/+1
*
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29...
Miss Islington (bot)
2021-12-11
1
-1/+1
*
[3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flag...
Pablo Galindo Salgado
2021-11-17
1
-0/+14
*
[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
Miss Islington (bot)
2021-10-07
1
-2/+2
*
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
Miss Islington (bot)
2021-08-23
1
-8/+16
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Miss Islington (bot)
2021-06-10
1
-0/+5
*
bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) (GH-26465)
Miss Islington (bot)
2021-05-31
1
-0/+8
*
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Miss Islington (bot)
2021-05-07
1
-3/+20
*
Add C-API tests (GH-25886) (#25887)
Miss Islington (bot)
2021-05-04
1
-0/+21
*
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder
2021-04-28
1
-0/+62
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-10
1
-21/+90
*
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou
2021-03-21
1
-253/+0
*
bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Victor Stinner
2021-01-27
1
-4/+15
*
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
Victor Stinner
2021-01-18
1
-0/+23
*
bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
Victor Stinner
2020-12-03
1
-1/+31
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-5/+5
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-2/+2
*
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner
2020-11-18
1
-0/+25
*
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
Hai Shi
2020-11-10
1
-2/+60
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
1
-1/+2
*
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi
2020-11-06
1
-0/+25
*
bpo-41984: GC track all user classes (GH-22701)
Brandt Bucher
2020-10-15
1
-0/+20
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-10
1
-1/+2
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
1
-2/+4
*
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation...
Benjamin Peterson
2020-09-02
1
-0/+30
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
1
-0/+253
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-1/+15
*
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
Inada Naoki
2020-07-05
1
-4/+4
*
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...
scoder
2020-07-03
1
-0/+80
*
bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021)
Guido van Rossum
2020-06-28
1
-1/+3
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-18/+18
*
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner
2020-06-19
1
-6/+13
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-17
1
-0/+10
*
Fix return type of test helper function heapctypewithbuffer_releasebuffer() (...
Rémi Lapeyre
2020-06-07
1
-1/+1
*
bpo-40724: Support setting buffer slots from type specs (GH-20648)
scoder
2020-06-06
1
-0/+47
*
bpo-39849: Enable assertions in _testcapimodule.c and _testinternalcapi.c (GH...
Hai Shi
2020-04-20
1
-0/+3
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
1
-1/+0
*
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner
2020-04-13
1
-1/+0
*
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the publi...
Pablo Galindo
2020-04-11
1
-1/+1
*
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Inada Naoki
2020-03-14
1
-212/+0
*
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Inada Naoki
2020-03-14
1
-0/+212
[next]