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