index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
itertoolsmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() it...
Serhiy Storchaka
2017-09-26
1
-36/+31
*
bpo-27385: Clarify docstring for groupby() (#3738)
Raymond Hettinger
2017-09-25
1
-2/+3
*
bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)
Serhiy Storchaka
2017-09-24
1
-0/+8
*
bpo-27541: Reprs of subclasses of some classes now contain actual type name. ...
Serhiy Storchaka
2017-09-21
1
-6/+13
*
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka
2017-09-17
1
-4/+3
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
1
-7/+7
*
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
Will Roberts
2017-06-08
1
-4/+4
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-1/+2
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)
T. Wouters
2017-03-30
1
-24/+28
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-13/+5
*
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ...
Serhiy Storchaka
2017-03-21
1
-2/+2
*
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-3/+3
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-5/+5
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-5/+5
*
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
-16/+29
|
\
\
|
|
/
|
*
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
1
-16/+29
*
|
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-1/+1
|
\
\
|
|
/
|
*
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, documentation and error
Serhiy Storchaka
2016-04-17
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
-2/+2
|
\
\
|
|
/
|
*
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
-18/+18
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
Issue #25718: Fixed pickling and copying the accumulate() iterator with total...
Serhiy Storchaka
2016-03-06
1
-0/+17
*
|
merge 3.5
Benjamin Peterson
2016-01-01
1
-2/+0
|
\
\
|
|
/
|
*
merge 3.4
Benjamin Peterson
2016-01-01
1
-2/+0
|
|
\
|
|
*
merge 3.3
Benjamin Peterson
2016-01-01
1
-2/+0
|
|
|
\
|
|
|
*
remove some copyright notices supserseded by the toplevel ones
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: 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 #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
[next]