COMMITS
/ Objects/listobject.c 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
December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 1, 2018
V
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 28, 2018
P
bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846)
Pablo Galindo committed
October 11, 2018
R
Micro-optimize list index range checks (GH-9784)
Raymond Hettinger committed
August 11, 2018
S
bpo-34151: Improve performance of some list operations (GH-8332)
Sergey Fedoseev committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed