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