COMMITS
/ Objects/tupleobject.c April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
March 21, 2023
E
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow committed
March 8, 2023
E
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow committed
February 24, 2023
February 19, 2023
F
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder committed
December 9, 2022
K
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Ken Jin committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Victor Stinner committed
July 26, 2022
P
gh-91247: Use memcpy for list and tuple repeat (#91482)
Pieter Eendebak committed
May 3, 2022
M
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
February 28, 2022
E
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow committed
February 8, 2022
January 21, 2022
V
bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764)
Victor Stinner committed
January 8, 2022
D
bpo-46235: Do all ref-counting at once during list/tuple multiplication (GH-30346)
Dennis Sweeney committed
December 9, 2021
October 21, 2021
C
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes committed
October 18, 2021
M
bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)
Mark Shannon committed
October 9, 2021
P
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Pablo Galindo Salgado committed
September 21, 2021
V
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner committed
September 19, 2021
S
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka committed
July 1, 2021
V
bpo-44531: Add _PyType_AllocNoTrack() function (GH-26947)
Victor Stinner 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
June 24, 2020
V
bpo-40521: Always create the empty tuple singleton (GH-21116)
Victor Stinner committed
June 23, 2020
V
bpo-40521: Cleanup code of free lists (GH-21082)
Victor Stinner committed
June 15, 2020
V
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner committed
June 8, 2020
V
bpo-40887: Don't use finalized free lists (GH-20700)
Victor Stinner committed
June 4, 2020
V
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Victor Stinner committed
May 27, 2020
V
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner committed
May 25, 2020
D
bpo-39573: Fix buildbot failure for tupleobject.c (GH-20391)
Dong-hee Na committed
S
bpo-34397: Remove redundant overflow checks in list and tuple implementation. (GH-8757)
Sergey Fedoseev committed
May 5, 2020
V
bpo-40521: Disable free lists in subinterpreters (GH-19937)
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 16, 2020
D
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
Dong-hee Na committed
D
bpo-37207: Use _PyArg_CheckPositional() for tuple vectorcall (GH-18986)
Dong-hee Na committed
March 15, 2020
H
Fix a possible refleak in tupleobject.c (GH-19018)
Hai Shi committed
March 13, 2020
D
bpo-37207: Use PEP 590 vectorcall to speed up tuple() (GH-18936)
Dong-hee Na committed
March 6, 2020
A
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 6, 2020
V
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner committed
February 3, 2020
V
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner committed
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
September 9, 2019
S
Correct overflow check in PyTuple_New() (GH-14838)
Sergey Fedoseev committed
September 4, 2019
Z
bpo-36030: Fix a possible segfault in PyTuple_New() (GH-15670)
Zackery Spytz committed
August 26, 2019
V
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner committed
August 14, 2019
S
bpo-36030: Improve performance of some tuple operations (GH-12052)
Sergey Fedoseev committed