COMMITS
/ Include/internal/pycore_list.h April 16, 2026
P
gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)
Pieter Eendebak committed
March 2, 2026
January 16, 2026
D
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
Dino Viehland committed
May 1, 2025
I
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
Irit Katriel committed
March 12, 2025
T
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
T. Wouters committed
January 22, 2025
M
GH-128682: Change a couple of functions to only steal references on success. (GH-129132)
Mark Shannon committed
December 11, 2024
M
GH-127058: Make `PySequence_Tuple` safer and probably faster. (#127758)
Mark Shannon committed
December 2, 2024
D
gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)
Donghee Na committed
September 17, 2024
V
gh-124064: Fix -Wconversion warnings in pycore_{gc,list,stackref}.h (#124174)
Victor Stinner committed
August 12, 2024
S
gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830)
Sam Gross committed
July 22, 2024
S
gh-100240: Use a consistent implementation for freelists (#121934)
Sam Gross committed
May 2, 2024
D
gh-117657: Fix TSAN list set failure (#118260)
Dino Viehland committed
March 7, 2024
K
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Ken Jin committed
March 6, 2024
K
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin committed
February 29, 2024
B
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher committed
February 10, 2024
D
January 31, 2024
D
gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)
Donghee Na committed
January 9, 2024
D
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)
Donghee Na committed
November 3, 2023
S
gh-106168: Revert the "size before item" setting (#111683)
scoder committed
August 24, 2023
V
gh-106320: Remove private _PyList functions (#108451)
Victor Stinner committed
June 28, 2023
V
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Victor Stinner committed
January 3, 2023
L
gh-100146: Steal references from stack when building a list (#100147)
L. A. F. Pereira committed
November 28, 2022
V
Use _Py_RVALUE() in macros (#99844)
Victor Stinner committed
July 26, 2022
P
gh-91247: Use memcpy for list and tuple repeat (#91482)
Pieter Eendebak committed
June 21, 2022
D
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney committed
April 1, 2022
D
bpo-47009: Streamline list.append for the common case (GH-31864)
Dennis Sweeney committed
December 9, 2021
June 22, 2020
V
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner committed