summaryrefslogtreecommitdiff
path: root/Lib/test/test_itertools.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28322: Fixed possible crashes when unpickle itertools objects fromSerhiy Storchaka2016-10-021-4/+20
|\
| * Issue #28322: Fixed possible crashes when unpickle itertools objects fromSerhiy Storchaka2016-10-021-0/+32
* | Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-1/+50
|\ \ | |/ |/|
| * Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skytt?Martin Panter2016-05-261-1/+1
| * Issue #23277: Remove more unused sys and os imports.Serhiy Storchaka2016-04-241-1/+0
| * MergeRaymond Hettinger2016-03-061-0/+8
| |\
| * \ Issue #25718: Fixed pickling and copying the accumulate() iterator with total...Serhiy Storchaka2016-03-061-0/+50
| |\ \
| | * \ Issue #25021: Merge 3.5 to defaultKristj?n Valur J?nsson2015-09-121-0/+50
| | |\ \
| | | * | Improve commentRaymond Hettinger2015-08-151-2/+2
| | | * | Add more tests for pickling itertools.cycleRaymond Hettinger2015-08-151-0/+17
| | | * | Fix crash in itertools.cycle.__setstate__() caused by lack of type checking.Raymond Hettinger2015-08-151-0/+33
* | | | | Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-5/+23
| |_|_|/ |/| | |
* | | | Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-061-0/+8
|/ / /
* | | Issue #25718: Fixed pickling and copying the accumulate() iterator with total...Serhiy Storchaka2016-03-061-0/+10
|/ /
* | Issue #25021: Merge 3.4 to 3.5Kristj?n Valur J?nsson2015-09-121-0/+10
|\ \ | |/ |/|
| * Issue #25021: Merge from 3.3 to 3.4Kristj?n Valur J?nsson2015-09-121-78/+195
| |\
| * | Issue #25021: Correctly make sure that product.__setstate__ does not accessKristj?n Valur J?nsson2015-09-121-0/+10
* | | Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-281-2/+0
|\ \ \ | |_|/ |/| |
| * | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
| |\ \
| * \ \ Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-031-2/+0
| |\ \ \
| | * \ \ merge 3.4 (#23364, #23363)Benjamin Peterson2015-02-011-2/+0
| | |\ \ \
| | | * \ \ merge 3.4 (#23365)Benjamin Peterson2015-02-011-1/+5
| | | |\ \ \
| | | * \ \ \ merge 3.4 (#23366)Benjamin Peterson2015-02-011-0/+5
| | | |\ \ \ \
| | | * \ \ \ \ Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-68/+102
| | | |\ \ \ \ \
| | | * | | | | | PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...Raymond Hettinger2014-11-221-2/+0
* | | | | | | | | Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-281-2/+6
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
|/ / / / / / /
* | | | | | | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-031-75/+188
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | merge 3.3 (#23364, #23363)Benjamin Peterson2015-02-011-75/+188
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | merge 3.3 (#23365)Benjamin Peterson2015-02-011-75/+188
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | merge 3.3 (#23366)Benjamin Peterson2015-02-011-0/+5
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | * | | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-68/+102
| | | | |/ | | | |/|
| | | * | allow test to work on implementations not using ref-counting (closes #22265)Benjamin Peterson2014-08-241-0/+1
| | | * | Issue #19145: Fix handling of negative values for a "times" keyword argument...Raymond Hettinger2014-06-241-0/+13
| | | * | Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-291-2/+11
| | | * | Issue #21346: Fix typo, make message consistent in test_itertools.Zachary Ware2014-04-241-1/+1
| | | * | Issue #18652: Add an itertools recipe for first_true()Raymond Hettinger2014-04-021-0/+16
| | | * | Issue #15475: Add __sizeof__ implementations for itertools objects.Serhiy Storchaka2013-12-091-1/+42
| | | * | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-7/+7
| | | |\ \
| | | * \ \ Revert a premature patch for issue #14010 (changeset 846bd418aee5).Serhiy Storchaka2013-04-061-116/+1
| | | |\ \ \
| | | | * | | Revert a premature patch for issue #14010 (changeset aaaf36026511).Serhiy Storchaka2013-04-061-116/+1
| | | * | | | Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-1/+116
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-1/+116
| | | * | | | Optimize the test for issue #13454.Serhiy Storchaka2013-01-261-3/+2
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()Serhiy Storchaka2013-01-251-0/+8
| | | | |\ \ \
| | | | * | | | Issue #16148: implemented PEP 424Armin Ronacher2012-10-061-3/+2
* | | | | | | | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-031-7/+5
|/ / / / / / /
* | | | | | | check for overflows in permutations() and product() (closes #23363, closes #2...Benjamin Peterson2015-02-011-0/+12
|/ / / / / /
* | | | | | check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-011-1/+5
| |_|_|_|/ |/| | | |
* | | | | detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-011-0/+5
| |_|_|/ |/| | |