cpython/Doc/c-api
2021-12-19 15:05:46 -06:00
..
abstract.rst
allocation.rst
apiabiversion.rst Doc: some rst linting. (GH-30149) 2021-12-17 13:55:03 +01:00
arg.rst
bool.rst
buffer.rst
bytearray.rst
bytes.rst
call.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
capsule.rst bpo-45855: document that no_block has no use anymore in PyCapsule_Import (#29665) 2021-12-12 10:49:50 +01:00
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst
contextvars.rst
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst bpo-45711: Change exc_info related APIs to derive type and traceback from the exception instance (GH-29780) 2021-11-30 22:37:04 +00:00
file.rst
float.rst
function.rst
gcsupport.rst bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) 2021-10-27 21:15:13 +02:00
gen.rst
import.rst
index.rst
init.rst bpo-43931: Export Python version as API data (GH-25577) 2021-12-09 17:52:05 -08:00
init_config.rst bpo-45582: Port getpath[p].c to Python (GH-29041) 2021-12-03 00:08:42 +00:00
intro.rst bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419) 2021-09-17 22:46:38 +02:00
iter.rst bpo-45250: fix docs regarding __iter__ and iterators being inconsistently required by CPython (GH-29170) 2021-11-19 16:40:34 -08:00
iterator.rst
list.rst
long.rst
mapping.rst
marshal.rst
memory.rst
memoryview.rst
method.rst
module.rst Note that tp_clear and m_clear are not always called (GH-27581) 2021-08-04 20:01:31 +02:00
none.rst
number.rst
objbuffer.rst
object.rst bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) 2021-09-07 11:52:30 +01:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
stable.rst
structures.rst bpo-39573: Py_TYPE becomes a static inline function (GH-28128) 2021-09-08 11:59:13 +02:00
sys.rst
tuple.rst
type.rst Fix minor typo in Doc/c-api/type.rst (GH-28432) 2021-09-18 09:45:33 +08:00
typehints.rst Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450) 2021-09-19 18:05:30 +03:00
typeobj.rst Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208) 2021-12-19 15:05:46 -06:00
unicode.rst
utilities.rst
veryhigh.rst
weakref.rst