summaryrefslogtreecommitdiffstats
path: root/Doc/library/itertools.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix docstrings for itertools combinatoric functions.Raymond Hettinger2009-11-191-2/+2
|
* Add usage note.Raymond Hettinger2009-06-171-0/+4
|
* Fix typoRaymond Hettinger2009-04-201-1/+1
|
* Add examples.Raymond Hettinger2009-04-101-74/+37
|
* Clarify the table entries for combinatorics.Raymond Hettinger2009-04-101-8/+13
|
* typo fixAndrew M. Kuchling2009-03-301-1/+1
|
* Issue 5477: Fix buglet in the itertools documentation.Raymond Hettinger2009-03-121-3/+4
|
* Fix typo.Raymond Hettinger2009-03-101-1/+1
|
* Add consume() recipe to itertools docs.Raymond Hettinger2009-03-091-0/+4
|
* Issue 5443: Fix typo.Raymond Hettinger2009-03-091-1/+1
|
* Update itertools recipes to use next().Raymond Hettinger2009-02-231-7/+6
|
* Add some cross-references to the docs. Simplify the python code equivalent ↵Raymond Hettinger2009-02-191-5/+4
| | | | for izip(). Supply an optional argument for the nth() recipe.
* Generalize the itertools.tee() recipe.Raymond Hettinger2009-02-181-24/+24
|
* Fixup intro paragraphs for the itertools docs. Add some tables for quick ↵Raymond Hettinger2009-02-171-27/+52
| | | | reference.
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-141-3/+3
|
* Issue 5032: added a step argument to itertools.count() and allowed ↵Raymond Hettinger2009-02-121-7/+10
| | | | non-integer arguments.
* Minor doc fixups.Raymond Hettinger2009-02-041-3/+3
|
* fix indentationBenjamin Peterson2009-01-311-23/+23
|
* Promote combinations_with_replacement() from a recipe to a regular itertool.Raymond Hettinger2009-01-271-16/+47
|
* Improved itertools recipe for generating powerset().Raymond Hettinger2009-01-251-5/+3
|
* Promote compress() from a recipe to being a regular itertool.Raymond Hettinger2009-01-251-4/+14
|
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-081-1/+12
|
* Remove trailing whitespace.Georg Brandl2009-01-031-10/+10
|
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+24
|
* fix highlightingBenjamin Peterson2009-01-011-4/+4
|
* Alter recipe to show how to call izip_longest() withRaymond Hettinger2008-07-311-2/+1
| | | | both a keyword argument and star arguments.
* Neaten-up the itertools recipes.Raymond Hettinger2008-07-301-6/+4
|
* document default value for fillvalueBenjamin Peterson2008-07-251-3/+4
|
* Use correct indentation.Georg Brandl2008-07-231-14/+14
|
* Clean-up itertools docs and recipes.Raymond Hettinger2008-07-191-46/+19
|
* Fix compress() recipe in docs to use itertools.Raymond Hettinger2008-07-191-3/+3
|
* Add recipe to the itertools docs.Raymond Hettinger2008-07-191-0/+15
|
* 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
| | | | 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
|