| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) | Serhiy Storchaka | 2019-09-09 | 1 | -0/+37 |
* | bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) | Sergey Fedoseev | 2019-08-29 | 1 | -0/+12 |
* | bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) | Neil Schemenauer | 2019-07-30 | 1 | -0/+1 |
* | bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345) | Lisa Roach | 2018-09-23 | 1 | -0/+6 |
* | Add a prepend() recipe to teach a chain() idiom (GH-6415) | Raymond Hettinger | 2018-04-08 | 1 | -0/+8 |
* | bpo-27212: Modify islice recipe to consume initial values preceding start (GH... | Cheryl Sabella | 2018-03-26 | 1 | -0/+67 |
* | Add itertools recipe for directly finding the n-th combination (#5161) | Raymond Hettinger | 2018-01-13 | 1 | -0/+33 |
* | bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() it... | Serhiy Storchaka | 2017-09-26 | 1 | -0/+24 |
* | bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569) | Serhiy Storchaka | 2017-09-24 | 1 | -0/+20 |
* | bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918) | Will Roberts | 2017-06-07 | 1 | -0/+13 |
* | bpo-30534: Fixed error messages when pass keyword arguments (#1901) | Serhiy Storchaka | 2017-06-06 | 1 | -1/+1 |
* | bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889) | T. Wouters | 2017-03-30 | 1 | -0/+8 |
* | Issue #28322: Fixed possible crashes when unpickle itertools objects from | Serhiy Storchaka | 2016-10-02 | 1 | -4/+20 |
|\ |
|
| * | Issue #28322: Fixed possible crashes when unpickle itertools objects from | Serhiy Storchaka | 2016-10-02 | 1 | -0/+32 |
* | | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 1 | -5/+23 |
|\ \
| |/ |
|
| * | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 1 | -5/+23 |
* | | Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä | Martin Panter | 2016-05-26 | 1 | -1/+1 |
* | | Issue #23277: Remove more unused sys and os imports. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
* | | Merge | Raymond Hettinger | 2016-03-06 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Document another recipe for itertools: all_equal(). Inspired by David Beazley. | Raymond Hettinger | 2016-03-06 | 1 | -0/+8 |
* | | Issue #25718: Fixed pickling and copying the accumulate() iterator with total... | Serhiy Storchaka | 2016-03-06 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Issue #25718: Fixed pickling and copying the accumulate() iterator with total... | Serhiy Storchaka | 2016-03-06 | 1 | -0/+10 |
* | | Issue #25021: Merge 3.5 to default | Kristján Valur Jónsson | 2015-09-12 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Issue #25021: Merge 3.4 to 3.5 | Kristján Valur Jónsson | 2015-09-12 | 1 | -0/+10 |
| |\ |
|
| | * | Issue #25021: Merge from 3.3 to 3.4 | Kristján Valur Jónsson | 2015-09-12 | 1 | -0/+10 |
| | |\ |
|
| | | * | Issue #25021: Correctly make sure that product.__setstate__ does not access | Kristján Valur Jónsson | 2015-09-12 | 1 | -0/+10 |
* | | | | Improve comment | Raymond Hettinger | 2015-08-15 | 1 | -2/+2 |
* | | | | Add more tests for pickling itertools.cycle | Raymond Hettinger | 2015-08-15 | 1 | -0/+17 |
* | | | | Fix crash in itertools.cycle.__setstate__() caused by lack of type checking. | Raymond Hettinger | 2015-08-15 | 1 | -0/+33 |
|/ / / |
|
* | | | Make some tests more frienly to MemoryError. | Serhiy Storchaka | 2015-03-28 | 1 | -2/+6 |
|\ \ \
| |/ / |
|
| * | | Make some tests more frienly to MemoryError. | Serhiy Storchaka | 2015-03-28 | 1 | -2/+6 |
* | | | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 1 | -1/+1 |
* | | | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. | Serhiy Storchaka | 2015-02-03 | 1 | -7/+5 |
|\ \ \
| |/ / |
|
| * | | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. | Serhiy Storchaka | 2015-02-03 | 1 | -7/+5 |
| |\ \
| | |/ |
|
| | * | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. | Serhiy Storchaka | 2015-02-03 | 1 | -7/+5 |
* | | | merge 3.4 (#23364, #23363) | Benjamin Peterson | 2015-02-01 | 1 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | merge 3.3 (#23364, #23363) | Benjamin Peterson | 2015-02-01 | 1 | -0/+12 |
| |\ \
| | |/ |
|
| | * | check for overflows in permutations() and product() (closes #23363, closes #2... | Benjamin Peterson | 2015-02-01 | 1 | -0/+12 |
* | | | merge 3.4 (#23365) | Benjamin Peterson | 2015-02-01 | 1 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | merge 3.3 (#23365) | Benjamin Peterson | 2015-02-01 | 1 | -1/+5 |
| |\ \
| | |/ |
|
| | * | check for overflow in combinations_with_replacement (closes #23365) | Benjamin Peterson | 2015-02-01 | 1 | -1/+5 |
* | | | merge 3.4 (#23366) | Benjamin Peterson | 2015-02-01 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | merge 3.3 (#23366) | Benjamin Peterson | 2015-02-01 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | detect overflow in combinations (closes #23366) | Benjamin Peterson | 2015-02-01 | 1 | -0/+5 |
* | | | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -68/+102 |
|\ \ \
| |/ / |
|
| * | | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -68/+102 |
* | | | PEP 479: Use the return-keyword instead of raising StopIteration inside a ge... | Raymond Hettinger | 2014-11-22 | 1 | -2/+0 |
|/ / |
|
* | | allow test to work on implementations not using ref-counting (closes #22265) | Benjamin Peterson | 2014-08-24 | 1 | -0/+1 |
* | | Issue #19145: Fix handling of negative values for a "times" keyword argument... | Raymond Hettinger | 2014-06-24 | 1 | -0/+13 |