cpython/Doc/c-api
2025-02-16 13:55:31 +03:00
..
abstract.rst
allocation.rst Doc: C API: Delete claim that PyObject_Init is GC-aware (#126418) 2024-11-05 15:18:46 +05:30
apiabiversion.rst gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630) 2025-01-09 11:10:28 +01:00
arg.rst gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDecoder (GH-128451) 2025-01-06 13:28:50 +01:00
bool.rst
buffer.rst
bytearray.rst Python 3.14.0a5 2025-02-11 19:16:29 +02:00
bytes.rst
call.rst
capsule.rst
cell.rst
code.rst
codec.rst
complex.rst gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829) 2024-11-26 17:57:39 +02:00
concrete.rst
contextvars.rst
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst gh-123378: Ensure results of PyUnicode*Error_Get{Start,End} are clamped (GH-123380) 2024-12-04 14:13:52 +01:00
file.rst
float.rst
frame.rst gh-118915: C API: Document frame locals proxies. (#127720) 2024-12-11 17:28:44 +01:00
function.rst gh-130169: Fix broken list markup in Doc/c-api/function.rst (#130174) 2025-02-16 13:55:31 +03:00
gcsupport.rst
gen.rst
hash.rst
import.rst gh-128911: Add PyImport_ImportModuleAttr() function (#128912) 2025-01-30 11:17:29 +00:00
index.rst
init.rst gh-101100: Docs: Fix some typos in the document (#129988) 2025-02-11 13:06:32 +02:00
init_config.rst Add Configuration Options table to PyInitConfig API doc (#129062) 2025-01-20 15:46:45 +01:00
intro.rst
iter.rst
iterator.rst
list.rst
long.rst gh-102471: Change PyLongWriter_Discard(NULL) to do nothing (#129339) 2025-01-27 10:51:16 +00:00
mapping.rst
marshal.rst gh-125063: marshal: Add version 5, improve documentation (GH-126829) 2024-11-15 13:48:57 +01:00
memory.rst
memoryview.rst
method.rst
module.rst gh-101944: Clarify PyModule_AddObjectRef() documentation (#129433) 2025-02-03 12:55:22 +01:00
monitoring.rst GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564) 2024-12-19 16:59:51 +00:00
none.rst
number.rst
object.rst Python 3.14.0a5 2025-02-11 19:16:29 +02:00
objimpl.rst
perfmaps.rst
refcounting.rst
reflection.rst
sequence.rst gh-127896: Add missing documentation of PySequence_In (GH-127979) 2024-12-16 14:56:04 +01:00
set.rst
slice.rst
stable.rst gh-127253: Note that Stable ABI is about ABI stability (GH-127254) 2024-12-03 13:30:27 +01:00
structures.rst
sys.rst Python 3.14.0a4 2025-01-14 13:52:58 +02:00
time.rst
tuple.rst
type.rst Docs: Fix incorrect indents in c-api/type.rst (#127449) 2024-11-30 15:01:15 +00:00
typehints.rst
typeobj.rst gh-129912: Fix references to Py_TPFLAGS_MANAGED_DICT (gh-130044) 2025-02-12 17:48:14 -05:00
unicode.rst gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130118) 2025-02-14 18:16:47 +01:00
utilities.rst
veryhigh.rst gh-118915: C API: Document compiler flag macros (GH-129028) 2025-01-20 17:45:08 +01:00
weakref.rst gh-128008: Add PyWeakref_IsDead() (GH-128009) 2024-12-19 16:17:15 +01:00