Raymond Hettinger
|
81a885af05
|
Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object().
|
2007-12-29 22:16:24 +00:00 |
Raymond Hettinger
|
5d332bbdee
|
Simpler documentation for itertools.tee(). Should be backported.
|
2007-12-29 22:09:34 +00:00 |
Georg Brandl
|
e7a0990113
|
Add :term:s for iterator.
|
2007-10-21 12:10:28 +00:00 |
Georg Brandl
|
cf3fb25932
|
Add :term: for generators.
|
2007-10-21 10:52:38 +00:00 |
Raymond Hettinger
|
50e90e265f
|
itertools.count() no longer limited to sys.maxint.
|
2007-10-04 00:20:27 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |