COMMITS
/ Doc/c-api/structures.rst March 5, 2024
M
[3.12] Fix the PyGetSetDef documentation (GH-116056) (GH-116363)
Miss Islington (bot) committed
February 11, 2024
S
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)
Serhiy Storchaka committed
January 24, 2024
M
[3.12] gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (GH-113564) (#114527)
Miss Islington (bot) committed
January 17, 2024
M
[3.12] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557) (GH-114119)
Miss Islington (bot) committed
December 10, 2023
M
Doc: c-api: fix order of PyMemberDef fields (GH-112879)
Miss Islington (bot) committed
December 4, 2023
M
[3.12] gh-112671: Fixing typo in the Macro Docs (GH-112715) (GH-112726)
Miss Islington (bot) committed
October 13, 2023
M
[3.12] gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813) (#110823)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
July 27, 2023
S
[3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)
Serhiy Storchaka committed
July 26, 2023
M
[3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)
Miss Islington (bot) committed
July 21, 2023
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
Serhiy Storchaka committed
June 6, 2023
V
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#105371)
Victor Stinner committed
June 5, 2023
M
[3.12] gh-97908: CAPI docs: Remove repeated struct names from member docs (GH-100054) (#105057)
Miss Islington (bot) committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
January 10, 2023
S
Fix typos in Doc folder (#100880)
Semen Zhydenko committed
December 17, 2022
R
gh-97909: Fix markup for `PyMethodDef` members (#100089)
ram vikram singh committed
November 22, 2022
P
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
Petr Viktorin committed
November 3, 2022
J
gh-97909: PyMemberDef & PyGetSetDef members are not marked up (GH-98810)
Johnny11502 committed
October 24, 2022
J
gh-97909: Mark up members of PyMemberDef (GH-98473)
Johnny11502 committed
October 15, 2022
October 4, 2022
A
gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)
Adam Turner committed
A
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
Adam Turner committed
August 30, 2022
M
GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)
Mark Shannon committed
June 8, 2022
P
gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581)
Petr Viktorin 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