Commits
User selector
Commit history
Commits on Jun 5, 2023
[3.7] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105223)
Show description for 32590d5andauthored
Commits on Jul 14, 2022
[3.7] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94833)
Show description for dfc5e45authored
Commits on Apr 27, 2020
[3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19728)
Show description for 70ba814andauthored
Commits on Mar 17, 2020
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Show description for 4e3a7f9andauthored
Commits on Mar 13, 2020
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18963)
Show description for 962c722andauthored
Commits on Mar 3, 2020
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Show description for 72fff60andauthored
Commits on Feb 26, 2020
Doc: int -> int or Py_ssize_t (GH-18663)
Show description for 0ef328aandauthored
Commits on Feb 21, 2020
fix(doc): set correct RST syntax for c:function (GH-18589)
Show description for 50ce890andauthored
Commits on Feb 11, 2020
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
Show description for fcfc3c8andauthored
Commits on Jan 21, 2020
PyLong_AsLongLong() docs should say 'long long' (GH-18082) (#18109)
Show description for d76ff72authored andcommitted
Commits on Dec 25, 2019
Minor C API documentation improvements. (GH-17698)
Show description for 090bc14authored andcommitted
Commits on Nov 21, 2019
Fixed an incorrect sentence in the docs (GH-17205)
Show description for 7efeb75andauthored
Commits on Nov 5, 2019
[3.7] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17027)
Show description for 4342af0authored
Commits on Oct 30, 2019
[3.7] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17004)
Show description for 951b6c3authored[3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-17000)
Show description for 7f7f986authored
Commits on Oct 26, 2019
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Show description for 334fc92andauthored
Commits on Sep 12, 2019
Emphasize the need to always call PySequence_Fast. (GH-11140)
Show description for 6e0c066andauthoredbpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
Show description for c8d1338andauthored
Commits on Sep 11, 2019
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15998)
Show description for c62da14authored andcommittedbpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15991)
Show description for c112fafauthored andcommitted
Commits on Sep 10, 2019
Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)
Show description for 14514b6andauthored
Commits on Jul 31, 2019
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994) (GH-15055)
Show description for 3533061authored andcommitted
Commits on Jul 17, 2019
Docs: Correct formatting of a multiline code block (GH-13806)
Show description for ba3c89fandauthored
Commits on Jul 6, 2019
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14625)
Show description for 9c930d0andcommittedcloses bpo-37508: Fix name of type in memory.rst. (GH-14604)
Show description for af5e62eandauthored
Commits on Jul 3, 2019
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
Show description for 6323ac1andauthored
Commits on Jun 28, 2019
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
Show description for 99f2f85andauthored
Commits on Jun 17, 2019
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158)
Show description for ac4202eauthored
Commits on Jun 16, 2019
bpo-28805: document METH_FASTCALL (GH-14079)
Show description for b101fa7andauthored
Commits on Jun 7, 2019
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896)
Show description for e36ed47authored andcommitted
Commits on May 24, 2019
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)
Show description for 310f414andauthored
Commits on May 22, 2019
bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487)
Show description for a58db96authored
Commits on May 19, 2019
bpo-36783: Add new references for C API Documentation changes (GH-13204)
Show description for 951b161andauthored
Commits on May 8, 2019
bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)
Show description for ed8860candauthored
Commits on May 7, 2019
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147)
Show description for 146010eandauthored