1. 01c6e6f many more types to initialize (I had to expose some of them) by Benjamin Peterson · 15 years ago
  2. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  3. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  4. badc086 Stop duplicating code and handle slice indices consistently and correctly by Neal Norwitz · 18 years ago
  5. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  6. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  7. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  8. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  9. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  10. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  11. b75fba0 Forget about Ellipses b/w compatibility. by Guido van Rossum · 28 years ago
  12. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  13. e15d0de Slice and ellipses interface by Guido van Rossum · 28 years ago