cpython/Doc/c-api
2026-05-13 10:10:37 +00:00
..
abstract.rst
allocation.rst Add a new Sphinx soft-deprecated directive (#148630) 2026-04-18 11:37:54 +03:00
apiabiversion.rst
arg.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
bool.rst
buffer.rst Use soft-deprecated in more places (#148769) 2026-04-20 17:00:35 +01:00
bytearray.rst gh-142518: add thread safety annotations for bytearray C-API (#146514) 2026-03-27 18:40:26 +05:30
bytes.rst Add a new Sphinx soft-deprecated directive (#148630) 2026-04-18 11:37:54 +03: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
cell.rst
code.rst Use soft-deprecated in more places (#148769) 2026-04-20 17:00:35 +01:00
codec.rst
complex.rst
concrete.rst gh-148829: Implement PEP 661 (#148831) 2026-04-27 19:28:30 -07:00
contextvars.rst
conversion.rst gh-141004: Mark up constants for PyOS_double_to_string (GH-143867) 2026-01-22 11:53:17 +01:00
coro.rst
curses.rst
datetime.rst add whatsnew entry for PyUnstable_SetImmortal and PyDatetime_IMPORT (#144830) 2026-02-15 20:21:54 +05:30
descriptor.rst Use soft-deprecated in more places (#148769) 2026-04-20 17:00:35 +01:00
dict.rst docs: Clarify docs for error case of PyDict_GetItemRef (#149506) 2026-05-08 10:53:44 +00:00
exceptions.rst Python 3.15.0b1 2026-05-07 16:26:31 +03:00
extension-modules.rst gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055) 2026-05-05 09:18:04 +02:00
file.rst Add a new Sphinx soft-deprecated directive (#148630) 2026-04-18 11:37:54 +03:00
float.rst Add a new Sphinx soft-deprecated directive (#148630) 2026-04-18 11:37:54 +03:00
frame.rst Add a new Sphinx soft-deprecated directive (#148630) 2026-04-18 11:37:54 +03:00
function.rst
gcsupport.rst Python 3.15.0b1 2026-05-07 16:26:31 +03:00
gen.rst Use soft-deprecated in more places (#148769) 2026-04-20 17:00:35 +01:00
hash.rst
import.rst gh-148110: Resolve lazy import filter names for relative imports (#148111) 2026-04-06 22:29:02 +01:00
index.rst gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055) 2026-05-05 09:18:04 +02:00
init.rst gh-141811: Split up init.rst into multiple pages (GH-144844) 2026-02-20 16:37:39 +00:00
init_config.rst gh-148014: Accept a function name in -X presite option (#148015) 2026-04-07 14:05:39 +00:00
interp-lifecycle.rst Python 3.15.0b1 2026-05-07 16:26:31 +03:00
intro.rst Use soft-deprecated in more places (#148769) 2026-04-20 17:00:35 +01:00
iter.rst
iterator.rst
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 gh-142518: Annotate PyList_* C APIs for thread safety (#146109) 2026-03-18 17:42:20 +01:00
long.rst Add a new Sphinx soft-deprecated directive (#148630) 2026-04-18 11:37:54 +03:00
mapping.rst
marshal.rst
memory.rst gh-142518: Improve mimalloc allocator docs (#145224) 2026-03-11 15:14:47 +01:00
memoryview.rst
method.rst
module.rst Python 3.15.0b1 2026-05-07 16:26:31 +03:00
monitoring.rst Add a new Sphinx soft-deprecated directive (#148630) 2026-04-18 11:37:54 +03:00
none.rst
number.rst
object.rst gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129) 2026-03-19 09:59:48 +02:00
objimpl.rst
perfmaps.rst GH-126910: Add gdb support for unwinding JIT frames (#146071) 2026-05-02 13:42:03 +00:00
picklebuffer.rst
profiling.rst gh-141811: Split up init.rst into multiple pages (GH-144844) 2026-02-20 16:37:39 +00:00
refcounting.rst gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333) 2026-02-01 20:39:26 -05:00
reflection.rst
sentinel.rst gh-148829: Add PySentinel_CheckExact() (#149725) 2026-05-13 10:10:37 +00:00
sequence.rst Add a new Sphinx soft-deprecated directive (#148630) 2026-04-18 11:37:54 +03:00
set.rst Use soft-deprecated in more places (#148769) 2026-04-20 17:00:35 +01:00
slice.rst
slots.rst Fix typos in C API documentation (GH-149588) 2026-05-11 10:28:19 +02:00
stable.rst Fix incorrect sentence in stable.rst (GH-149684) 2026-05-11 17:27:16 +02:00
structures.rst gh-146636: PEP 803: Reference documentation (GH-148013) 2026-04-16 14:17:44 +02:00
subinterpreters.rst gh-146031: Allow keeping specialization enabled when specifying eval frame function (#146032) 2026-04-16 09:44:26 -07:00
synchronization.rst Fix typos in C API documentation (GH-149588) 2026-05-11 10:28:19 +02:00
sys.rst
threads.rst Python 3.15.0b1 2026-05-07 16:26:31 +03:00
time.rst
tls.rst gh-141811: Split up init.rst into multiple pages (GH-144844) 2026-02-20 16:37:39 +00:00
tuple.rst gh-142518: add thread safety annotations for tuple C-API (#148012) 2026-04-08 01:55:44 +05:30
type.rst Python 3.15.0b1 2026-05-07 16:26:31 +03:00
typehints.rst
typeobj.rst gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055) 2026-05-05 09:18:04 +02:00
unicode.rst Fix minor typos in unicode.rst (#149587) 2026-05-09 21:31:55 +00:00
utilities.rst
veryhigh.rst Fix typos and grammar errors across documentation (#144709) 2026-02-11 16:35:25 +00:00
weakref.rst