COMMITS
/ Doc/c-api/structures.rst March 5, 2024
S
[3.11] Fix the PyGetSetDef documentation (GH-116056) (GH-116368)
Serhiy Storchaka committed
January 17, 2024
M
[3.11] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557) (GH-114120)
Miss Islington (bot) committed
September 29, 2023
July 28, 2023
S
[3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107377)
Serhiy Storchaka committed
July 27, 2023
S
[3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)
Serhiy Storchaka committed
July 26, 2023
S
[3.11] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107311)
Serhiy Storchaka committed
July 21, 2023
S
[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952)
Serhiy Storchaka committed
May 6, 2023
M
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot) committed
December 17, 2022
M
gh-97909: Fix markup for `PyMethodDef` members (GH-100089)
Miss Islington (bot) committed
October 5, 2022
M
[3.11] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (GH-97775) (#97873)
Miss Islington (bot) committed
M
[3.11] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97889)
Miss Islington (bot) committed
June 10, 2022
M
gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581) (GH-93604)
Miss Islington (bot) committed
April 21, 2022
V
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner committed
April 2, 2022
J
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra committed
March 31, 2022
V
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner committed
September 8, 2021
V
bpo-39573: Py_TYPE becomes a static inline function (GH-28128)
Victor Stinner committed
August 2, 2021
K
Document PyMember_GetOne and PyMember_SetOne (GH-27555)
Ken Jin committed
June 8, 2021
P
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26493)" (GH-26596)
Pablo Galindo committed
June 3, 2021
V
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner 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