Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-106320: Remove private _PyList functions (#108451) | Victor Stinner | 2023-08-24 | 1 | -1/+3 |
* | gh-106168: PyTuple_SET_ITEM() now checks the index (#106164) | Victor Stinner | 2023-06-28 | 1 | -1/+1 |
* | gh-100146: Steal references from stack when building a list (#100147) | L. A. F. Pereira | 2023-01-03 | 1 | -0/+2 |
* | Use _Py_RVALUE() in macros (#99844) | Victor Stinner | 2022-11-28 | 1 | -1/+1 |
* | gh-91247: Use memcpy for list and tuple repeat (#91482) | Pieter Eendebak | 2022-07-26 | 1 | -0/+13 |
* | GH-91432: Specialize FOR_ITER (GH-91713) | Dennis Sweeney | 2022-06-21 | 1 | -0/+6 |
* | bpo-47009: Streamline list.append for the common case (GH-31864) | Dennis Sweeney | 2022-04-01 | 1 | -0/+18 |
* | bpo-46008: Make runtime-global object/type lifecycle functions and state cons... | Eric Snow | 2021-12-09 | 1 | -0/+24 |
* | bpo-41078: Add pycore_list.h internal header file (GH-21057) | Victor Stinner | 2020-06-22 | 1 | -0/+20 |