summaryrefslogtreecommitdiffstats
path: root/Doc/library/itertools.rst
Commit message (Expand)AuthorAgeFilesLines
* Make starmap() match its pure python definition and accept any itertable inpu...Raymond Hettinger2008-01-171-4/+6
* Improve docs for itertools.groupby(). The use of xrange(0) to create a uniqu...Raymond Hettinger2007-12-291-1/+1
* Simpler documentation for itertools.tee(). Should be backported.Raymond Hettinger2007-12-291-7/+6
* Add :term:s for iterator.Georg Brandl2007-10-211-1/+1
* Add :term: for generators.Georg Brandl2007-10-211-2/+2
* itertools.count() no longer limited to sys.maxint.Raymond Hettinger2007-10-041-7/+3
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+550