cpython/Doc/c-api
Miss Islington (bot) 3bf5d90360
[3.12] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114638)
(cherry picked from commit 926881dc10)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
2024-01-27 08:02:15 +00:00
..
abstract.rst
allocation.rst [3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752) 2023-08-08 16:25:35 +02:00
apiabiversion.rst [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375) 2023-07-28 06:40:16 +00:00
arg.rst [3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752) 2023-08-08 16:25:35 +02:00
bool.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
buffer.rst [3.12] gh-107298: Fix C API Buffer documentation (GH-108011). (#108048) 2023-08-17 01:20:23 +02:00
bytearray.rst GH-97950: Use new-style index directive ('object') (#104158) 2023-05-04 13:04:41 +03:00
bytes.rst [3.12] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888) (GH-111690) 2023-12-25 20:24:22 +02:00
call.rst [3.12] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963) (#111219) 2023-10-23 16:09:59 +00:00
capsule.rst [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380) 2023-07-28 08:20:53 +00:00
cell.rst [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375) 2023-07-28 06:40:16 +00:00
code.rst [3.12] Fix the documentation for PyCode_New add qualname parameter (GH-107186) (#107440) 2023-07-29 17:52:17 +00:00
codec.rst [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107370) 2023-07-28 06:17:49 +00:00
complex.rst [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376) 2023-07-28 09:56:52 +03:00
concrete.rst GH-97950: Use new-style index directive ('object') (#104158) 2023-05-04 13:04:41 +03:00
contextvars.rst
conversion.rst [3.12] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114618) 2024-01-26 17:50:33 +00:00
coro.rst
datetime.rst [3.12] gh-107298: Fix C API datetime documentation (GH-108034). (#108234) 2023-08-21 21:44:45 +02:00
descriptor.rst
dict.rst [3.12] Improve some C API documentation (GH-108768) (#108785) 2023-09-02 23:43:41 +02:00
exceptions.rst [3.12] gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the error indicator is not set (GH-113369) (#113606) 2023-12-31 23:22:55 +00:00
file.rst [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951) 2023-07-21 14:48:15 +03:00
float.rst [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951) 2023-07-21 14:48:15 +03:00
frame.rst [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112772) 2023-12-05 19:34:06 +00:00
function.rst [3.12] gh-101100: Further improve docs on function attributes (GH-113001) (#113030) 2023-12-12 20:28:10 +00:00
gcsupport.rst [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376) 2023-07-28 09:56:52 +03:00
gen.rst
import.rst [3.12] gh-101100: Improve documentation of code object attributes (#112781) (#112816) 2023-12-06 22:11:53 +00:00
index.rst
init.rst [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112772) 2023-12-05 19:34:06 +00:00
init_config.rst [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284) 2023-08-22 16:16:31 +02:00
intro.rst [3.12] gh-107298: Document PyMODINIT_FUNC macro (GH-109236) (#109947) 2023-09-27 17:38:28 +02:00
iter.rst
iterator.rst [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375) 2023-07-28 06:40:16 +00:00
list.rst GH-97950: Use new-style index directive ('builtin') (#104164) 2023-05-06 06:54:08 +03:00
long.rst [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951) 2023-07-21 14:48:15 +03:00
mapping.rst [3.12] Improve some C API documentation (GH-108768) (#108785) 2023-09-02 23:43:41 +02:00
marshal.rst [3.12] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105218) 2023-06-02 08:24:25 +00:00
memory.rst [3.12] gh-101100: Fix sphinx warnings in Doc/c-api/memory.rst (GH-114373) (#114377) 2024-01-21 09:41:00 +00:00
memoryview.rst GH-97950: Use new-style index directive ('object') (#104158) 2023-05-04 13:04:41 +03:00
method.rst [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113) 2023-07-23 14:50:21 +03:00
module.rst [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284) 2023-08-22 16:16:31 +02:00
none.rst [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380) 2023-07-28 08:20:53 +00:00
number.rst GH-97950: Use new-style index directive ('builtin') (#104164) 2023-05-06 06:54:08 +03:00
objbuffer.rst
object.rst [3.12] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114638) 2024-01-27 08:02:15 +00:00
objimpl.rst
perfmaps.rst gh-103295: expose API for writing perf map files (#103546) 2023-05-21 11:12:24 +01:00
refcounting.rst [3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752) 2023-08-08 16:25:35 +02:00
reflection.rst
sequence.rst [3.12] gh-101100: Fix some broken sphinx references (GH-107095) (#107103) 2023-07-23 12:00:31 +02:00
set.rst [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) 2023-11-26 05:22:13 -07:00
slice.rst [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951) 2023-07-21 14:48:15 +03:00
stable.rst [3.12] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) (#114260) 2024-01-18 21:28:04 +01:00
structures.rst [3.12] gh-101100: Fix Sphinx warnings in c-api/structures.rst (GH-113564) (#114527) 2024-01-24 13:48:36 +00:00
sys.rst [3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752) 2023-08-08 16:25:35 +02:00
tuple.rst [3.12] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316) (GH-107332) 2023-07-27 09:37:54 +03:00
type.rst [3.12] gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813) (#110823) 2023-10-13 12:59:55 +00:00
typehints.rst [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375) 2023-07-28 06:40:16 +00:00
typeobj.rst [3.12] gh-111178: Docs: fix traverseproc, inquiry, and destructor parameters in slot typedefs table (GH-112742) (GH-112792) 2023-12-06 11:03:22 +01:00
unicode.rst [3.12] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112744) 2023-12-05 11:30:44 +02:00
utilities.rst gh-103295: expose API for writing perf map files (#103546) 2023-05-21 11:12:24 +01:00
veryhigh.rst [3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330) 2023-07-27 09:24:18 +03:00
weakref.rst [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375) 2023-07-28 06:40:16 +00:00