COMMITS
/ Objects/listobject.c October 25, 2021
T
bpo-45530: speed listobject.c's unsafe_tuple_compare() (GH-29076)
Tim Peters committed
October 21, 2021
C
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes committed
October 6, 2021
C
Fix typos in the Objects directory (GH-28766)
Christian Clauss committed
September 19, 2021
S
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka committed
September 6, 2021
T
bpo-34561: Switch to Munro & Wild "powersort" merge strategy. (#28108)
Tim Peters committed
July 29, 2021
S
bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292)
Serhiy Storchaka committed
April 30, 2021
M
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
June 29, 2020
J
Fix typo in Object/listobject.c (GH-21079)
Jeong Ukjae committed
June 23, 2020
V
bpo-40521: Cleanup code of free lists (GH-21082)
Victor Stinner committed
June 22, 2020
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed
June 8, 2020
V
bpo-40887: Don't use finalized free lists (GH-20700)
Victor Stinner committed
June 5, 2020
V
bpo-40521: Make list free list per-interpreter (GH-20642)
Victor Stinner committed
May 25, 2020
S
bpo-34397: Remove redundant overflow checks in list and tuple implementation. (GH-8757)
Sergey Fedoseev committed
May 6, 2020
V
bpo-40521: Disable list free list in subinterpreters (GH-19959)
Victor Stinner committed
April 29, 2020
V
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
April 8, 2020
V
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
March 30, 2020
P
bpo-37207: Use vectorcall for list() (GH-18928)
Petr Viktorin committed
March 17, 2020
S
bpo-38373: Change list overallocating strategy. (GH-18952)
Serhiy Storchaka committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 26, 2020
S
bpo-39737: Remove code repitition in list_richcompare (GH-18638)
sweeneyde committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 27, 2020
D
bpo-39453: Add testcase for bpo-39453 (GH-18202)
Dong-hee Na committed
D
bpo-39453: Make list.__contains__ hold strong references to avoid crashes (GH-18181)
Dong-hee Na committed
January 22, 2020
D
bpo-39425: Fix list.count performance regression (GH-18119)
Dong-hee Na committed
December 31, 2019
I
bpo-38588: Optimize list comparison. (GH-17766)
Inada Naoki committed
December 30, 2019
Z
bpo-38610: Fix possible crashes in several list methods (GH-17022)
Zackery Spytz committed
September 8, 2019
H
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng committed
August 26, 2019
V
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner committed
August 4, 2019
S
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 1, 2019
T
Improve docstring of list.sort (GH-8516)
Tim Hoffmann committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 23, 2019
A
bpo-35091: Objects/listobject.c: Replace overflow checks in gallop fu… (GH-10202)
Alexey Izbyshev committed
May 10, 2019
J
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer committed
March 25, 2019
R
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
Rémi Lapeyre committed
February 25, 2019
S
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev committed
February 21, 2019
Z
bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl(). (GH-8710)
Zackery Spytz committed
S
bpo-36062: Minor speed-up for list slicing and copying. (GH-11967)
Sergey Fedoseev committed
January 2, 2019
December 29, 2018
S
bpo-33234: Simplify list_preallocate_exact() (GH-11220)
Sergey Fedoseev committed