| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -2/+1 |
|\ |
|
| * | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -2/+1 |
|
|
* | | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. | Serhiy Storchaka | 2015-12-19 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. | Serhiy Storchaka | 2015-12-19 | 1 | -4/+4 |
|
|
* | | Issue #25523: Merge a-to-an corrections from 3.5. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|
|
* | | | Issue #25021: Merge 3.5 to default | Kristján Valur Jónsson | 2015-09-12 | 1 | -2/+10 |
|\ \ \
| |/ / |
|
| * | | Issue #25021: Merge 3.4 to 3.5 | Kristján Valur Jónsson | 2015-09-12 | 1 | -2/+10 |
| |\ \
| | |/ |
|
| | * | Issue #25021: Merge from 3.3 to 3.4 | Kristján Valur Jónsson | 2015-09-12 | 1 | -2/+10 |
| | |\ |
|
| | | * | Issue #25021: Correctly make sure that product.__setstate__ does not access | Kristján Valur Jónsson | 2015-09-12 | 1 | -2/+10 |
|
|
* | | | | Minor cleanups | Raymond Hettinger | 2015-08-18 | 1 | -82/+74 |
|
|
* | | | | Issue #24874: Speed-up itertools and make it pickles more compact. | Raymond Hettinger | 2015-08-16 | 1 | -21/+41 |
|
|
* | | | | Neaten-up whitespace, vertical alignment, and line-wrapping. | Raymond Hettinger | 2015-08-16 | 1 | -15/+17 |
|
|
* | | | | Inline PyIter_Next() matching what was done for other itertools. | Raymond Hettinger | 2015-08-16 | 1 | -2/+2 |
|
|
* | | | | Fix oddly placed whitespace | Raymond Hettinger | 2015-08-15 | 1 | -1/+1 |
|
|
* | | | | Remove dead code (unreachable) | Raymond Hettinger | 2015-08-15 | 1 | -5/+2 |
|
|
* | | | | Fix crash in itertools.cycle.__setstate__() caused by lack of type checking. | Raymond Hettinger | 2015-08-15 | 1 | -1/+1 |
|
|
* | | | | Neaten-up vertical alignment of comments | Raymond Hettinger | 2015-08-14 | 1 | -62/+62 |
|/ / / |
|
* | | | merge | Raymond Hettinger | 2015-07-28 | 1 | -5/+7 |
|\ \ \
| |/ / |
|
| * | | Issue #24735: Fix invalid memory access in combinations_with_replacement() | Raymond Hettinger | 2015-07-28 | 1 | -5/+7 |
|
|
* | | | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-10 | 1 | -11/+11 |
|\ \ \
| |/ / |
|
| * | | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-10 | 1 | -11/+11 |
|
|
* | | | Issue #22883: Got rid of outdated references to PyInt and PyString in comments. | Serhiy Storchaka | 2015-02-17 | 1 | -1/+1 |
|/ / |
|
* | | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. | Serhiy Storchaka | 2015-02-02 | 1 | -20/+6 |
|\ \
| |/ |
|
| * | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. | Serhiy Storchaka | 2015-02-02 | 1 | -20/+6 |
|
|
* | | merge 3.3 (#23364, #23363) | Benjamin Peterson | 2015-02-02 | 1 | -2/+16 |
|\ \
| |/ |
|
| * | check for overflows in permutations() and product() (closes #23363, closes #2... | Benjamin Peterson | 2015-02-02 | 1 | -2/+16 |
|
|
* | | merge 3.3 (#23365) | Benjamin Peterson | 2015-02-02 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | check for overflow in combinations_with_replacement (closes #23365) | Benjamin Peterson | 2015-02-02 | 1 | -0/+4 |
|
|
* | | merge 3.3 (#23366) | Benjamin Peterson | 2015-02-02 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | detect overflow in combinations (closes #23366) | Benjamin Peterson | 2015-02-02 | 1 | -0/+4 |
|
|
| * | Issue 18752: Make chain.from_iterable() more visible in the documentation. | Raymond Hettinger | 2013-09-09 | 1 | -1/+2 |
|
|
* | | Issue #19145: Fix handling of negative values for a "times" keyword argument... | Raymond Hettinger | 2014-06-25 | 1 | -2/+5 |
|
|
* | | Issue #21321: itertools.islice() now releases the reference to the source ite... | Antoine Pitrou | 2014-04-29 | 1 | -3/+22 |
|
|
* | | Issue #15475: Add __sizeof__ implementations for itertools objects. | Serhiy Storchaka | 2013-12-09 | 1 | -0/+51 |
|
|
* | | Add a comment making it explicit that itertools.tee() is already 64bit-safe (... | Antoine Pitrou | 2013-09-20 | 1 | -2/+2 |
|
|
* | | Issue 18752: Make chain.from_iterable() more visible in the documentation. | Raymond Hettinger | 2013-09-09 | 1 | -1/+2 |
|/ |
|
* | cwr_next(): move invariants out of loops. | Tim Peters | 2013-09-03 | 1 | -16/+12 |
|
|
* | Issue #18912: Fix indentation in docstring | Eli Bendersky | 2013-09-03 | 1 | -4/+4 |
|
|
* | Closes #18220: expand itertools.islice docstring to 2 lines | Andrew Kuchling | 2013-06-22 | 1 | -1/+2 |
|
|
* | Close #18285: add 'repeat' parameter to docstring for product | Andrew Kuchling | 2013-06-22 | 1 | -1/+1 |
|
|
* | Closes #18239: correct description of count() in module docstring | Andrew Kuchling | 2013-06-21 | 1 | -1/+1 |
|
|
* | Revert a premature patch for issue #14010 (changeset aaaf36026511). | Serhiy Storchaka | 2013-04-06 | 1 | -46/+1 |
|
|
* | Issue #14010: Fix a crash when iterating or deleting deeply nested filters | Serhiy Storchaka | 2013-04-06 | 1 | -1/+46 |
|
|
* | Clean trailing whitespace in itertoolsmodule.c. | Serhiy Storchaka | 2013-01-25 | 1 | -8/+8 |
|\ |
|
| * | Clean trailing whitespace in itertoolsmodule.c. | Serhiy Storchaka | 2013-01-25 | 1 | -4/+4 |
|
|
* | | Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() | Serhiy Storchaka | 2013-01-25 | 1 | -1/+20 |
|\ \
| |/ |
|
| * | Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() | Serhiy Storchaka | 2013-01-25 | 1 | -1/+20 |
|
|
* | | Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors... | Antoine Pitrou | 2012-08-15 | 1 | -7/+12 |
|\ \
| |/ |
|