summaryrefslogtreecommitdiffstats
path: root/Doc/library/itertools.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue 17862: Improve the signature of itertools grouper() recipe.Raymond Hettinger2013-05-061-2/+2
* #15831: merge with 3.2Ezio Melotti2012-09-141-1/+2
|\
| * #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-1/+2
* | Make it easier to search for the grouper() recipe.Raymond Hettinger2012-07-081-1/+2
* | mergeRaymond Hettinger2012-02-011-0/+5
|\ \ | |/
| * Add usage noteRaymond Hettinger2012-02-011-0/+5
* | merge with 3.2Sandro Tosi2011-12-251-1/+1
|\ \ | |/
| * use list() to wrap range() in itertools.permutations() example; thanks to Rom...Sandro Tosi2011-12-251-1/+1
* | MergeRaymond Hettinger2011-10-301-7/+16
|\ \ | |/
| * Improve itertools docs with clearer examples of pure python equivalent code.Raymond Hettinger2011-10-301-7/+16
* | Add another example for accumulate().Raymond Hettinger2011-04-211-3/+18
* | Add optional *func* argument to itertools.accumulate().Raymond Hettinger2011-03-281-5/+28
|/
* Fix the example output of count().Georg Brandl2011-01-131-1/+1
* Note improvements to the docs.Raymond Hettinger2010-12-061-2/+2
* Doc nit.Raymond Hettinger2010-12-041-1/+1
* Update the itertools.accumulate() docs.Raymond Hettinger2010-12-031-5/+4
* Simplify the signature for itertools.accumulate() to match numpy. Handle one...Raymond Hettinger2010-12-031-6/+8
* Clean-up last update (missing comma, unnecessary spacing change, spurious bac...Raymond Hettinger2010-12-011-434/+434
* Add itertools.accumulate().Raymond Hettinger2010-12-011-441/+449
* Add recipe to itertools doc.Raymond Hettinger2010-12-011-0/+8
* Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-221-1/+1
* Fix weird line block in table.Georg Brandl2010-11-121-1/+0
* #9944: fix typo.Georg Brandl2010-09-251-1/+1
* 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