COMMITS
/ Doc/library/itertools.rst February 20, 2026
R
Simplify summary tables in the itertools docs (gh-145050)
Raymond Hettinger committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 4, 2026
R
Itertools recipes: Replace the tabulate() example with running_mean() (gh-144483)
Raymond Hettinger committed
January 12, 2026
R
Minor readability/usability improvement to the recipes section (gh-143753)
Raymond Hettinger committed
January 11, 2026
R
Sync the batched() example with the grouper() example. (gh-143676)
Raymond Hettinger committed
R
Add derangements() recipe (gh-143671)
Raymond Hettinger committed
July 19, 2025
R
Docs: Improve example for ``itertools.batched()`` (#136775)
RafaelWO committed
April 18, 2025
R
Minor doc edit: Make multinomial() the first math example (gh-132697)
Raymond Hettinger committed
April 15, 2025
R
Fix argument order in multinomial() example (gh-132557)
Raymond Hettinger committed
February 16, 2025
A
Replace non-breaking spaces with normal spaces (#130116)
AN Long committed
February 7, 2025
R
Add multinomial to the itertools recipes docs (gh-129760)
Raymond Hettinger committed
December 16, 2024
G
Fix typo in itertools docs (gh-127995)
Gugubo committed
December 13, 2024
R
Minor readability improvements for the itertools recipes (gh-127928)
Raymond Hettinger committed
December 12, 2024
R
Simplify and speed-up an itertools recipe (gh-127848)
Raymond Hettinger committed
December 4, 2024
R
Itertool recipe additions (gh-127483)
Raymond Hettinger committed
October 8, 2024
R
Misc improvements to the itertools docs (gh-125147)
Raymond Hettinger committed
September 27, 2024
R
Itertool docs: Minor clarifications, wording tweaks, spacing, and active voice. (gh-124690)
Raymond Hettinger committed
September 25, 2024
R
gh-123884 Tee of tee was not producing n independent iterators (gh-124490)
Raymond Hettinger committed
September 10, 2024
R
Small improvements to the itertools docs (GH-123885)
Raymond Hettinger committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
June 17, 2024
F
itertools doc: examples for groupby() and tee() (#120618)
Frank Dana committed
June 1, 2024
R
Add unique() recipe to itertools docs (gh-119911)
Raymond Hettinger committed
May 27, 2024
R
Misc cleanups and wording improvements for the itertools docs (gh-119626)
Raymond Hettinger committed
May 24, 2024
R
Misc improvement to the docs for itertools (gh-119529)
Raymond Hettinger committed
May 18, 2024
R
Minor improvements to the docs for itertools.tee() (gh-119135)
Raymond Hettinger committed
May 14, 2024
R
Misc improvements to the itertools docs (gh-119040)
Raymond Hettinger committed
May 12, 2024
P
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
May 5, 2024
R
gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559)
Raymond Hettinger committed
May 3, 2024
R
Minor improvements to the itertools recipes (#118563)
Raymond Hettinger committed
April 15, 2024
H
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade committed
March 15, 2024
R
gh-116842: Improve test comment and fix a doctest (gh-116846)
Raymond Hettinger committed
March 14, 2024
R
Minor improvements to the itertools documentation (gh-116833)
Raymond Hettinger committed
March 13, 2024
R
Better presentation order for recipes. (gh-116755)
Raymond Hettinger committed
R
Modernize roundrobin() recipe and improve variable names (gh-116710)
Raymond Hettinger committed
R
Minor clarity improvement for the iter_index() recipe. Also add value subsequence tests. (gh-116696)
Raymond Hettinger committed
March 12, 2024
R
Beef-up tests for the itertool docs. (gh-116679)
Raymond Hettinger committed
March 4, 2024
R
Consistently spell out *predicate* instead of *pred*. (gh-116308)
Raymond Hettinger committed
February 29, 2024
R
Make the iter_except() recipe more compact. (gh-116132)
Raymond Hettinger committed
February 28, 2024
R
Update an out-of-date example in the itertools recipe intro (gh-116082)
Raymond Hettinger committed
R
Improve all_equal() recipe (gh-116081)
Raymond Hettinger committed
February 25, 2024
R
gh-113479: Link to workaround for subtle issue with takewhile() (gh-115890)
Raymond Hettinger committed
January 8, 2024
R
Minor algebraic simplification for the totient() recipe (gh-113822)
Raymond Hettinger committed
December 25, 2023
R
Misc minor improvements to the itertools recipes (gh-113477)
Raymond Hettinger committed
December 16, 2023
R
gh-113202: Add a strict option to itertools.batched() (gh-113203)
Raymond Hettinger committed
R
Add reshape() recipe to demonstrate a use case for batched() and chained.from_iterable() (gh-113198)
Raymond Hettinger committed
December 14, 2023
R
Optimize unique_justseen() recipe for a common case. (gh-113147)
Raymond Hettinger committed
R
Remove itertool recipe with low pedagogical value (gh-113138)
Raymond Hettinger committed
R
Add recipe for totient() to demonstrate unique_justseen() and factor(). (gh-113131)
Raymond Hettinger committed
December 13, 2023
R
Use match/case in grouper() recipe (gh-113059)
Raymond Hettinger committed