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. 19de8b3 bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) by Serhiy Storchaka · 6 years ago
  4. 2b3f4c1 merge 3.5 (#29398) by Benjamin Peterson · 7 years ago
  5. ec977c3 gc types needs to be allocated as such (closes #29398) by Benjamin Peterson · 7 years ago
  6. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  7. 53f9502 Issue #24373: Eliminate PEP 489 test refleaks by Nick Coghlan · 9 years ago
  8. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  9. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  10. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 10 years ago
  11. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  12. 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 13 years ago
  13. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 13 years ago
  14. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago