COMMITS
/ Doc/c-api/reflection.rst March 20, 2025
P
gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-127990)
Peter Bierma committed
June 2, 2024
A
gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)
Alyssa Coghlan committed
June 1, 2024
A
gh-118888: Further PEP 667 docs updates (gh-119893)
Alyssa Coghlan committed
A
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan committed
March 23, 2022
V
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
Victor Stinner committed
February 23, 2022
V
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
Victor Stinner committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
April 29, 2020
V
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Victor Stinner committed
April 28, 2020
V
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner committed
V
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Victor Stinner committed
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
V
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner committed
March 20, 2020
V
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
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
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
December 19, 2009
G
#7521: remove PyEval_GetRestricted() from the docs.
Georg Brandl committed
July 21, 2009
A
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed