Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make starmap() match its pure python definition and accept any itertable inpu... | Raymond Hettinger | 2008-01-17 | 1 | -4/+6 |
* | Improve docs for itertools.groupby(). The use of xrange(0) to create a uniqu... | Raymond Hettinger | 2007-12-29 | 1 | -1/+1 |
* | Simpler documentation for itertools.tee(). Should be backported. | Raymond Hettinger | 2007-12-29 | 1 | -7/+6 |
* | Add :term:s for iterator. | Georg Brandl | 2007-10-21 | 1 | -1/+1 |
* | Add :term: for generators. | Georg Brandl | 2007-10-21 | 1 | -2/+2 |
* | itertools.count() no longer limited to sys.maxint. | Raymond Hettinger | 2007-10-04 | 1 | -7/+3 |
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+550 |