1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  2. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  3. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  4. 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 16 years ago
  5. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  6. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  7. b0aaec5 Convert more METH_OLDARGS & PyArg_Parse() by Neal Norwitz · 22 years ago
  8. 50905b5 Convert from using METH_OLDARGS to METH_NOARGS. These should be safe. by Neal Norwitz · 22 years ago
  9. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  10. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  11. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  12. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 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. b189a2f lots of "goto error" replaced by "return" (Jack) by Guido van Rossum · 27 years ago
  17. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  18. 7242905 Megapatch for IRIX 6 by Sjoerd. by Guido van Rossum · 27 years ago
  19. e474fb3 Renamed. by Roger E. Masse · 27 years ago
  20. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  21. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  22. 3db845b Make constants from cl.h include file available as module variables. by Sjoerd Mullender · 29 years ago
  23. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  24. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  25. f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 31 years ago
  26. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  27. 22e44cd * clmodule.c: the documentation was wrong, so changed the interface by Sjoerd Mullender · 31 years ago
  28. 4e2a427 * clmodule.c: use function prototypes (found and fixed some bugs this by Sjoerd Mullender · 31 years ago
  29. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 31 years ago
  30. 8dd054d adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
  31. 384f248 Lots of little fixes. by Sjoerd Mullender · 32 years ago
  32. 37f17b7 Fixed the last known bugs. by Sjoerd Mullender · 32 years ago
  33. d53a4f3 New built-in module "cl" (Compression Library). Only for Irix 4.0.5 by Sjoerd Mullender · 32 years ago
  34. c431549 New built-in module cl, the Compression Library. by Sjoerd Mullender · 32 years ago