COMMITS
/ Doc/c-api/function.rst November 9, 2025
P
gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294)
Peter Bierma committed
November 6, 2025
R
docs: fix a grammatical error in function.rst (#140990)
RayXu committed
October 10, 2025
D
gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers (#139925)
Dino Viehland committed
June 25, 2025
P
gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762)
Peter Bierma committed
May 25, 2025
J
Fix sphinx-lint warnings (default-role used). (GH-134647)
Julien Palard committed
February 16, 2025
S
gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (#130174)
Stan Ulbrych committed
December 12, 2023
A
gh-101100: Further improve docs on function attributes (#113001)
Alex Waygood committed
December 11, 2023
A
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood committed
December 6, 2023
A
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
March 8, 2023
C
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer committed
February 17, 2023
Y
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)
Yeojin Kim committed
November 22, 2022
September 15, 2022
A
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost committed
July 7, 2021
G
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta committed
February 18, 2021
V
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
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 10, 2016
B
improve PyFunction_New docs (closes #26986)
Benjamin Peterson committed
February 10, 2016
M
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter committed
November 25, 2011
A
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
July 13, 2008
A
Mention the behaviour of PyFunction_SetAnnotations() on error.
Alexandre Vassalotti committed
A
Added documentation for PyFunction_GetAnnotations() and
Alexandre Vassalotti committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed