summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/itertoolsmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-113202: Add a strict option to itertools.batched() (gh-113203)Raymond Hettinger2023-12-161-9/+23
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-1/+2
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-311-5/+4
* gh-106320: Remove private AC converter functions (#108505)Victor Stinner2023-08-261-1/+2
* gh-101277: Finalise isolating itertools (GH-101305)Erlend E. Aasland2023-02-101-3/+3
* gh-101277: Port more itertools static types to heap types (#101304)Erlend E. Aasland2023-02-081-3/+3
* gh-101277: Port more `itertools` static types to heap types (#101303)Erlend E. Aasland2023-02-031-5/+5
* gh-101277: Isolate itertools, add group and _grouper types to module state (#...Erlend E. Aasland2023-02-011-4/+4
* gh-101409: Improve generated clinic code for self type checks (#101411)Erlend E. Aasland2023-01-311-19/+19
* GH-98363: Have batched() return tuples (GH-100118)Raymond Hettinger2022-12-081-7/+7
* GH-98363: Add itertools.batched() (GH-98364)Raymond Hettinger2022-10-171-1/+80
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-131-120/+50
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-111-8/+245
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-031-2/+2
* bpo-46728: fix docstring of combinations_with_replacement for consistency (GH...DongGeon Lee2022-02-151-2/+2
* bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...Serhiy Storchaka2021-09-121-10/+19
* bpo-38200: Add itertools.pairwise() (GH-23549)Raymond Hettinger2020-12-011-1/+32
* bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka2020-05-281-4/+4
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-16/+1
* bpo-37034: Display argument name on errors with keyword arguments with Argume...RĂ©mi Lapeyre2019-08-291-3/+3
* bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...Serhiy Storchaka2019-03-141-22/+124
* bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)Serhiy Storchaka2019-01-111-19/+17
* bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...Serhiy Storchaka2019-01-111-7/+39
* bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...Serhiy Storchaka2018-11-271-2/+2
* bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)Lisa Roach2018-09-241-7/+8
* bpo-20180: convert most of itertoolsmodule.c to use Argument Clinic (GH-9164)Tal Einat2018-09-111-1/+449
* bpo-20180: itertools.groupby Argument Clinic conversion (GH-4170)Tal Einat2018-09-101-0/+64