1. fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 4 years, 10 months ago
  2. 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years, 10 months ago
  3. 1438c2a bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) by Zackery Spytz · 4 years, 10 months ago
  4. b4d5a5c bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413) by Skip Montanaro · 5 years ago
  5. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 5 years ago
  6. a24107b bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) by Serhiy Storchaka · 6 years ago
  7. ffedd9a bpo-35134: Create Include/cpython/dictobject.h (GH-10732) by Victor Stinner · 7 years ago