Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.10] Fix typos in the Include directory (GH-28745) (GH-28789) | Christian Clauss | 2021-10-07 | 1 | -1/+1 |
* | bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte... | Serhiy Storchaka | 2020-10-26 | 1 | -2/+2 |
* | bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) | Pablo Galindo | 2020-10-20 | 1 | -0/+1 |
* | bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) | Zackery Spytz | 2020-10-19 | 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 | -2/+0 |
* | bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) | Serhiy Storchaka | 2019-02-25 | 1 | -0/+1 |
* | bpo-35134: Create Include/cpython/dictobject.h (GH-10732) | Victor Stinner | 2018-11-26 | 1 | -0/+93 |