1. 5776c16 #5947: add PendingDeprecationWarning to PyCObject functions. by Georg Brandl · 15 years ago
  2. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  3. f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  4. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  5. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  6. bab05c9 Fix SF #1412837, compile failed with Watcom compiler by Neal Norwitz · 19 years ago
  7. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  8. 6d3e018 Add whitespace. by Jeremy Hylton · 21 years ago
  9. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  10. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  11. 3be9a8a ANSI-fication of the source. by Fred Drake · 24 years ago
  12. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  13. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  14. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  15. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  16. 1f84449 New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and by Guido van Rossum · 27 years ago
  17. 0f4bbd2 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  18. e0e6962 Added PyCObject_Import. by Guido van Rossum · 28 years ago
  19. 04f95d5 Better implementation of PyCObject_AsVoidPtr(). by Guido van Rossum · 28 years ago
  20. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  21. cee555b Allow compilation by K&R C compiler. by Guido van Rossum · 28 years ago
  22. 77654a7 opaque C object a la Jim Fulton by Guido van Rossum · 29 years ago