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
*
Doc: Fix sphinx-lint issues (GH-98911)
Julien Palard
2022-10-31
1
-1/+1
*
Fix markup indentation (GH-98424)
Raymond Hettinger
2022-10-19
1
-1/+1
*
General improvements to the itertools docs (GH-98408)
Raymond Hettinger
2022-10-18
1
-51/+92
*
GH-98363: Add itertools.batched() (GH-98364)
Raymond Hettinger
2022-10-17
1
-37/+39
*
Move random selection recipes from itertools.rst to random.rst (GH-98369)
Raymond Hettinger
2022-10-17
1
-25/+0
*
Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294)
Raymond Hettinger
2022-10-15
1
-4/+5
*
Faster sieve() recipe (#98287)
Raymond Hettinger
2022-10-15
1
-8/+27
*
Misc updates to the itertools recipes and tests (GH-98018)
Raymond Hettinger
2022-10-07
1
-6/+40
*
Simplify sieve() recipe. Add edge case tests. (GH-96892)
Raymond Hettinger
2022-09-17
1
-1/+7
*
Itertools sieve() recipe (#96813)
Raymond Hettinger
2022-09-14
1
-6/+28
*
Add polynomial_from_roots() to the itertools recipes (#96102)
Raymond Hettinger
2022-08-21
1
-0/+19
*
gh-96039: Corrected wording error in itertools doc (GH-96105)
MrSuspicious
2022-08-19
1
-1/+1
*
Take advantage of math.comb() in the nth_combination() recipe (#93027)
Raymond Hettinger
2022-05-20
1
-6/+2
*
bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)
Ville Skyttä
2022-04-09
1
-1/+1
*
Add recipe for subslices (GH-31028)
Raymond Hettinger
2022-02-02
1
-0/+9
*
Move doctests to the main docs. Eliminate duplication. Improve coverage. (GH-...
Raymond Hettinger
2022-01-25
1
-0/+238
*
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837)
Raymond Hettinger
2022-01-23
1
-3/+12
*
Docs: Clarify the before_and_after() example (GH-28458)
Raymond Hettinger
2021-09-20
1
-3/+4
*
Fix typo and add a module prefix (GH-28401)
Raymond Hettinger
2021-09-17
1
-2/+2
*
Add more itertool recipes (GH-28165)
Raymond Hettinger
2021-09-07
1
-2/+20
*
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
Raymond Hettinger
2021-09-05
1
-1/+28
*
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
|
/
[next]