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