index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
library
/
itertools.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-1
/
+2
|
\
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-1
/
+2
|
*
Issue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
1
-19
/
+21
*
|
Issue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
1
-19
/
+23
*
|
Expand abbreviations FIFO and LIFO.
Serhiy Storchaka
2016-05-16
1
-1
/
+2
*
|
Issue #16394: Note the tee() pure python equivalent is only a rough approxim...
Raymond Hettinger
2016-04-26
1
-1
/
+4
|
/
*
Minor recipe edit: convert "while 1" to "while True".
Raymond Hettinger
2016-03-13
1
-1
/
+1
*
Document another recipe for itertools: all_equal(). Inspired by David Beazley.
Raymond Hettinger
2016-03-06
1
-0
/
+5
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-2
/
+2
*
PEP 479: Don't let StopIteration bubble out of calls to next() inside a gene...
Raymond Hettinger
2014-11-22
1
-4
/
+16
*
Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev).
Raymond Hettinger
2014-05-25
1
-0
/
+5
*
#20103: Rewrite description of itertools.accumulate().
Andrew Kuchling
2014-04-15
1
-4
/
+9
*
Issue #18652: Add an itertools recipe for first_true()
Raymond Hettinger
2014-04-02
1
-0
/
+13
*
linkify chain.from_iterable (closes #20272)
Benjamin Peterson
2014-01-16
1
-16
/
+16
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-2
/
+2
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1
/
+1
*
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
1
-3
/
+3
*
Issue #19202: Add cross-reference and a rough code equivalent
Raymond Hettinger
2013-10-12
1
-0
/
+3
*
Issue 18752: Make chain.from_iterable() more visible in the documentation.
Raymond Hettinger
2013-09-09
1
-0
/
+1
*
Issue 18301: The classmethod decorator didn't fit well with the rough-equiva...
Raymond Hettinger
2013-09-09
1
-2
/
+1
*
Closes #18218: use correct variable name for starting point
Andrew Kuchling
2013-06-21
1
-1
/
+1
*
Closes #18272: use 'builtins' for 3.3 instead of __builtin__
Andrew Kuchling
2013-06-20
1
-1
/
+1
*
Issue 17862: Improve the signature of itertools grouper() recipe.
Raymond Hettinger
2013-05-05
1
-2
/
+2
*
#15831: merge with 3.2
Ezio Melotti
2012-09-14
1
-6
/
+45
|
\
|
*
Make it easier to search for the grouper() recipe.
Raymond Hettinger
2012-07-08
1
-1
/
+2
|
*
merge
Raymond Hettinger
2012-02-01
1
-5
/
+43
|
|
\
|
|
*
merge with 3.2
Sandro Tosi
2011-12-25
1
-1
/
+1
|
|
|
\
|
|
*
\
Merge
Raymond Hettinger
2011-10-30
1
-7
/
+16
|
|
|
\
\
|
|
*
|
|
Add another example for accumulate().
Raymond Hettinger
2011-04-21
1
-3
/
+18
|
|
*
|
|
Add optional *func* argument to itertools.accumulate().
Raymond Hettinger
2011-03-27
1
-5
/
+28
*
|
|
|
|
#15831: document multiple signatures on different lines. Patch by Chris Jerd...
Ezio Melotti
2012-09-14
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Add usage note
Raymond Hettinger
2012-02-01
1
-0
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
use list() to wrap range() in itertools.permutations() example; thanks to Rom...
Sandro Tosi
2011-12-25
1
-1
/
+1
|
|
/
|
/
|
*
|
Improve itertools docs with clearer examples of pure python equivalent code.
Raymond Hettinger
2011-10-30
1
-7
/
+16
|
/
*
Fix the example output of count().
Georg Brandl
2011-01-13
1
-1
/
+1
*
Note improvements to the docs.
Raymond Hettinger
2010-12-06
1
-2
/
+2
*
Doc nit.
Raymond Hettinger
2010-12-04
1
-1
/
+1
*
Update the itertools.accumulate() docs.
Raymond Hettinger
2010-12-03
1
-5
/
+4
*
Simplify the signature for itertools.accumulate() to match numpy. Handle one...
Raymond Hettinger
2010-12-03
1
-6
/
+8
*
Clean-up last update (missing comma, unnecessary spacing change, spurious bac...
Raymond Hettinger
2010-12-01
1
-434
/
+434
*
Add itertools.accumulate().
Raymond Hettinger
2010-12-01
1
-441
/
+449
*
Add recipe to itertools doc.
Raymond Hettinger
2010-12-01
1
-0
/
+8
*
Remove unnecessary `object` base class in docs (#10366).
Éric Araujo
2010-11-22
1
-1
/
+1
*
Fix weird line block in table.
Georg Brandl
2010-11-12
1
-1
/
+0
*
#9944: fix typo.
Georg Brandl
2010-09-25
1
-1
/
+1
*
Consistency check for versionadded/changed directives.
Georg Brandl
2010-08-17
1
-1
/
+2
*
Add partition recipe to itertools docs.
Raymond Hettinger
2010-08-07
1
-0
/
+6
*
Use correct directive and name.
Georg Brandl
2010-07-29
1
-1
/
+1
*
Fixup new itertools recipes.
Raymond Hettinger
2010-04-10
1
-3
/
+7
*
Fix nits in itertools recipes.
Raymond Hettinger
2010-04-02
1
-5
/
+5
[next]