cpython/Doc/c-api
Miss Islington (bot) 229dc17f7a
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330)
(cherry picked from commit 43b135f94e)

Co-authored-by: Robert Howlett <robert@howletts.org.uk>

Co-authored-by: Robert Howlett <robert@howletts.org.uk>
2022-05-06 14:47:09 +02:00
..
abstract.rst bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) 2021-07-29 13:31:42 +02:00
allocation.rst
apiabiversion.rst bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) 2021-05-13 22:29:09 -07:00
arg.rst
bool.rst
buffer.rst
bytearray.rst More minor fixes to C API docs (GH-31714) 2022-04-02 12:54:04 -07:00
bytes.rst More minor fixes to C API docs (GH-31714) 2022-04-02 12:54:04 -07:00
call.rst More minor fixes to C API docs (GH-31714) 2022-04-02 12:54:04 -07:00
capsule.rst
cell.rst
code.rst Document PyCode_Addr2Line function. (GH-25111) 2021-04-02 13:24:57 +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-26760) 2021-06-16 20:13:37 +01:00
concrete.rst bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) 2021-06-16 07:34:45 -07:00
contextvars.rst bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) 2021-04-28 07:03:19 -07:00
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst More minor fixes to C API docs (GH-31714) 2022-04-02 12:54:04 -07:00
file.rst
float.rst
function.rst
gcsupport.rst [3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29249) 2021-10-28 21:22:57 +02:00
gen.rst
import.rst bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877) 2021-06-23 17:47:38 +02:00
index.rst
init.rst gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330) 2022-05-06 14:47:09 +02:00
init_config.rst More minor fixes to C API docs (GH-31714) 2022-04-02 12:54:04 -07:00
intro.rst bpo-43774: Enhance debug build documentation (GH-25712) 2021-04-29 13:06:59 +02:00
iter.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
iterator.rst
list.rst
long.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
mapping.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
marshal.rst
memory.rst c-api docs: There are five fields, not four (GH-32379) 2022-04-07 07:27:40 -07:00
memoryview.rst
method.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
module.rst Note that tp_clear and m_clear are not always called (GH-27581) 2021-08-04 11:23:41 -07:00
none.rst
number.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
objbuffer.rst bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) 2021-07-29 13:31:42 +02:00
object.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
objimpl.rst
refcounting.rst
reflection.rst bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) 2022-02-23 11:12:51 -08:00
sequence.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
set.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
slice.rst
stable.rst Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123) 2021-05-14 14:28:08 +02:00
structures.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
sys.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
tuple.rst
type.rst [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) 2022-04-02 16:00:51 -07:00
typehints.rst bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) 2021-06-16 07:34:45 -07:00
typeobj.rst [3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91662) 2022-04-19 13:01:09 -07:00
unicode.rst Document the lifetime of PyUnicode_AsUTF8String (GH-92325) 2022-05-06 02:55:01 -07:00
utilities.rst
veryhigh.rst Minor fixes to C API docs (GH-31501) 2022-02-22 20:57:02 -08:00
weakref.rst