cpython/Doc/c-api
Miss Islington (bot) e1c396d164
[3.9] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105221)
(cherry picked from commit ee26ca13a1)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2023-06-05 17:42:16 +02:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst Document Py_ssize_t. (GH-92512) 2022-05-13 07:10:10 -07:00
bool.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
buffer.rst
bytearray.rst [3.9] More minor fixes to C API docs (GH-31714) (GH-32260) 2022-04-02 16:00:13 -07:00
bytes.rst Document Py_ssize_t. (GH-92512) 2022-05-13 07:10:10 -07:00
call.rst [3.9] More minor fixes to C API docs (GH-31714) (GH-32260) 2022-04-02 16:00:13 -07:00
capsule.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
cell.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
code.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
codec.rst
complex.rst bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26761) 2021-06-16 20:13:53 +01:00
concrete.rst [3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757) 2021-06-16 08:34:52 -07:00
contextvars.rst bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25689) 2021-04-28 17:11:15 +02:00
conversion.rst closes bpo-43266: Improve array formatting. (GH-24573) 2021-02-19 07:55:44 -08:00
coro.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
datetime.rst [3.9] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94835) 2022-07-28 15:31:17 -04:00
descriptor.rst
dict.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
exceptions.rst [3.9] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92471) 2022-05-08 08:28:37 -07:00
file.rst
float.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
function.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
gcsupport.rst bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29248) 2021-10-28 21:23:19 +02:00
gen.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
import.rst bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878) 2021-06-23 17:47:33 +02:00
index.rst
init.rst gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92329) 2022-05-06 14:47:30 +02:00
init_config.rst [3.9] More minor fixes to C API docs (GH-31714) (GH-32260) 2022-04-02 16:00:13 -07:00
intro.rst Document Py_ssize_t. (GH-92512) 2022-05-13 07:10:10 -07:00
iter.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
iterator.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
list.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
long.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
mapping.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
marshal.rst [3.9] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105221) 2023-06-05 17:42:16 +02:00
memory.rst c-api docs: There are five fields, not four (GH-32379) 2022-04-07 07:32:09 -07:00
memoryview.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
method.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
module.rst Note that tp_clear and m_clear are not always called (GH-27581) (GH-27597) 2021-08-04 20:24:03 +02:00
none.rst
number.rst Document Py_ssize_t. (GH-92512) 2022-05-13 07:10:10 -07:00
objbuffer.rst
object.rst Document Py_ssize_t. (GH-92512) 2022-05-13 07:10:10 -07:00
objimpl.rst
refcounting.rst
reflection.rst bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) 2022-02-23 11:15:57 -08:00
sequence.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
set.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
slice.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
stable.rst
structures.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
sys.rst Document Py_ssize_t. (GH-92512) 2022-05-13 07:10:10 -07:00
tuple.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
type.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
typehints.rst [3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757) 2021-06-16 08:34:52 -07:00
typeobj.rst Document Py_ssize_t. (GH-92512) 2022-05-13 07:10:10 -07:00
unicode.rst Document Py_ssize_t. (GH-92512) 2022-05-13 07:10:10 -07:00
utilities.rst
veryhigh.rst [3.9] Minor fixes to C API docs (GH-31501) (GH-31526) 2022-03-01 20:45:54 -08:00
weakref.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00