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
*
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-2/+2
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-1/+1
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-1/+0
*
Fix grammar and improve clarity for an deprecation message. (GH-105457)
Raymond Hettinger
2023-06-07
1
-2/+2
*
GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)
Raymond Hettinger
2023-05-26
1
-1/+43
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-101476: Add _PyType_GetModuleState (GH-101477)
Erlend E. Aasland
2023-02-23
1
-1/+2
*
gh-101277: Finalise isolating itertools (GH-101305)
Erlend E. Aasland
2023-02-10
1
-319/+215
*
gh-101277: Port more itertools static types to heap types (#101304)
Erlend E. Aasland
2023-02-08
1
-324/+197
*
gh-101277: Port more `itertools` static types to heap types (#101303)
Erlend E. Aasland
2023-02-03
1
-323/+197
*
gh-101277: Isolate itertools, add group and _grouper types to module state (#...
Erlend E. Aasland
2023-02-01
1
-107/+137
*
GH-98363: Shrink the physical size as well as the logical size (GH-100138)
Raymond Hettinger
2022-12-09
1
-2/+1
*
GH-98363: Have batched() return tuples (GH-100118)
Raymond Hettinger
2022-12-08
1
-14/+16
*
gh-60203: Revert changes in cycle.__setstate__ (#99982)
Serhiy Storchaka
2022-12-05
1
-2/+3
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-2/+2
*
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner
2022-11-30
1
-21/+13
*
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner
2022-11-22
1
-2/+1
*
gh-99300: Use Py_NewRef() in Modules/itertoolsmodule.c (#99439)
Victor Stinner
2022-11-13
1
-62/+31
*
GH-98363: Slicing isn't necessary. A size reduction will suffice. (GH-98538)
Raymond Hettinger
2022-10-22
1
-7/+6
*
GH-98363: Use better accessor macro (#98535)
Raymond Hettinger
2022-10-21
1
-1/+1
*
GH-98363: Fix exception handling in batched() (GH-98523)
Raymond Hettinger
2022-10-21
1
-8/+21
*
GH-98363: Presize the list for batched() (GH-98419)
Raymond Hettinger
2022-10-20
1
-13/+13
*
Fix typos in comments (GH-98375)
Raymond Hettinger
2022-10-18
1
-2/+2
*
GH-98363: Add itertools.batched() (GH-98364)
Raymond Hettinger
2022-10-17
1
-1/+170
*
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
[next]