summaryrefslogtreecommitdiffstats
path: root/Doc/library/itertools.rst
Commit message (Expand)AuthorAgeFilesLines
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-1/+2
* Add partition recipe to itertools docs.Raymond Hettinger2010-08-071-0/+6
* Use correct directive and name.Georg Brandl2010-07-291-1/+1
* Fixup new itertools recipes.Raymond Hettinger2010-04-101-3/+7
* Fix nits in itertools recipes.Raymond Hettinger2010-04-021-5/+5
* Add and update itertools recipes.Raymond Hettinger2010-04-021-2/+24
* Update itertools recipes.Raymond Hettinger2010-03-281-8/+40
* Merged revisions 77675 via svnmerge fromEzio Melotti2010-01-211-1/+1
* Fix docstrings for itertools combinatoric functions.Raymond Hettinger2009-11-191-2/+2
* #6694: fix old function names.Georg Brandl2009-08-131-2/+2
* Add usage note.Raymond Hettinger2009-06-171-0/+4
* Fix-up doc for itertools.repeat(). A -1 translates to zero repetitions, not ...Raymond Hettinger2009-06-011-1/+1
* Convert all "i" docs to new style optional args.Georg Brandl2009-06-011-7/+6
* Fix error in 2-to-3 translation of docs.Raymond Hettinger2009-05-141-1/+1
* Fix alignmentRaymond Hettinger2009-04-101-13/+13
* Add examples.Raymond Hettinger2009-04-101-58/+21
* Clarify the table entries for combinatorics.Raymond Hettinger2009-04-101-8/+13
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-1/+1
* For some reason rst docs like an initial 3 space indent.Raymond Hettinger2009-03-231-23/+23
* fix incorrect mergeBenjamin Peterson2009-03-221-23/+23
* Issue 5477: Fix buglet in the itertools documentation.Raymond Hettinger2009-03-121-3/+4
* 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-4/+3
* Add some cross-references to the docs. Simplify the python code equivalent f...Raymond Hettinger2009-02-191-3/+3
* Generalize the itertools.tee() recipe.Raymond Hettinger2009-02-181-24/+24
* Fixup intro paragraphs for the itertools docs. Add some tables for quick ref...Raymond Hettinger2009-02-171-26/+48
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-141-2/+3
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-9/+11
* Merged revisions 69141,69211-69212 via svnmerge fromBenjamin Peterson2009-02-061-23/+23
* Minor doc fixes.Raymond Hettinger2009-02-041-3/+3
* Beautify grouper() recipe in docs.Raymond Hettinger2009-01-271-1/+1
* Put functions back in alphabetical order.Raymond Hettinger2009-01-271-39/+38
* Forward port r69001: itertools.combinations_with_replacement().Raymond Hettinger2009-01-271-16/+47
* Forward port r68941 adding itertools.compress().Raymond Hettinger2009-01-261-4/+14
* Backport r68942: update powerset() recipe.Raymond Hettinger2009-01-261-5/+3
* Merge in r68394 fixing itertools.permutations() and combinations().Raymond Hettinger2009-01-081-3/+12
* Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ...Georg Brandl2009-01-031-4/+4
* Remove trailing whitespace.Georg Brandl2009-01-031-9/+9
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+24
* fix some py3k doc nitsBenjamin Peterson2008-10-241-5/+5
* Merged revisions 65259,65263,65296,65307,65321 via svnmerge fromBenjamin Peterson2008-07-311-2/+1
* Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ...Benjamin Peterson2008-07-311-3/+4
* Fix-up recipe with a syntax error (as discussed on python-dev).Raymond Hettinger2008-07-301-1/+2
* Neaten-up the itertools recipes.Raymond Hettinger2008-07-301-6/+4
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-50/+37
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-8/+0
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-9/+5
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-3/+12
* In Py3.0, the recipes can use keyword-only arguments instead of using the **k...Raymond Hettinger2008-03-131-6/+4