COMMITS
/ Include/iterobject.h August 29, 2023
V
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
Victor Stinner committed
June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
April 8, 2021
V
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
Victor Stinner committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
January 18, 2020
P
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Pablo Galindo committed
April 4, 2012
A
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
Antoine Pitrou committed
April 3, 2012
K
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson committed
March 13, 2008
R
Move itertools izip() code to builtins as zip(). Complete the renaming.
Raymond Hettinger committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
November 29, 2007
C
Added all PyTypeObjects to the appropriate header files.
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
August 25, 2006
G
SF patch 1546297 (with some tweaks):
Guido van Rossum committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
March 30, 2002
M
Patch #536908: Add missing #include guards/extern "C".
Martin v. Löwis committed
April 23, 2001
G
Mondo changes to the iterator stuff, without changing how Python code
Guido van Rossum committed
April 20, 2001
G
Adding iterobject.[ch], which were accidentally not added. Sorry\!
Guido van Rossum committed