cpython/Doc/c-api
Miss Islington (bot) 521fb36561
[3.14] gh-141004: Document descriptor and dict proxy type objects (GH-141803) (GH142147)
gh-141004: Document descriptor and dict proxy type objects (GH-141803)
(cherry picked from commit 52f9b5f580)

Co-authored-by: Yashraj <yashrajpala8@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
2025-12-01 15:57:31 +00:00
..
abstract.rst
allocation.rst [3.14] gh-141004: Document deprecated aliases for memory allocation (GH-141146) (GH-141288) 2025-11-09 15:12:52 +00:00
apiabiversion.rst
arg.rst
bool.rst
buffer.rst [3.14] gh-141004: Document PyBUF_WRITEABLE (GH-141255) (GH-141261) 2025-11-08 17:36:00 +00:00
bytearray.rst
bytes.rst [3.14] gh-141004: Document PyBytes_Repr and PyBytes_DecodeEscape (GH-141407) (GH-141440) 2025-11-12 02:06:36 +00:00
call.rst
capsule.rst [3.14] gh-141004: Document PyCapsule_Type (GH-141079) (GH-141199) 2025-11-07 14:16:43 +00:00
cell.rst
code.rst [3.14] gh-141004: Document PyCode_Optimize (GH-141378) (GH-141514) 2025-11-13 15:15:27 +00:00
codec.rst [3.14] gh-141004: Document Py_hexdigits (GH-141059) (GH-141138) 2025-11-06 13:56:41 +00:00
complex.rst
concrete.rst [3.14] gh-141004: Document the PyPickleBuffer_* C API (GH-141630) (GH-141632) 2025-11-16 18:56:41 +00:00
contextvars.rst
conversion.rst [3.14] gh-141004: Document PyOS_mystr(n)icmp (GH-141760) (#141947) 2025-11-25 13:51:02 +00:00
coro.rst
curses.rst [3.14] gh-141004: document curses C API (GH-141254) (#141292) 2025-11-09 15:50:21 +00:00
datetime.rst [3.14] gh-141004: Document missing PyDateTime* APIs (GH-141543) (GH-141791) 2025-11-20 13:54:48 +00:00
descriptor.rst [3.14] gh-141004: Document descriptor and dict proxy type objects (GH-141803) (GH142147) 2025-12-01 15:57:31 +00:00
dict.rst [3.14] gh-141004: Document descriptor and dict proxy type objects (GH-141803) (GH142147) 2025-12-01 15:57:31 +00:00
exceptions.rst [3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668) (#141661) 2025-11-25 14:21:53 +01:00
extension-modules.rst
file.rst [3.14] gh-141004: Document PyFile_OpenCode and PyFile_OpenCodeObject (GH-141413) (GH-141425) 2025-11-11 16:48:29 -05:00
float.rst [3.14] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (GH-141544) (#141698) 2025-11-18 14:32:44 +01:00
frame.rst [3.14] gh-141004: Document missing frame APIs (GH-141189) (GH-141379) 2025-11-10 21:42:10 +00:00
function.rst [3.14] gh-141004: Document PyFunction_SetKwDefaults (GH-141294) (GH-141304) 2025-11-09 17:55:09 +00:00
gcsupport.rst
gen.rst [3.14] gh-141004: Document missing generator APIs (GH-141409) (GH-141789) 2025-11-20 13:52:07 +00:00
hash.rst [3.14] gh-141004: correctly document Py_HASH_* and PyHASH_* as hash_info attributes (GH-141233) (#141234) 2025-11-08 12:28:01 +00:00
import.rst [3.14] gh-141004: Document PyImport_Inittab (GH-141844) (GH-141915) 2025-11-24 12:16:31 -05:00
index.rst
init.rst [3.14] gh-141004: Document missing PyThread* APIs (GH-141810) (GH-141954) 2025-11-25 17:58:44 +00:00
init_config.rst
intro.rst [3.14] gh-141004: Document Py_ARRAY_LENGTH (GH-141601) (GH-141895) 2025-11-24 13:40:01 +00:00
iter.rst
iterator.rst [3.14] gh-141004: Document PyODict* APIs (GH-141136) (GH-141677) 2025-11-17 19:46:23 +00:00
lifecycle.dot
lifecycle.dot.css
lifecycle.dot.pdf
lifecycle.dot.svg
lifecycle.rst
list.rst
long.rst [3.14] gh-141004: Document PyLong_FromPid and PyLong_AsPid (GH-141028) (GH-141142) 2025-11-06 14:07:56 +00:00
mapping.rst
marshal.rst
memory.rst
memoryview.rst [3.14] gh-141004: Document PyMemoryView_Type (GH-141034) (GH-141054) 2025-11-05 16:51:34 +00:00
method.rst
module.rst [3.14] gh-141909: Add PyModuleDef_Slot and earlier Py_mod_* constants to stable ABI manifest (#141910) (GH-141978) 2025-11-26 15:35:04 +01:00
monitoring.rst
none.rst
number.rst
object.rst
objimpl.rst
perfmaps.rst
picklebuffer.rst [3.14] gh-141004: Document the PyPickleBuffer_* C API (GH-141630) (GH-141632) 2025-11-16 18:56:41 +00:00
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
stable.rst
structures.rst [3.14] gh-138189: Link references to type slots (GH-141410) (GH-141718) 2025-11-19 10:30:11 +01:00
sys.rst [3.14] gh-141004: Document PyOS_InterruptOccurred (GH-141526) (GH-141549) 2025-11-14 11:26:37 +00:00
time.rst
tuple.rst
type.rst [3.14] gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (GH-141730) (#141815) 2025-11-21 23:14:43 +03:00
typehints.rst
typeobj.rst [3.14] gh-138189: Link references to type slots (GH-141410) (GH-141718) 2025-11-19 10:30:11 +01:00
unicode.rst [3.14] gh-141004: Document Py_UNICODE_{HIGH, LOW}_SURROGATE functions (GH-141019) (GH-141027) 2025-11-04 21:33:52 +00:00
utilities.rst
veryhigh.rst [3.14] gh-141004: Document stack effect C APIs (GH-141843) (GH-141916) 2025-11-24 17:24:41 +00:00
weakref.rst [3.14] gh-141004: Document PyType_SUPPORTS_WEAKREFS (GH-141408) (GH-141470) 2025-11-12 16:44:17 +00:00