1. d905df7 bpo-39573: Add Py_IS_TYPE() function (GH-18488) by Dong-hee Na · 4 years, 5 months ago
  2. 2ff8fb7 bpo-35059: Add _PyObject_CAST() macro (GH-10645) by Victor Stinner · 6 years ago
  3. 1b3029a bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900) by Serhiy Storchaka · 7 years ago
  4. a171a03 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  5. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  6. 5ab81d7 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. by Serhiy Storchaka · 8 years ago
  7. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  8. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  9. a762af7 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. by Eric Snow · 9 years ago
  10. d0a0645 Issue #16991: Drop Py_ODict_GetItemId. by Eric Snow · 9 years ago
  11. 8c7ed01 Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance. by Eric Snow · 9 years ago
  12. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago