1. c8c4200 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) by Victor Stinner · 3 years, 10 months ago
  2. 1cf15af bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Pablo Galindo · 4 years, 3 months ago
  3. 77c6146 bpo-40566: Apply PEP 573 to abc module (GH-20005) by Dong-hee Na · 4 years, 4 months ago
  4. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 5 months ago
  5. 9cc3ebd bpo-40149: Implement traverse in _abc._abc_data (GH-19412) by Victor Stinner · 4 years, 5 months ago
  6. 53e4c91 bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202) by Dong-hee Na · 4 years, 5 months ago
  7. 4c1b6a6 bpo-1635741: Port _abc extension to multiphase initialization (PEP 489) (GH-18030) by Hai Shi · 4 years, 7 months ago
  8. 1b55b65 bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) by Dong-hee Na · 4 years, 7 months ago
  9. 59ad110 bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) by Jeroen Demeyer · 5 years ago
  10. f7d72e4 Fix some typos (GH-14435) by Min ho Kim · 5 years ago
  11. b1263d5 bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228) by Jeroen Demeyer · 5 years ago
  12. abe5922 fix _abc.c compile error on Cygwin (GH-8445) by E. M. Bray · 6 years ago
  13. 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
  14. 0e0bc4e Fix misleading mentions of tp_size in comments (GH-9093) by Peter Eisentraut · 6 years ago
  15. cdbf50c bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) by Alexey Izbyshev · 6 years ago
  16. c65bf3f bpo-32999: ast: Convert useless check to assert (GH-6197) by INADA Naoki · 6 years ago
  17. f757b72 bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) by INADA Naoki · 6 years ago
  18. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 6 years ago
  19. fc7df0e bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) by INADA Naoki · 6 years ago
  20. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 7 years ago