summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (GH-113564) (...Miss Islington (bot)2024-01-241-9/+10
* [3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) (...Miss Islington (bot)2024-01-211-2/+2
* [3.12] gh-112092: clarify unstable ABI recompilation requirements (GH-112093)...Miss Islington (bot)2024-01-181-1/+1
* [3.12] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)...Miss Islington (bot)2024-01-171-0/+34
* [3.12] gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL wh...Miss Islington (bot)2023-12-311-1/+1
* [3.12] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-11...Miss Islington (bot)2023-12-251-0/+1
* [3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)Miss Islington (bot)2023-12-131-6/+10
* [3.12] gh-101100: Further improve docs on function attributes (GH-113001) (#1...Miss Islington (bot)2023-12-121-1/+1
* [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...Hugo van Kemenade2023-12-121-10/+13
* Doc: c-api: fix order of PyMemberDef fields (GH-112879)Miss Islington (bot)2023-12-101-4/+4
* [3.12] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-062-3/+3
* [3.12] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` param...Miss Islington (bot)2023-12-061-3/+3
* [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...Miss Islington (bot)2023-12-052-6/+7
* [3.12] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112744)Serhiy Storchaka2023-12-051-91/+91
* [3.12] gh-112671: Fixing typo in the Macro Docs (GH-112715) (GH-112726)Miss Islington (bot)2023-12-041-1/+1
* [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420)Hugo van Kemenade2023-11-261-1/+1
* [3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (G...Miss Islington (bot)2023-10-301-0/+8
* [3.12] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963...Miss Islington (bot)2023-10-231-0/+2
* [3.12] C-API docs: Clarify the size of arenas (GH-110895) (#110946)Miss Islington (bot)2023-10-161-1/+2
* [3.12] gh-110527: Improve `PySet_Clear` docs (GH-110528) (#110928)Miss Islington (bot)2023-10-161-1/+3
* [3.12] gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-1108...Miss Islington (bot)2023-10-132-15/+32
* [3.12] gh-110631: Fix reST indentation (GH-110724) (#110738)Ezio Melotti2023-10-111-12/+12
* [3.12] Fix typos in docs and comments (#109619) (#109621)Alex Waygood2023-10-021-1/+1
* [3.12] gh-107298: Document PyMODINIT_FUNC macro (GH-109236) (#109947)Miss Islington (bot)2023-09-271-0/+24
* [3.12] Improve some C API documentation (GH-108768) (#108785)Serhiy Storchaka2023-09-023-44/+43
* [3.12] Fix misc doc typos (GH-108592) (#108594)Miss Islington (bot)2023-08-292-2/+2
* [3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (#108448)Victor Stinner2023-08-251-3/+5
* [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Miss Islington (bot)2023-08-224-6/+18
* [3.12] gh-107298: Fix C API datetime documentation (GH-108034). (#108234)Serhiy Storchaka2023-08-211-14/+57
* [3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ...Miss Islington (bot)2023-08-171-1/+1
* [3.12] gh-107298: Fix C API Buffer documentation (GH-108011). (#108048)Serhiy Storchaka2023-08-162-10/+14
* [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...Miss Islington (bot)2023-08-161-2/+2
* [3.12] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107871)Miss Islington (bot)2023-08-111-3/+7
* [3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (...Miss Islington (bot)2023-08-0813-85/+143
* [3.12] gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107...Miss Islington (bot)2023-07-311-0/+6
* [3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403...Miss Islington (bot)2023-07-312-0/+32
* [3.12] Fix the documentation for PyCode_New add `qualname` parameter (GH-1071...Miss Islington (bot)2023-07-291-4/+4
* [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Serhiy Storchaka2023-07-291-0/+6
* [3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402)Miss Islington (bot)2023-07-281-15/+194
* [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...Serhiy Storchaka2023-07-2811-30/+43
* [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-2816-70/+73
* [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)Serhiy Storchaka2023-07-2811-29/+29
* [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...Miss Islington (bot)2023-07-284-4/+4
* [3.12] gh-107298: Docs: add targets for some :c:member: and :c:macro: referen...Miss Islington (bot)2023-07-272-39/+40
* [3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)Serhiy Storchaka2023-07-276-54/+60
* [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)Miss Islington (bot)2023-07-262-10/+12
* [3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)Miss Islington (bot)2023-07-265-11/+13
* [3.12] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107173)Miss Islington (bot)2023-07-241-1/+1
* [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...Miss Islington (bot)2023-07-232-3/+3
* [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)Miss Islington (bot)2023-07-235-8/+8