COMMITS
/ Doc/c-api/gcsupport.rst December 8, 2025
S
gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272)
Sam Gross committed
May 20, 2025
R
gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)
Richard Hansen committed
May 18, 2025
D
document `Py_VISIT` as a macro in the docs (#133688)
da-woods committed
April 12, 2025
D
Docs: Fix specifications of `gcvisitobjects_t` (#132433)
da-woods committed
February 10, 2024
N
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)
Nikita Sobolev committed
July 27, 2023
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
July 26, 2023
V
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
May 2, 2023
J
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić committed
March 14, 2023
J
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
Jacob Bower committed
October 27, 2021
S
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
Sam Gross committed
May 29, 2021
P
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)
Pablo Galindo committed
P
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442)
Pablo Galindo committed
April 28, 2021
S
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder committed
April 14, 2020
H
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi committed
April 11, 2020
P
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461)
Pablo Galindo 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
November 13, 2018
V
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner committed
May 21, 2018
I
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
INADA Naoki committed
June 2, 2016
B
note that Py_VISIT handles NULL (closes #27183)
Benjamin Peterson committed
August 1, 2013
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
March 14, 2010
G
Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from
Georg Brandl committed
April 27, 2009
J
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Jeroen Ruigrok van der Werven committed
J
Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from
Jeroen Ruigrok van der Werven committed
April 26, 2009
J
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Jeroen Ruigrok van der Werven committed
January 20, 2008
G
Fix two oversights in C API split.
Georg Brandl committed
G
Split C API docs in Py3k branch.
Georg Brandl committed