summaryrefslogtreecommitdiff
path: root/Doc/library/itertools.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-1/+2
* Issue 25926: Clarify that the pure python equivalents are only approximate.Raymond Hettinger2016-05-281-19/+21
* Minor recipe edit: convert "while 1" to "while True".Raymond Hettinger2016-03-131-1/+1
* Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-061-0/+5
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-2/+2
* PEP 479: Don't let StopIteration bubble out of calls to next() inside a gene...Raymond Hettinger2014-11-221-4/+16
* Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev).Raymond Hettinger2014-05-251-0/+5
* #20103: Rewrite description of itertools.accumulate().Andrew Kuchling2014-04-151-4/+9
* Issue #18652: Add an itertools recipe for first_true()Raymond Hettinger2014-04-021-0/+13
* linkify chain.from_iterable (closes #20272)Benjamin Peterson2014-01-161-16/+16
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-2/+2
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-3/+3
* Issue #19202: Add cross-reference and a rough code equivalentRaymond Hettinger2013-10-121-0/+3
* Issue 18752: Make chain.from_iterable() more visible in the documentation.Raymond Hettinger2013-09-091-0/+1
* Issue 18301: The classmethod decorator didn't fit well with the rough-equiva...Raymond Hettinger2013-09-091-2/+1
* Closes #18218: use correct variable name for starting pointAndrew Kuchling2013-06-211-1/+1
* Closes #18272: use 'builtins' for 3.3 instead of __builtin__Andrew Kuchling2013-06-201-1/+1
* Issue 17862: Improve the signature of itertools grouper() recipe.Raymond Hettinger2013-05-051-2/+2
* #15831: merge with 3.2Ezio Melotti2012-09-141-6/+45
|\
| * Make it easier to search for the grouper() recipe.Raymond Hettinger2012-07-081-1/+2
| * mergeRaymond Hettinger2012-02-011-5/+43
| |\
| | * merge with 3.2Sandro Tosi2011-12-251-1/+1
| | |\
| | * \ MergeRaymond 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-271-5/+28
* | | | | #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-1/+2
|/ / / /
* | | | Add usage noteRaymond Hettinger2012-02-011-0/+5
| |_|/ |/| |
* | | use list() to wrap range() in itertools.permutations() example; thanks to Rom...Sandro Tosi2011-12-251-1/+1
| |/ |/|
* | Improve itertools docs with clearer examples of pure python equivalent code.Raymond Hettinger2011-10-301-7/+16
|/
* 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