Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975) | Zackery Spytz | 2020-12-05 | 1 | -1/+1 |
* | Fix typo in listobject.h (GH-22588) | chilaxan | 2020-10-11 | 1 | -1/+1 |
* | bpo-41078: Add pycore_list.h internal header file (GH-21057) | Victor Stinner | 2020-06-22 | 1 | -1/+0 |
* | bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18... | Skip Montanaro | 2020-06-01 | 1 | -8/+0 |
* | bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) | Victor Stinner | 2020-04-29 | 1 | -1/+0 |
* | bpo-35134: Create Include/cpython/listobject.h (GH-18395) | Victor Stinner | 2020-02-07 | 1 | -0/+44 |