cpython/Doc/c-api
2026-01-19 11:22:16 +01:00
..
abstract.rst
allocation.rst gh-141004: Document deprecated aliases for memory allocation (GH-141146) 2025-11-09 10:06:38 -05:00
apiabiversion.rst gh-143578: Restore note about patchlevel.h (#143596) 2026-01-12 11:21:14 +00:00
arg.rst Docs: Fix a grammatical error in Doc/c-api/arg.rst (GH-140525) 2025-10-24 08:17:52 -04:00
bool.rst
buffer.rst gh-141004: Document PyBUF_WRITEABLE (GH-141255) 2025-11-08 12:29:31 -05:00
bytearray.rst
bytes.rst gh-141004: Document PyBytes_Repr and PyBytes_DecodeEscape (GH-141407) 2025-11-11 15:32:54 -05:00
call.rst gh-141004: Document old provisional names for vectorcall/code API (GH-143568) 2026-01-14 10:54:45 +01:00
capsule.rst gh-141004: Document PyCapsule_Type (GH-141079) 2025-11-07 09:09:38 -05:00
cell.rst Fix minor typos and wording in C API docs (#140955) 2025-11-03 22:04:46 +02:00
code.rst gh-141004: Document old provisional names for vectorcall/code API (GH-143568) 2026-01-14 10:54:45 +01:00
codec.rst gh-141004: Document Py_hexdigits (GH-141059) 2025-11-06 08:48:42 -05:00
complex.rst Fix minor typos and wording in C API docs (#140955) 2025-11-03 22:04:46 +02:00
concrete.rst gh-141004: Document the PyPickleBuffer_* C API (GH-141630) 2025-11-16 13:50:54 -05:00
contextvars.rst
conversion.rst gh-141004: Document PyOS_mystr(n)icmp (#141760) 2025-11-25 14:44:52 +01:00
coro.rst
curses.rst gh-141004: document curses C API (#141254) 2025-11-09 15:44:26 +00:00
datetime.rst gh-141004: Document missing PyDateTime* APIs (GH-141543) 2025-11-20 08:48:10 -05:00
descriptor.rst gh-141004: Document PyException_HEAD and PyDescr_COMMON (GH-143896) 2026-01-17 10:39:29 -05:00
dict.rst gh-141004: Document descriptor and dict proxy type objects (GH-141803) 2025-12-01 15:51:50 +00:00
exceptions.rst gh-141004: Document PyException_HEAD and PyDescr_COMMON (GH-143896) 2026-01-17 10:39:29 -05:00
extension-modules.rst Python 3.15.0a3 2025-12-16 14:26:12 +02:00
file.rst gh-141004: Document several soft-deprecated C APIs (GH-141634) 2026-01-14 08:20:33 -05:00
float.rst gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (#141544) 2025-11-18 10:17:37 +01:00
frame.rst gh-141004: Document missing frame APIs (GH-141189) 2025-11-10 21:35:47 +00:00
function.rst gh-141004: Document PyFunction_SetKwDefaults (GH-141294) 2025-11-09 12:49:17 -05:00
gcsupport.rst gh-123241: Document restrictions for tp_traverse implementations (gh-142272) 2025-12-08 12:22:13 -05:00
gen.rst gh-141004: Document several soft-deprecated C APIs (GH-141634) 2026-01-14 08:20:33 -05:00
hash.rst gh-141004: correctly document Py_HASH_* and PyHASH_* as hash_info attributes (#141233) 2025-11-08 12:22:02 +00:00
import.rst GH-65961: Stop setting __cached__ on modules (GH-142165) 2025-12-11 11:44:46 -08:00
index.rst
init.rst gh-140550: PEP 793 reference documentation (GH-141197) 2025-11-26 12:50:03 +00:00
init_config.rst Fix minor typos and wording in C API docs (#140955) 2025-11-03 22:04:46 +02:00
intro.rst gh-141004: Document symbol visibility macros (PyAPI_DATA, Py_EXPORTED_SYMBOL, Py_LOCAL_SYMBOL,Py_IMPORTED_SYMBOL) (GH-143508) 2026-01-13 13:15:02 +01:00
iter.rst
iterator.rst gh-141004: Document PyODict* APIs (GH-141136) 2025-11-17 14:40:47 -05:00
lifecycle.dot
lifecycle.dot.css
lifecycle.dot.pdf
lifecycle.dot.svg
lifecycle.rst gh-75459: versionadded for PyObject_CallFinalizer*() API (GH-143982) 2026-01-19 11:22:16 +01:00
list.rst
long.rst gh-143834: Fix PyLong_AsNativeBytes docs for negative number padding (GH-143840) 2026-01-15 09:22:01 +01:00
mapping.rst Fix minor typos and wording in C API docs (#140955) 2025-11-03 22:04:46 +02:00
marshal.rst Fix minor typos and wording in C API docs (#140955) 2025-11-03 22:04:46 +02:00
memory.rst gh-141004: Mark up docs of old PyMem macros (GH-143783) 2026-01-15 12:37:30 +01:00
memoryview.rst gh-141004: Document PyMemoryView_Type (GH-141034) 2025-11-05 11:45:13 -05:00
method.rst
module.rst gh-141004: Document remaining constants from patchlevel.h (GH-143598) 2026-01-09 17:40:07 +00:00
monitoring.rst Fix minor typos and wording in C API docs (#140955) 2025-11-03 22:04:46 +02:00
none.rst
number.rst
object.rst gh-141070: Rename PyUnstable_Object_Dump to PyObject_Dump (GH-142848) 2026-01-16 09:19:43 -05:00
objimpl.rst
perfmaps.rst
picklebuffer.rst gh-141004: Document the PyPickleBuffer_* C API (GH-141630) 2025-11-16 13:50:54 -05:00
refcounting.rst
reflection.rst
sequence.rst
set.rst gh-141004: Document several soft-deprecated C APIs (GH-141634) 2026-01-14 08:20:33 -05:00
slice.rst
stable.rst Fix minor typos and wording in C API docs (#140955) 2025-11-03 22:04:46 +02:00
structures.rst gh-140550: PEP 793 reference documentation (GH-141197) 2025-11-26 12:50:03 +00:00
sys.rst gh-141004: Document PyOS_InterruptOccurred (GH-141526) 2025-11-14 06:20:36 -05:00
time.rst
tuple.rst Clarify that PyStructSequence is different from collections.namedtuple (#142626) 2025-12-16 13:38:11 +02:00
type.rst Python 3.15.0a3 2025-12-16 14:26:12 +02:00
typehints.rst
typeobj.rst gh-141004: Document old provisional names for vectorcall/code API (GH-143568) 2026-01-14 10:54:45 +01:00
unicode.rst gh-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macros (GH-143494) 2026-01-12 13:59:59 +01:00
utilities.rst
veryhigh.rst gh-141004: Document stack effect C APIs (GH-141843) 2025-11-24 12:18:50 -05:00
weakref.rst gh-141004: Document PyType_SUPPORTS_WEAKREFS (GH-141408) 2025-11-12 11:38:17 -05:00