summaryrefslogtreecommitdiff
path: root/Include/iterobject.h
Commit message (Expand)AuthorAgeFilesLines
* 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