Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ... | Serhiy Storchaka | 2016-12-16 | 1 | -3/+3 |
* | Issue #28322: Fixed possible crashes when unpickle itertools objects from | Serhiy Storchaka | 2016-10-02 | 1 | -6/+34 |
|\ | |||||
| * | Issue #28322: Fixed possible crashes when unpickle itertools objects from | Serhiy Storchaka | 2016-10-02 | 1 | -5/+35 |
* | | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 1 | -195/+196 |
|\ \ | |/ |/| | |||||
| * | Issue #27626: Merge spelling fixes from 3.5 | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| |\ | |||||
| * \ | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 1 | -195/+196 |
| |\ \ | |||||
| | * \ | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -2/+2 |
| | |\ \ | |||||
| | * \ \ | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -195/+196 |
| | |\ \ \ | |||||
| | | * \ \ | Issue #25718: Fixed pickling and copying the accumulate() iterator with total... | Serhiy Storchaka | 2016-03-06 | 1 | -195/+196 |
| | | |\ \ \ | |||||
| | | | * \ \ | merge 3.5 | Benjamin Peterson | 2016-01-01 | 1 | -2/+0 |
| | | | |\ \ \ | |||||
| | | | * | | | | Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. | Serhiy Storchaka | 2015-12-27 | 1 | -16/+6 |
| | | | * | | | | Issue #20440: Applied yet one patch for using Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 1 | -34/+21 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -180/+191 |
| | | | |\ \ \ \ \ | |||||
| | | | | * \ \ \ \ | 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 #25021: Merge 3.5 to default | Kristj?n Valur J?nsson | 2015-09-12 | 1 | -180/+191 |
| | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | Minor cleanups | Raymond Hettinger | 2015-08-17 | 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 |
* | | | | | | | | | | | | | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 1 | -16/+29 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -1/+1 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -14/+14 |
|/ / / / / / / / | |||||
* | | | | | | | | Issue #25718: Fixed pickling and copying the accumulate() iterator with total... | Serhiy Storchaka | 2016-03-06 | 1 | -0/+17 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 1 | -2/+0 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 1 | -24/+99 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | remove some copyright notices supserseded by the toplevel ones | Benjamin Peterson | 2016-01-01 | 1 | -2/+0 |
* | | | | | | | | Issue #20440: Applied yet one patch for using Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 1 | -35/+22 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | 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 #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Issue #25021: Merge 3.4 to 3.5 | Kristj?n Valur J?nsson | 2015-09-12 | 1 | -2/+10 |
| |\ \ \ | | |_|/ | |/| | | |||||
| * | | | merge | Raymond Hettinger | 2015-07-28 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-11 | 1 | -11/+11 |
| | |\ \ \ | |||||
| | * | | | | Issue #22883: Got rid of outdated references to PyInt and PyString in comments. | Serhiy Storchaka | 2015-02-17 | 1 | -1/+1 |
* | | | | | | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Issue #25021: Merge from 3.3 to 3.4 | Kristj?n Valur J?nsson | 2015-09-12 | 1 | -23/+98 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | 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-11 | 1 | -11/+11 |
| |/ | |||||
| * | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. | Serhiy Storchaka | 2015-02-03 | 1 | -7/+80 |
| |\ | |||||
| | * | merge 3.3 (#23364, #23363) | Benjamin Peterson | 2015-02-01 | 1 | -7/+80 |
| | |\ | |||||
| | | * | merge 3.3 (#23365) | Benjamin Peterson | 2015-02-01 | 1 | -7/+80 |
| | | |\ | |||||
| | | | * | merge 3.3 (#23366) | Benjamin Peterson | 2015-02-01 | 1 | -0/+4 |
| | | | |\ | |||||
| | | | * | | Issue #19145: Fix handling of negative values for a "times" keyword argument... | Raymond Hettinger | 2014-06-24 | 1 | -2/+5 |