COMMITS
/ Doc/c-api/code.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
January 14, 2026
P
gh-141004: Document old provisional names for vectorcall/code API (GH-143568)
Petr Viktorin committed
November 13, 2025
P
gh-141004: Document `PyCode_Optimize` (GH-141378)
Peter Bierma committed
October 25, 2025
R
Fix typo in `Doc/c-api/code.rst` (#140586)
RayXu committed
July 7, 2025
P
gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980)
Petr Viktorin committed
May 25, 2025
J
Fix sphinx-lint warnings (default-role used). (GH-134647)
Julien Palard committed
October 8, 2024
A
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan committed
September 17, 2024
R
Use pep role instead of url (#121611)
Rafael Fontenelle committed
March 19, 2024
B
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk committed
February 21, 2024
B
gh-115653: Document PyCode_GetFirstFree() (#115654)
Bogdan Romanyuk committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
February 9, 2024
E
Docs: correctly link to code objects (#115214)
Erlend E. Aasland committed
July 29, 2023
D
Fix the documentation for PyCode_New add `qualname` parameter (#107186)
da-woods committed
July 26, 2023
V
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner committed
March 8, 2023
C
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer committed
February 28, 2023
P
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin committed
February 4, 2023
M
Add missing `versionadded` directive for `PyCode_Addr2Location` (#101347)
Max Bachmann committed
December 2, 2022
I
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher committed
September 19, 2022
C
gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
C.A.M. Gerlach committed
August 4, 2022
K
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin committed
May 3, 2022
K
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin committed
April 21, 2022
March 30, 2022
H
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade committed
July 13, 2021
A
bpo-43950: Add documentation for PEP-657 (GH-27047)
Ammar Askar committed
April 2, 2021
M
Document PyCode_Addr2Line function. (GH-25111)
Mark Shannon committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
December 25, 2019
C
Fix the miscellaneous typo (GH-17700)
cocoatomo committed
October 26, 2019
S
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower committed
July 1, 2019
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
June 1, 2019
P
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
Pablo Galindo committed
May 31, 2019
P
Document changes for PyCode_New regarding PEP570 (GH-13706)
Pablo Galindo committed
May 28, 2019
P
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
June 2, 2016
T
[Issue 15476] Make "code object" its own entry in the index
Tommy Beadle committed
October 10, 2015
M
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter committed
June 3, 2012
E
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky committed
January 20, 2012
M
Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function.
Meador Inge committed
January 15, 2011
G
Fix a few doc errors, mostly undefined keywords.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
July 21, 2009
A
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti committed