summaryrefslogtreecommitdiffstats
path: root/Modules/itertoolsmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix docstring typoAndrew M. Kuchling2003-04-141-1/+1
* Renamed PyObject_GenericGetIter to PyObject_SelfIterRaymond Hettinger2003-03-171-12/+12
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-171-96/+12
* Several of the tools can make direct calls the inner iterators.Raymond Hettinger2003-03-011-9/+24
* User requested changes to the itertools module.Raymond Hettinger2003-02-231-52/+236
* Remove unused variable.Guido van Rossum2003-02-091-1/+1
* C Code:Raymond Hettinger2003-02-091-124/+248
* * Eliminated tuple re-use in imap(). Doing it correctly made the codeRaymond Hettinger2003-02-071-62/+30
* SF bug #681003: itertools issuesRaymond Hettinger2003-02-071-6/+84
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+1532