summaryrefslogtreecommitdiff
path: root/Doc/library/itertools.rst
Commit message (Expand)AuthorAgeFilesLines
* Update itertool recipe: polynomial_from_roots() (GH-103973)Raymond Hettinger2023-04-281-5/+4
* Itertool recipe improvements (GH-103399)Raymond Hettinger2023-04-091-137/+179
* Minor readability improvement to the factor() recipe (GH-102971)Raymond Hettinger2023-03-231-1/+1
* Tweak polynomial itertool recipes (GH-102880)Raymond Hettinger2023-03-211-14/+13
* gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877)wim glenn2023-03-211-1/+1
* The pow() variant further improves accuracy (GH-102866)Raymond Hettinger2023-03-211-1/+1
* Remove itermediate list. Expand docstring. (GH-102862)Raymond Hettinger2023-03-201-4/+8
* Add itertool recipe for polynomial evaluation. (GH-102852)Raymond Hettinger2023-03-201-0/+40
* gh-102088 Optimize iter_index itertools recipe (GH-102360)Stefan Pochmann2023-03-011-3/+6
* gh-102105 Fix wording in filterfalse/quantify/filter (GH-102189)Stefan Pochmann2023-02-241-2/+2
* Add recipes to showcase tee(), zip*, batched, starmap, and product. (GH-101023)Raymond Hettinger2023-01-131-0/+27
* GH-100485: Add math.sumprod() (GH-100677)Raymond Hettinger2023-01-071-9/+2
* Improve comments in itertools uniquification recipes (GH-100631)Raymond Hettinger2022-12-301-7/+12
* Restore early-out to factor(). Strengthen tests. (GH-100591)Raymond Hettinger2022-12-281-5/+15
* Improve factor() recipe and fix its tests (GH-100576)Raymond Hettinger2022-12-281-20/+20
* Misc Itertools recipe tweaks (GH-100493)Raymond Hettinger2022-12-241-5/+49
* Add "strict" to dotproduct(). Add docstring. Factor-out common code. (GH-100480)Raymond Hettinger2022-12-231-2/+3
* Remove uninformative itertools recipe (GH-100253)Raymond Hettinger2022-12-151-7/+0
* GH-98363: Have batched() return tuples (GH-100118)Raymond Hettinger2022-12-081-9/+9
* Doc: Fix sphinx-lint issues (GH-98911)Julien Palard2022-10-311-1/+1
* Fix markup indentation (GH-98424)Raymond Hettinger2022-10-181-1/+1
* General improvements to the itertools docs (GH-98408)Raymond Hettinger2022-10-181-51/+92
* GH-98363: Add itertools.batched() (GH-98364)Raymond Hettinger2022-10-171-37/+39
* Move random selection recipes from itertools.rst to random.rst (GH-98369)Raymond Hettinger2022-10-171-25/+0
* Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294)Raymond Hettinger2022-10-151-4/+5
* Faster sieve() recipe (#98287)Raymond Hettinger2022-10-151-8/+27
* Misc updates to the itertools recipes and tests (GH-98018)Raymond Hettinger2022-10-071-6/+40
* Simplify sieve() recipe. Add edge case tests. (GH-96892)Raymond Hettinger2022-09-171-1/+7
* Itertools sieve() recipe (#96813)Raymond Hettinger2022-09-131-6/+28
* Add polynomial_from_roots() to the itertools recipes (#96102)Raymond Hettinger2022-08-211-0/+19
* gh-96039: Corrected wording error in itertools doc (GH-96105)MrSuspicious2022-08-191-1/+1
* Take advantage of math.comb() in the nth_combination() recipe (#93027)Raymond Hettinger2022-05-201-6/+2
* bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)Ville Skyttä2022-04-091-1/+1
* Add recipe for subslices (GH-31028)Raymond Hettinger2022-02-011-0/+9
* Move doctests to the main docs. Eliminate duplication. Improve coverage. (GH-...Raymond Hettinger2022-01-251-0/+238
* Improve grouper() recipe to demonstrate all forms of zip() (GH-30837)Raymond Hettinger2022-01-231-3/+12
* Docs: Clarify the before_and_after() example (GH-28458)Raymond Hettinger2021-09-191-3/+4
* Fix typo and add a module prefix (GH-28401)Raymond Hettinger2021-09-161-2/+2
* Add more itertool recipes (GH-28165)Raymond Hettinger2021-09-071-2/+20
* bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)Raymond Hettinger2021-09-051-1/+28
* Minor improvements to the convolve() recipe (GH-24012)Raymond Hettinger2020-12-301-2/+2
* Add convolve() to the itertools recipes (GH-23928)Raymond Hettinger2020-12-251-0/+12
* bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)Zackery Spytz2020-12-171-1/+1
* bpo-38200: Add itertools.pairwise() (GH-23549)Raymond Hettinger2020-11-301-6/+17
* bpo-42450: Minor updates to the itertools recipes (GH-23555)Raymond Hettinger2020-11-291-5/+5
* Note the output ordering of combinatoric functions (GH-19732)Ruaridh Williamson2020-05-281-9/+9
* bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-2...Ramil Nugmanov2020-05-281-0/+3
* Convert argument to snake_case (GH-16990)Борис Верховский2019-11-021-2/+2
* bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)Serhiy Storchaka2019-09-091-0/+4
* Revert "Raise a RuntimeError when tee iterator is consumed from different thr...Serhiy Storchaka2019-09-091-2/+1