aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/iterobject.h
Commit message (Expand)AuthorAge
* gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)Victor Stinner2023-08-29
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-16
* bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)Victor Stinner2021-04-08
* bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na2020-02-13
* bpo-39372: Clean header files of declared interfaces with no implementations ...Pablo Galindo2020-01-18
* Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t...Antoine Pitrou2012-04-05
* Issue #14288: Serialization support for builtin iterators.Kristján Valur Jónsson2012-04-03
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-13
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-19
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-29
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-21
* SF patch 1546297 (with some tweaks):Guido van Rossum2006-08-25
* Excise DL_EXPORT from Include.Mark Hammond2002-08-12
* Patch #536908: Add missing #include guards/extern "C".Martin v. Löwis2002-03-30
* Mondo changes to the iterator stuff, without changing how Python codeGuido van Rossum2001-04-23
* Adding iterobject.[ch], which were accidentally not added. Sorry\!Guido van Rossum2001-04-20