COMMITS
/ Doc/c-api/call.rst January 14, 2026
P
gh-141004: Document old provisional names for vectorcall/code API (GH-143568)
Petr Viktorin committed
October 23, 2023
A
Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963)
Anthony Shaw committed
July 24, 2023
D
Fix PyVectorcall_Function doc versionadded (#107140)
da-woods committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
June 30, 2023
V
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner committed
November 6, 2022
W
gh-98586: Add What's New entry and update docs (#99056)
Wenzel Jakob committed
October 4, 2022
A
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
Adam Turner committed
August 4, 2022
P
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#95437)
Petr Viktorin committed
June 8, 2022
P
gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581)
Petr Viktorin committed
April 2, 2022
J
More minor fixes to C API docs (GH-31714)
Jelle Zijlstra committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
May 25, 2020
M
bpo-39245: Fix docs links to the stable ABI (GH-20388)
Miro Hrončok committed
February 6, 2020
P
bpo-39245: Make Vectorcall C API public (GH-17893)
Petr Viktorin committed
November 12, 2019
J
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer committed