summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-115664: Fix ordering of more versionadded and versionchanged direct...Serhiy Storchaka2024-03-073-5/+5
* [3.11] Fix the PyGetSetDef documentation (GH-116056) (GH-116368)Serhiy Storchaka2024-03-051-3/+3
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115...Miss Islington (bot)2024-02-172-0/+52
* [3.11] gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (GH-114786) (#...Hugo van Kemenade2024-02-141-3/+8
* [3.11] gh-113437: Update documentation about PyUnicode_AsWideChar() function ...Miss Islington (bot)2024-02-141-1/+6
* [3.11] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH...Skip Montanaro2024-02-122-18/+28
* [3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-11...Serhiy Storchaka2024-02-119-123/+120
* [3.11] Docs: correctly link to code objects (GH-115214) (#115217)Miss Islington (bot)2024-02-091-2/+3
* [3.11] gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003) (#115141)Skip Montanaro2024-02-071-5/+6
* [3.11] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) (GH...Miss Islington (bot)2024-02-051-14/+2
* [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-11466...Miss Islington (bot)2024-01-291-0/+13
* [3.11] Fix `c-api/file.rst` indexes (GH-114608) (GH-114639)Miss Islington (bot)2024-01-271-2/+3
* [3.11] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114637)Miss Islington (bot)2024-01-271-6/+2
* [3.11] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114619)Miss Islington (bot)2024-01-261-0/+36
* [3.11] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114585)Miss Islington (bot)2024-01-262-2/+15
* [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) (...Miss Islington (bot)2024-01-211-2/+2
* [3.11] gh-112092: clarify unstable ABI recompilation requirements (GH-112093)...Miss Islington (bot)2024-01-181-1/+1
* [3.11] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)...Miss Islington (bot)2024-01-171-0/+34
* [3.11] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-11...Miss Islington (bot)2023-12-251-0/+1
* [3.11] gh-101100: Improve docs on exception attributes (GH-113057) (#113062)Miss Islington (bot)2023-12-131-6/+10
* [3.11] gh-101100: Further improve docs on function attributes (#113001) (#113...Alex Waygood2023-12-121-1/+1
* [3.11] gh-101100: Improve documentation on function attributes (#112933) (#11...Alex Waygood2023-12-121-10/+13
* [3.11] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-062-3/+3
* [3.11] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` param...Miss Islington (bot)2023-12-061-3/+3
* [3.11] gh-101100: Properly document frame object attributes (#112735) (#112775)Alex Waygood2023-12-052-6/+7
* [3.11] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112745)Serhiy Storchaka2023-12-051-97/+97
* [3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422)Hugo van Kemenade2023-11-261-1/+1
* [3.11] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963...Miss Islington (bot)2023-10-231-0/+2
* [3.11] C-API docs: Clarify the size of arenas (GH-110895) (#110947)Miss Islington (bot)2023-10-161-1/+2
* [3.11] gh-110527: Improve `PySet_Clear` docs (GH-110528) (#110927)Miss Islington (bot)2023-10-161-1/+3
* [3.11] gh-110631: Fix reST indentation (GH-110724) (#110739)Ezio Melotti2023-10-111-12/+12
* [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345...Adam Turner2023-09-296-25/+38
* [3.11] gh-107298: Document PyMODINIT_FUNC macro (#109236) (#109948)Victor Stinner2023-09-271-0/+24
* [3.11] Improve some C API documentation (GH-108768) (GH-108786)Serhiy Storchaka2023-09-023-44/+43
* [3.11] [3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (GH-108448) (#...Miss Islington (bot)2023-08-251-3/+5
* [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Serhiy Storchaka2023-08-224-6/+16
* [3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233)Miss Islington (bot)2023-08-221-14/+57
* [3.11] gh-107298: Fix some references in the C API documentation (GH-108072) ...Serhiy Storchaka2023-08-171-1/+1
* [3.11] gh-107298: Fix C API Buffer documentation (GH-108011) (#108041)Miss Islington (bot)2023-08-162-10/+14
* [3.11] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107872)Miss Islington (bot)2023-08-111-3/+7
* [3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)Eric Snow2023-08-0712-79/+113
* [3.11] Fix the documentation for PyCode_New add qualname parameter (GH-107186...da-woods2023-07-301-4/+4
* [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Miss Islington (bot)2023-07-291-0/+6
* [3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...Serhiy Storchaka2023-07-289-26/+39
* [3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-2816-67/+70
* [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373)Serhiy Storchaka2023-07-2810-26/+26
* [3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...Serhiy Storchaka2023-07-284-4/+4
* [3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: referen...Serhiy Storchaka2023-07-272-39/+40
* [3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)Serhiy Storchaka2023-07-276-54/+60
* [3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)Miss Islington (bot)2023-07-262-10/+12