COMMITS
/ Modules/_collectionsmodule.c May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 7, 2022
R
Remove micro-optimization that no longer shows a benefit. (GH-32397)
Raymond Hettinger committed
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
March 31, 2022
V
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
Victor Stinner committed
February 8, 2022
November 8, 2021
C
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
September 19, 2021
S
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka committed
June 22, 2021
D
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Dennis Sweeney committed
May 5, 2021
R
bpo-40521: Convert deque freelist from global vars to instance vars (GH-25906)
Raymond Hettinger committed
April 30, 2021
M
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon committed
March 25, 2021
R
Revert "bpo-40521: Remove freelist from collections.deque() (GH-21073)" (GH-24944)
Raymond Hettinger committed
March 16, 2021
D
bpo-41361: Optimized argument parsing for deque_rotate (GH-24796)
Dennis Sweeney committed
December 23, 2020
R
bpo-25246: Optimize deque.remove() (GH-23898)
Raymond Hettinger committed
October 27, 2020
V
bpo-42161: Micro-optimize _collections._count_elements() (GH-23008)
Victor Stinner committed
V
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner committed
June 23, 2020
R
bpo-40521: Remove freelist from collections.deque() (GH-21073)
Raymond Hettinger committed
April 15, 2020
A
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
March 22, 2020
D
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na committed
March 19, 2020
D
bpo-1635741: Port _collections module to multiphase initialization (GH-19074)
Dong-hee Na committed
March 12, 2020
B
Simplify defaultdict.__or__ (#18931)
Brandt Bucher committed
March 6, 2020
B
bpo-36144: Implement defaultdict union (GH-18729)
Brandt Bucher committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 9, 2020
S
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer committed
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 5, 2019
R
bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
Raymond Hettinger committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
March 5, 2019
S
Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180)
Serhiy Storchaka committed
S
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)
Stéphane Wirtel committed
February 21, 2019
J
bpo-36068: Make _tuplegetter objects serializable (GH-11981)
Joe Jevnik committed
February 1, 2019
R
Speed-up argument parsing for common cases in deque.__init__()(GH-11717)
Raymond Hettinger committed
December 31, 2018
S
bpo-32492: Tweak _collections._tuplegetter. (GH-11367)
Serhiy Storchaka committed
December 30, 2018
P
bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#10495)
Pablo Galindo committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
S
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
Serhiy Storchaka committed
September 21, 2018
R
Minor performance tweak for deque.index() with a start argument (GH-9440)
Raymond Hettinger committed
September 11, 2018
July 10, 2018
R
Factor-out two substantially identical code blocks. (GH-8219)
Raymond Hettinger committed
May 31, 2018
S
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
Serhiy Storchaka committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed