index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
itertools.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor improvements to the convolve() recipe (GH-24012)
Raymond Hettinger
2020-12-30
1
-2/+2
*
Add convolve() to the itertools recipes (GH-23928)
Raymond Hettinger
2020-12-26
1
-0/+12
*
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)
Zackery Spytz
2020-12-17
1
-1/+1
*
bpo-38200: Add itertools.pairwise() (GH-23549)
Raymond Hettinger
2020-12-01
1
-6/+17
*
bpo-42450: Minor updates to the itertools recipes (GH-23555)
Raymond Hettinger
2020-11-29
1
-5/+5
*
Note the output ordering of combinatoric functions (GH-19732)
Ruaridh Williamson
2020-05-28
1
-9/+9
*
bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-2...
Ramil Nugmanov
2020-05-28
1
-0/+3
*
Convert argument to snake_case (GH-16990)
Борис Верховский
2019-11-02
1
-2/+2
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Serhiy Storchaka
2019-09-09
1
-0/+4
*
Revert "Raise a RuntimeError when tee iterator is consumed from different thr...
Serhiy Storchaka
2019-09-09
1
-2/+1
*
Raise a RuntimeError when tee iterator is consumed from different threads (GH...
HongWeipeng
2019-08-29
1
-1/+2
*
Update itertools docs (GH-15114)
Raymond Hettinger
2019-08-04
1
-6/+6
*
Add module specification: itemgetter -> operator.itemgetter (GH-12823)
Jakub Molinski
2019-04-23
1
-1/+1
*
Fix table formatting in itertools doc (GH-12228)
Benedikt Werner
2019-03-21
1
-4/+9
*
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Lisa Roach
2018-09-24
1
-9/+21
*
Add a prepend() recipe to teach a chain() idiom (GH-6415)
Raymond Hettinger
2018-04-08
1
-0/+5
*
bpo-27212: Modify islice recipe to consume initial values preceding start (GH...
Cheryl Sabella
2018-03-27
1
-7/+16
*
Add itertools recipe for directly finding the n-th combination (#5161)
Raymond Hettinger
2018-01-13
1
-0/+23
*
Minor wording tweak for itertools documentation (#4893)
Raymond Hettinger
2017-12-15
1
-2/+2
*
Add comment and improve variable name in roundrobin() (#4486)
Raymond Hettinger
2017-11-21
1
-4/+5
*
bpo-27385: Clarify docstring for groupby() (#3738)
Raymond Hettinger
2017-09-25
1
-1/+1
*
bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)
Serhiy Storchaka
2017-09-24
1
-3/+4
*
bpo-31270: Modification of Pr 3200 (#3427)
Raymond Hettinger
2017-09-07
1
-19/+18
*
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-07
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-23
1
-4/+16
*
Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev).
Raymond Hettinger
2014-05-26
1
-0/+5
*
#20103: Rewrite description of itertools.accumulate().
Andrew Kuchling
2014-04-16
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-21
1
-1/+1
*
Issue 17862: Improve the signature of itertools grouper() recipe.
Raymond Hettinger
2013-05-06
1
-2/+2
*
#15831: merge with 3.2
Ezio Melotti
2012-09-14
1
-1/+2
|
\
|
*
#15831: document multiple signatures on different lines. Patch by Chris Jerd...
Ezio Melotti
2012-09-14
1
-1/+2
*
|
Make it easier to search for the grouper() recipe.
Raymond Hettinger
2012-07-08
1
-1/+2
*
|
merge
Raymond Hettinger
2012-02-01
1
-0/+5
|
\
\
|
|
/
[next]