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-46728: fix docstring of combinations_with_replacement for consistency (GH...
DongGeon Lee
2022-02-15
1
-2/+2
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-10/+6
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-2/+1
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-1/+1
*
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka
2021-09-19
1
-1/+1
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
1
-2/+4
*
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020)
Serhiy Storchaka
2021-07-05
1
-9/+10
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-05
1
-0/+26
*
bpo-38200: Add itertools.pairwise() (GH-23549)
Raymond Hettinger
2020-12-01
1
-1/+136
*
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner
2020-10-27
1
-3/+5
*
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner
2020-06-22
1
-1/+1
*
bpo-40898: Remove redundant if statements in tp_traverse (GH-20692)
Hai Shi
2020-06-07
1
-2/+1
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
Generic itertools.chain (GH-19417)
Ethan Smith
2020-04-10
1
-0/+2
*
bpo-40036: Deleting duplicates in itertoolsmodule.c (GH-18958)
AlphaHot
2020-03-23
1
-26/+0
*
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na
2020-03-22
1
-11/+3
*
bpo-1635741: Port itertools module to multiphase initialization (GH-19044)
Dong-hee Na
2020-03-17
1
-35/+42
*
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester
2020-03-06
1
-1/+1
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
1
-1/+1
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-4/+4
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
1
-3/+5
*
Minor readability improvement for argument handling in itertools.repeat() (G...
Raymond Hettinger
2019-11-10
1
-5/+5
*
Permutations Python code equivalent in comment was invalid for Python 3 (GH-1...
Sergey
2019-10-29
1
-3/+6
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Serhiy Storchaka
2019-09-09
1
-0/+9
*
Revert "Raise a RuntimeError when tee iterator is consumed from different thr...
Serhiy Storchaka
2019-09-09
1
-8/+0
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-3/+3
*
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
Sergey Fedoseev
2019-08-30
1
-4/+0
*
Raise a RuntimeError when tee iterator is consumed from different threads (GH...
HongWeipeng
2019-08-29
1
-0/+8
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-4/+4
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-40/+40
*
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
Zackery Spytz
2019-03-26
1
-0/+1
*
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev
2019-02-25
1
-24/+5
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-4/+10
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
1
-1/+2
*
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Lisa Roach
2018-09-24
1
-3/+29
*
bpo-20180: convert most of itertoolsmodule.c to use Argument Clinic (GH-9164)
Tal Einat
2018-09-11
1
-218/+245
*
bpo-20180: itertools.groupby Argument Clinic conversion (GH-4170)
Tal Einat
2018-09-10
1
-23/+41
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-23/+23
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
1
-5/+5
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-6/+4
*
bpo-31572: Silence only AttributeError when get the __copy__ attribute in ite...
Serhiy Storchaka
2017-11-11
1
-7/+25
*
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
[next]