summaryrefslogtreecommitdiffstats
path: root/Doc/library/itertools.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable doctest running for several other documents.Georg Brandl2008-03-221-3/+11
| | | | We have now over 640 doctests that are run with "make doctest".
* Add recipe to docs.Raymond Hettinger2008-03-111-0/+5
|
* Tweak recipes and testsRaymond Hettinger2008-03-071-6/+6
|
* Add examples.Raymond Hettinger2008-03-061-23/+29
|
* Beef-up docs and tests for itertools. Fix-up end-case for product().Raymond Hettinger2008-03-041-9/+32
|
* Fix sentence fragmentAndrew M. Kuchling2008-03-041-2/+2
|
* Tighten example code.Raymond Hettinger2008-03-021-1/+1
|
* Finish-up docs for combinations() and permutations() in itertools.Raymond Hettinger2008-03-021-10/+30
|
* Document impending updates to itertools.Raymond Hettinger2008-02-281-11/+44
|
* Add repeat keyword argument to itertools.product().Raymond Hettinger2008-02-281-3/+7
|
* Simply the sample code for combinations().Raymond Hettinger2008-02-271-7/+6
|
* Add itertools.combinations().Raymond Hettinger2008-02-261-15/+15
|
* Banish tab.Georg Brandl2008-02-261-1/+1
|
* Docs for itertools.combinations(). Implementation in forthcoming checkin.Raymond Hettinger2008-02-261-2/+44
|
* Add recipe using itertools.product().Raymond Hettinger2008-02-231-0/+6
|
* Document itertools.product().Raymond Hettinger2008-02-221-0/+23
|
* Update itertool recipesRaymond Hettinger2008-01-301-12/+12
|
* Improve variable name in sample codeRaymond Hettinger2008-01-221-1/+1
|
* Document when to use izip_longest().Raymond Hettinger2008-01-221-16/+7
|
* Make starmap() match its pure python definition and accept any itertable ↵Raymond Hettinger2008-01-171-4/+6
| | | | input (not just tuples).
* Improve docs for itertools.groupby(). The use of xrange(0) to create a ↵Raymond Hettinger2007-12-291-1/+1
| | | | unique object is less obvious than object().
* 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