1. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 5 years ago
  2. a24107b bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) by Serhiy Storchaka · 5 years ago
  3. 1bf8845 bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391) by Michael Felt · 5 years ago
  4. cb4bae7 Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) by Benjamin Peterson · 6 years ago
  5. 19de8b3 bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) by Serhiy Storchaka · 6 years ago
  6. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 6 years ago
  7. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 7 years ago
  8. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  9. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  10. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  11. 9d3c61c Close #24748: Restore imp.load_dynamic compatibility by Nick Coghlan · 9 years ago
  12. 53f9502 Issue #24373: Eliminate PEP 489 test refleaks by Nick Coghlan · 9 years ago
  13. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 9 years ago
  14. a48db2b Issue #24268: Address some PEP 489 refleaks by Nick Coghlan · 9 years ago
  15. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago