cpython/Doc/c-api
Serhiy Storchaka e89f2a0be1
[3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452)
(cherry picked from commit 1e75fe1468)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 808a77612f)
2024-03-07 08:35:24 +00:00
..
abstract.rst bpo-41103: Resurrect the old buffer protocol. (GH-27437) 2021-07-29 12:46:47 +02:00
allocation.rst [3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753) 2023-08-07 16:17:12 -06:00
apiabiversion.rst [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373) 2023-07-28 06:44:54 +00:00
arg.rst [3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753) 2023-08-07 16:17:12 -06:00
bool.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
buffer.rst [3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115293) 2024-02-11 10:42:28 +00:00
bytearray.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
bytes.rst [3.11] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888) (GH-111691) 2023-12-25 20:24:44 +02:00
call.rst [3.11] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963) (#111220) 2023-10-23 16:09:56 +00:00
capsule.rst [3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107381) 2023-07-28 08:31:49 +00:00
cell.rst [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373) 2023-07-28 06:44:54 +00:00
code.rst [3.11] Docs: correctly link to code objects (GH-115214) (#115217) 2024-02-09 14:18:01 +00:00
codec.rst [3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107371) 2023-07-28 09:21:50 +03:00
complex.rst [3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107377) 2023-07-28 07:03:47 +00:00
concrete.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
contextvars.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
conversion.rst [3.11] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114619) 2024-01-26 17:51:36 +00:00
coro.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 2021-01-06 12:38:26 +01:00
datetime.rst [3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233) 2023-08-22 20:32:48 +02:00
descriptor.rst bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535) 2021-02-16 08:50:00 +01:00
dict.rst [3.11] Improve some C API documentation (GH-108768) (GH-108786) 2023-09-02 07:30:32 +03:00
exceptions.rst [3.11] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) (GH-115311) 2024-02-12 12:54:44 +02:00
file.rst [3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115293) 2024-02-11 10:42:28 +00:00
float.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
frame.rst [3.11] gh-101100: Properly document frame object attributes (#112735) (#112775) 2023-12-05 20:23:25 +00:00
function.rst [3.11] gh-101100: Further improve docs on function attributes (#113001) (#113031) 2023-12-12 20:36:51 +00:00
gcsupport.rst [3.11] gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (GH-114786) (#115430) 2024-02-14 16:32:58 +02:00
gen.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 2021-01-06 12:38:26 +01:00
hash.rst [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115590) 2024-02-17 14:51:28 -07:00
import.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
index.rst bpo-36763: Implement the PEP 587 (GH-13592) 2019-05-27 16:39:22 +02:00
init.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
init_config.rst [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290) 2023-08-22 20:33:07 +02:00
intro.rst [3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115293) 2024-02-11 10:42:28 +00:00
iter.rst More minor fixes to C API docs (GH-31525) 2022-04-02 12:31:05 -07:00
iterator.rst [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373) 2023-07-28 06:44:54 +00:00
list.rst [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03:00
long.rst [3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115293) 2024-02-11 10:42:28 +00:00
mapping.rst [3.11] Improve some C API documentation (GH-108768) (GH-108786) 2023-09-02 07:30:32 +03:00
marshal.rst [3.11] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105219) 2023-06-02 08:28:35 +00:00
memory.rst [3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115293) 2024-02-11 10:42:28 +00:00
memoryview.rst [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669) (GH-114705) 2024-01-29 10:02:52 +00:00
method.rst [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121) 2023-07-23 15:06:32 +03:00
module.rst [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290) 2023-08-22 20:33:07 +02:00
none.rst [3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107381) 2023-07-28 08:31:49 +00:00
number.rst [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03:00
objbuffer.rst bpo-41103: Resurrect the old buffer protocol. (GH-27437) 2021-07-29 12:46:47 +02:00
object.rst [3.11] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114637) 2024-01-27 08:02:34 +00:00
objimpl.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
refcounting.rst [3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753) 2023-08-07 16:17:12 -06:00
reflection.rst bpo-46836: Add Doc/c-api/frame.rst (GH-32051) 2022-03-23 13:19:13 +01:00
sequence.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
set.rst [3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422) 2023-11-26 05:22:17 -07:00
slice.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
stable.rst [3.11] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) (#114261) 2024-01-18 21:28:34 +01:00
structures.rst [3.11] Fix the PyGetSetDef documentation (GH-116056) (GH-116368) 2024-03-05 16:26:29 +00:00
sys.rst [3.11] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) (GH-115311) 2024-02-12 12:54:44 +02:00
tuple.rst [3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316) (GH-107333) 2023-07-27 09:27:02 +03:00
type.rst [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901) 2023-09-29 11:17:44 +02:00
typehints.rst [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373) 2023-07-28 06:44:54 +00:00
typeobj.rst [3.11] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-112742) (GH-112793) 2023-12-06 11:03:36 +01:00
unicode.rst [3.11] gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113455) (GH-115408) 2024-02-14 11:24:54 +01:00
utilities.rst [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115590) 2024-02-17 14:51:28 -07:00
veryhigh.rst [3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115293) 2024-02-11 10:42:28 +00:00
weakref.rst [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373) 2023-07-28 06:44:54 +00:00