COMMITS
/ Modules/itertoolsmodule.c November 11, 2017
S
bpo-31572: Silence only AttributeError when get the __copy__ attribute in itertools.tee(). (#3724)
Serhiy Storchaka committed
September 26, 2017
S
bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (#1557)
Serhiy Storchaka committed
September 25, 2017
R
bpo-27385: Clarify docstring for groupby() (#3738)
Raymond Hettinger committed
September 24, 2017
S
bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)
Serhiy Storchaka committed
September 21, 2017
S
bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631)
Serhiy Storchaka committed
September 17, 2017
S
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka committed
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
W
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
Will Roberts committed
April 19, 2017
S
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka committed
March 30, 2017
T
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)
T. Wouters committed
S
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka committed
March 21, 2017
S
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
Serhiy Storchaka committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
October 2, 2016
S
Issue #28322: Fixed possible crashes when unpickle itertools objects from
Serhiy Storchaka committed
S
Issue #28322: Fixed possible crashes when unpickle itertools objects from
Serhiy Storchaka committed
September 10, 2016
S
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka committed
S
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka committed
July 28, 2016
M
Issue #27626: Merge spelling fixes from 3.5
Martin Panter committed
M
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
March 6, 2016
S
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
Serhiy Storchaka committed
S
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
Serhiy Storchaka committed
January 1, 2016
December 27, 2015
S
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka committed
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
November 2, 2015
S
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka committed
S
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka committed
S
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka committed
September 12, 2015
K
Issue #25021: Merge 3.5 to default
Kristján Valur Jónsson committed
K
Issue #25021: Merge 3.4 to 3.5
Kristján Valur Jónsson committed
K
Issue #25021: Merge from 3.3 to 3.4
Kristján Valur Jónsson committed
K
Issue #25021: Correctly make sure that product.__setstate__ does not access
Kristján Valur Jónsson committed
August 18, 2015
R
Minor cleanups
Raymond Hettinger committed
August 16, 2015
R
Issue #24874: Speed-up itertools and make it pickles more compact.
Raymond Hettinger committed
R
Neaten-up whitespace, vertical alignment, and line-wrapping.
Raymond Hettinger committed