1. 5ac006d Capsule-related changes: by Larry Hastings · 14 years ago
  2. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  3. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  4. 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
  5. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  6. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  7. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  8. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  9. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  10. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  11. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  12. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  13. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  14. 1f84449 New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and by Guido van Rossum · 27 years ago
  15. e0e6962 Added PyCObject_Import. by Guido van Rossum · 27 years ago
  16. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  17. 77654a7 opaque C object a la Jim Fulton by Guido van Rossum · 29 years ago