COMMITS
/ Doc/c-api/iter.rst October 20, 2025
P
Fix typo in PyIter_Send docs (#140336)
Peter Holloway committed
August 7, 2024
E
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland committed
April 2, 2022
J
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra committed
November 20, 2021
September 7, 2021
Y
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov committed
March 23, 2021
P
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004)
Pablo Galindo committed
February 16, 2021
E
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Erlend Egeberg Aasland committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
October 13, 2020
V
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
Vladimir Matveev committed
October 10, 2020
V
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev committed
December 25, 2019
W
Minor C API documentation improvements. (GH-17696)
William Ayd 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 10, 2013
R
Issue #19005: Fix documentation for PyIter_Next().
Raymond Hettinger committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed