summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_list.h
Commit message (Expand)AuthorAgeFilesLines
* gh-117657: Fix TSAN list set failure (#118260)Dino Viehland2024-05-021-0/+4
* gh-116381: Remove bad specializations, add fail stats (GH-116464)Ken Jin2024-03-071-2/+0
* gh-116381: Specialize CONTAINS_OP (GH-116385)Ken Jin2024-03-061-0/+2
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-291-3/+3
* gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...Donghee Na2024-02-101-6/+0
* gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)Donghee Na2024-01-311-1/+2
* gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)Donghee Na2024-01-091-20/+2
* gh-106168: Revert the "size before item" setting (#111683)scoder2023-11-031-1/+1
* 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