COMMITS
/ Modules/itertoolsmodule.c December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
September 24, 2018
L
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Lisa Roach committed
September 11, 2018
T
bpo-20180: convert most of itertoolsmodule.c to use Argument Clinic (GH-9164)
Tal Einat committed
September 10, 2018
T
bpo-20180: itertools.groupby Argument Clinic conversion (GH-4170)
Tal Einat committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed
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