COMMITS
/ Doc/c-api/capsule.rst November 7, 2025
P
gh-141004: Document `PyCapsule_Type` (GH-141079)
Peter Bierma committed
October 25, 2025
R
June 28, 2025
N
gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022)
Nicolas Trangez committed
July 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka committed
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
December 12, 2021
G
bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#29665)
Georg Brandl committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
May 18, 2018
S
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
Serhiy Storchaka committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
May 6, 2009
G
#5946: fix speling.
Georg Brandl committed
May 5, 2009
G
Small style edits.
Georg Brandl committed
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed