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.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99...
Serhiy Storchaka
2023-08-22
1
-1/+36
*
[3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)
Kumar Aditya
2023-01-20
1
-5/+36
*
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31...
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
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-17
1
-0/+14
*
[3.9] Fix typos in the Modules directory (GH-28761). (GH-28791)
Christian Clauss
2021-10-07
1
-2/+2
*
[3.9] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) (GH-27910)
Ćukasz Langa
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)
Miss Islington (bot)
2021-05-31
1
-0/+8
*
[3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896)
Petr Viktorin
2021-05-04
1
-0/+21
*
bpo-41984: GC track all user classes (GH-22701/GH-22702)
Miss Skeleton (bot)
2020-10-15
1
-0/+20
*
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
Miss Islington (bot)
2020-07-05
1
-4/+4
*
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...
Miss Islington (bot)
2020-07-03
1
-0/+80
*
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...
Guido van Rossum
2020-06-28
1
-1/+3
*
[3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii chara...
Serhiy Storchaka
2020-06-25
1
-18/+18
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-18
1
-0/+10
*
bpo-40724: Fix return type of test helper function heapctypewithbuffer_releas...
Miss Islington (bot)
2020-06-07
1
-1/+1
*
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
Miss Islington (bot)
2020-06-07
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
*
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
Victor Stinner
2020-03-13
1
-13/+5
*
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Victor Stinner
2020-03-09
1
-4/+0
*
bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is call...
Serhiy Storchaka
2020-03-09
1
-0/+14
*
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with except...
Serhiy Storchaka
2020-03-02
1
-0/+43
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-5/+5
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
1
-2/+2
*
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner
2020-02-07
1
-2/+2
*
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner
2020-02-07
1
-7/+8
*
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner
2020-02-06
1
-7/+9
*
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner
2020-02-03
1
-3/+5
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-10/+0
*
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard...
Sergey Fedoseev
2019-12-05
1
-15/+15
*
bpo-36854: Fix refleak in subinterpreter (GH-17331)
Victor Stinner
2019-11-22
1
-2/+5
*
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
Sergey Fedoseev
2019-10-21
1
-2/+2
*
bpo-38006: Add unit test for weakref clear bug (GH-16788)
Neil Schemenauer
2019-10-16
1
-0/+55
*
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner
2019-10-07
1
-0/+9
*
bpo-38321: Fix _testcapimodule.c warning (GH-16494)
Victor Stinner
2019-09-30
1
-2/+2
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-0/+118
*
bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115)
Eddie Elizondo
2019-09-13
1
-5/+13
*
bpo-37879: Fix warnings in _testcapimodule (GH-16004)
Petr Viktorin
2019-09-12
1
-6/+7
*
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...
Eddie Elizondo
2019-09-11
1
-0/+220
*
bpo-37499: Test various C calling conventions (GH-15776)
Petr Viktorin
2019-09-10
1
-0/+164
*
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Sergey Fedoseev
2019-09-09
1
-0/+13
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
Joannah Nanjekye
2019-08-29
1
-0/+53
[next]