summaryrefslogtreecommitdiffstats
path: root/Doc/library/itertools.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix sphinx-lint issues (GH-98911)Julien Palard2022-10-311-1/+1
* Fix markup indentation (GH-98424)Raymond Hettinger2022-10-191-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-141-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-021-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-201-3/+4
* Fix typo and add a module prefix (GH-28401)Raymond Hettinger2021-09-171-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-261-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-12-011-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
* Raise a RuntimeError when tee iterator is consumed from different threads (GH...HongWeipeng2019-08-291-1/+2
* Update itertools docs (GH-15114)Raymond Hettinger2019-08-041-6/+6
* Add module specification: itemgetter -> operator.itemgetter (GH-12823)Jakub Molinski2019-04-231-1/+1
* Fix table formatting in itertools doc (GH-12228)Benedikt Werner2019-03-211-4/+9
* bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)Lisa Roach2018-09-241-9/+21
* Add a prepend() recipe to teach a chain() idiom (GH-6415)Raymond Hettinger2018-04-081-0/+5
* bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Cheryl Sabella2018-03-271-7/+16
* Add itertools recipe for directly finding the n-th combination (#5161)Raymond Hettinger2018-01-131-0/+23
* Minor wording tweak for itertools documentation (#4893)Raymond Hettinger2017-12-151-2/+2
* Add comment and improve variable name in roundrobin() (#4486)Raymond Hettinger2017-11-211-4/+5
* bpo-27385: Clarify docstring for groupby() (#3738)Raymond Hettinger2017-09-251-1/+1
* bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)Serhiy Storchaka2017-09-241-3/+4
* bpo-31270: Modification of Pr 3200 (#3427)Raymond Hettinger2017-09-071-19/+18
* Merge Issue #22558.Terry Jan Reedy2016-06-111-1/+2
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-1/+2
| * Issue 25926: Clarify that the pure python equivalents are only approximate.Raymond Hettinger2016-05-281-19/+21
* | Issue 25926: Clarify that the pure python equivalents are only approximate.Raymond Hettinger2016-05-281-19/+23
* | Expand abbreviations FIFO and LIFO.Serhiy Storchaka2016-05-161-1/+2
* | Issue #16394: Note the tee() pure python equivalent is only a rough approxim...Raymond Hettinger2016-04-261-1/+4
|/