summaryrefslogtreecommitdiffstats
path: root/Doc/library/itertools.rst
Commit message (Expand)AuthorAgeFilesLines
* Misc improvements to the itertools docs (gh-125147)Raymond Hettinger2024-10-081-39/+97
* Itertool docs: Minor clarifications, wording tweaks, spacing, and active voic...Raymond Hettinger2024-09-271-13/+21
* gh-123884 Tee of tee was not producing n independent iterators (gh-124490)Raymond Hettinger2024-09-251-19/+30
* Small improvements to the itertools docs (GH-123885)Raymond Hettinger2024-09-101-1/+15
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-191-1/+1
* itertools doc: examples for groupby() and tee() (#120618)Frank Dana2024-06-171-2/+2
* Add unique() recipe to itertools docs (gh-119911)Raymond Hettinger2024-06-011-2/+14
* Misc cleanups and wording improvements for the itertools docs (gh-119626)Raymond Hettinger2024-05-271-122/+116
* Misc improvement to the docs for itertools (gh-119529)Raymond Hettinger2024-05-241-55/+55
* Minor improvements to the docs for itertools.tee() (gh-119135)Raymond Hettinger2024-05-181-10/+11
* Misc improvements to the itertools docs (gh-119040)Raymond Hettinger2024-05-141-35/+26
* Itertools docs: fix parameter names and indentation in Python equivalents (gh...pochmann32024-05-121-5/+5
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559)Raymond Hettinger2024-05-051-18/+11
* Minor improvements to the itertools recipes (#118563)Raymond Hettinger2024-05-031-24/+12
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-151-1/+1
* gh-116842: Improve test comment and fix a doctest (gh-116846)Raymond Hettinger2024-03-151-2/+2
* Minor improvements to the itertools documentation (gh-116833)Raymond Hettinger2024-03-141-84/+94
* Better presentation order for recipes. (gh-116755)Raymond Hettinger2024-03-131-43/+43
* Modernize roundrobin() recipe and improve variable names (gh-116710)Raymond Hettinger2024-03-131-17/+14
* Minor clarity improvement for the iter_index() recipe. Also add value subsequ...Raymond Hettinger2024-03-131-4/+21
* Beef-up tests for the itertool docs. (gh-116679)Raymond Hettinger2024-03-121-9/+103
* Consistently spell out *predicate* instead of *pred*. (gh-116308)Raymond Hettinger2024-03-041-23/+16
* Make the iter_except() recipe more compact. (gh-116132)Raymond Hettinger2024-02-291-20/+1
* Update an out-of-date example in the itertools recipe intro (gh-116082)Raymond Hettinger2024-02-281-1/+1
* Improve all_equal() recipe (gh-116081)Raymond Hettinger2024-02-281-3/+4
* gh-113479: Link to workaround for subtle issue with takewhile() (gh-115890)Raymond Hettinger2024-02-251-33/+41
* Minor algebraic simplification for the totient() recipe (gh-113822)Raymond Hettinger2024-01-081-1/+1
* Misc minor improvements to the itertools recipes (gh-113477)Raymond Hettinger2023-12-251-81/+83
* gh-113202: Add a strict option to itertools.batched() (gh-113203)Raymond Hettinger2023-12-161-3/+15
* Add reshape() recipe to demonstrate a use case for batched() and chained.from...Raymond Hettinger2023-12-161-3/+24
* Optimize unique_justseen() recipe for a common case. (gh-113147)Raymond Hettinger2023-12-141-0/+2
* Remove itertool recipe with low pedagogical value (gh-113138)Raymond Hettinger2023-12-141-32/+32
* Add recipe for totient() to demonstrate unique_justseen() and factor(). (gh-1...Raymond Hettinger2023-12-141-0/+27
* Use match/case in grouper() recipe (gh-113059)Raymond Hettinger2023-12-131-8/+9
* Minor stylistic edit to the grouper recipe (gh112759)Jurjen N. E. Bos2023-12-051-2/+2
* Fix docstring and var name of itertools recipe (#112113)Sebastian Rittau2023-11-221-3/+3
* gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (gh-111344)Nikita Sobolev2023-10-271-1/+1
* Remove outdated docstring from the `quantify` itertools recipe (#109726)Ɓukasz Langa2023-09-221-1/+0
* Misc itertool recipe improvements, mostly docstrings and comments (gh-109555)Raymond Hettinger2023-09-191-34/+42
* Fix iter_index() to work with lists which do not support stop=None. (gh-109306)Raymond Hettinger2023-09-121-0/+11
* Improve the sieve() recipe in the itertools docs (gh-109199)Raymond Hettinger2023-09-091-4/+7
* gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-108835)Raymond Hettinger2023-09-031-12/+23
* Minor code clean-up for the factor() recipe (GH-108114)Raymond Hettinger2023-08-181-3/+1
* Add more recipe tests. Make the factor recipe a bit faster and clearer. (GH-1...Raymond Hettinger2023-07-171-3/+8
* Add more examples to the recipe docs (GH-106782)Raymond Hettinger2023-07-151-0/+2
* Small speed-up for the convolve() recipe. (GH-106371)Raymond Hettinger2023-07-031-2/+2
* sliding_window() recipe: Raise ValueError for non-positive window sizes. Ad...Raymond Hettinger2023-06-061-3/+27
* Misc improvements to the itertools docs (GH-104916)Raymond Hettinger2023-05-251-7/+24
* Update itertool recipe: polynomial_from_roots() (GH-103973)Raymond Hettinger2023-04-281-5/+4