cpython/Doc/c-api
sobolevn 72dccd6073
gh-121834: Improve complex C-API docs (#121835)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
2024-07-17 10:01:28 +03:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst
bool.rst
buffer.rst
bytearray.rst
bytes.rst
call.rst
capsule.rst
cell.rst gh-121533: Improve PyCell_[Get,Set] docs: mention the exceptions (#121534) 2024-07-09 18:47:35 +03:00
code.rst
codec.rst
complex.rst gh-121834: Improve complex C-API docs (#121835) 2024-07-17 10:01:28 +03:00
concrete.rst
contextvars.rst
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst
file.rst
float.rst
frame.rst
function.rst
gcsupport.rst
gen.rst
hash.rst
import.rst
index.rst
init.rst
init_config.rst
intro.rst
iter.rst
iterator.rst
list.rst gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626) 2024-07-16 10:16:41 +09:00
long.rst
mapping.rst
marshal.rst
memory.rst
memoryview.rst
method.rst
module.rst gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API (#121364) 2024-07-16 15:36:21 +02:00
monitoring.rst
none.rst
number.rst
object.rst gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API (#121364) 2024-07-16 15:36:21 +02:00
objimpl.rst
perfmaps.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst gh-121567: Improve slice C-API docs by mentioning exceptions (#121568) 2024-07-10 13:56:44 +03:00
stable.rst
structures.rst
sys.rst
time.rst
tuple.rst
type.rst
typehints.rst
typeobj.rst docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237) 2024-07-03 13:35:02 +05:30
unicode.rst gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API (#121364) 2024-07-16 15:36:21 +02:00
utilities.rst
veryhigh.rst
weakref.rst