COMMITS
/ Doc/c-api/structures.rst April 2, 2022
J
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
Jelle Zijlstra committed
August 2, 2021
M
Document PyMember_GetOne and PyMember_SetOne (GH-27555)
Miss Islington (bot) committed
April 10, 2021
V
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner committed
November 18, 2020
V
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner committed
November 10, 2020
P
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
Petr Viktorin committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
May 27, 2020
V
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner committed
May 25, 2020
D
bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)
Dong-hee Na committed
May 11, 2020
May 7, 2020
H
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)
Hai Shi committed
P
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Petr Viktorin committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
B
bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496)
Brandt Bucher committed
February 7, 2020
V
bpo-39573: Add Py_SET_SIZE() function (GH-18400)
Victor Stinner committed
V
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner committed
V
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner committed
December 28, 2019
G
bpo-39136: Fixed typos (GH-17720)
Gurupad Hegde committed
November 12, 2019
J
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
September 25, 2019
P
bpo-38140: Document offsets in PyMemberDef (GH-16354)
Petr Viktorin committed
September 10, 2019
J
bpo-36971: add subsections in C API "Common Object Structures" page (#13446)
Jeroen Demeyer committed
August 16, 2019
J
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer committed
June 16, 2019
J
bpo-28805: document METH_FASTCALL (GH-14079)
Jeroen Demeyer committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
November 17, 2018
W
bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580)
Windson yang committed
September 15, 2017
M
bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)
Michael Seifert committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
C
bpo-29917: DOC: Remove link from PyMethodDef (#890)
csabella committed
January 11, 2017
M
Issue #15657: METH_KEYWORDS cannot be used alone in Python 3
Martin Panter committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
June 12, 2016
B
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag committed
July 7, 2015
Z
Fix usage of the default role.
Zachary Ware committed
Z
Fix suspicious markup
Zachary Ware committed
April 14, 2015
G
issue9014: Include more formatting on :c:type:`PyObject` etc.
Gregory P. Smith committed
G
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
Gregory P. Smith committed
January 13, 2015
B
fix instances of consecutive articles (closes #23221)
Benjamin Peterson committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
January 3, 2010
E
Merged revisions 77271 via svnmerge from
Ezio Melotti committed
December 30, 2009
B
Merged revisions 77157 via svnmerge from
Benjamin Peterson committed
July 11, 2009
G
April 26, 2009
J
Merged revisions 71874,71882,71890 via svnmerge from
Jeroen Ruigrok van der Werven committed
J
Merged revisions 71873 via svnmerge from
Jeroen Ruigrok van der Werven committed
April 5, 2009
January 3, 2009
G
Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from
Georg Brandl committed
July 2, 2008
A
#3247: get rid of Py_FindMethods
Amaury Forgeot d'Arc committed
March 26, 2008
C
Merged revisions 61952-61953 via svnmerge from
Christian Heimes committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed