summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_list.h
Commit message (Expand)AuthorAgeFilesLines
* gh-106320: Remove private _PyList functions (#108451)Victor Stinner2023-08-241-1/+3
* gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)Victor Stinner2023-06-281-1/+1
* gh-100146: Steal references from stack when building a list (#100147)L. A. F. Pereira2023-01-031-0/+2
* Use _Py_RVALUE() in macros (#99844)Victor Stinner2022-11-281-1/+1
* gh-91247: Use memcpy for list and tuple repeat (#91482)Pieter Eendebak2022-07-261-0/+13
* GH-91432: Specialize FOR_ITER (GH-91713)Dennis Sweeney2022-06-211-0/+6
* bpo-47009: Streamline list.append for the common case (GH-31864)Dennis Sweeney2022-04-011-0/+18
* bpo-46008: Make runtime-global object/type lifecycle functions and state cons...Eric Snow2021-12-091-0/+24
* bpo-41078: Add pycore_list.h internal header file (GH-21057)Victor Stinner2020-06-221-0/+20