summaryrefslogtreecommitdiffstats
path: root/Doc/library/itertools.rst
Commit message (Expand)AuthorAgeFilesLines
* Typo fixesAndrew M. Kuchling2008-04-171-2/+2
* Issue 2648: Add leading zero to money format recipe in the docs.Raymond Hettinger2008-04-171-9/+5
* Simplify demo code.Raymond Hettinger2008-03-231-1/+1
* Enable doctest running for several other documents.Georg Brandl2008-03-221-3/+11
* 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 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