1. d905df7 bpo-39573: Add Py_IS_TYPE() function (GH-18488) by Dong-hee Na · 4 years, 6 months ago
  2. 3c8724f bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) by Zackery Spytz · 5 years ago
  3. 598ceae bpo-32150: Expand tabs to spaces in C files. (#4583) by Serhiy Storchaka · 7 years ago
  4. 8973de5 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  5. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  6. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 8 years ago
  7. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  8. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  9. ffdb2c2 Issue #16451: Refactor to remove duplication between range and slice in slice index computations. by Mark Dickinson · 12 years ago
  10. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  11. fd838e6 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  13. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  14. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  15. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  16. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  17. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  18. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  19. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  20. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  21. b75fba0 Forget about Ellipses b/w compatibility. by Guido van Rossum · 28 years ago
  22. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  23. e15d0de Slice and ellipses interface by Guido van Rossum · 28 years ago