34 Commits (6bcd00afa9dde18c1bbeb0a4d2fb376bac9dfd2c)

Author SHA1 Message Date
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Brett Cannon 650f5161f4 Deprecate CL, CL_old, and cl for 3.0. 18 years ago
Guido van Rossum 0368b726a1 Merged revisions 55225-55227,55229-55269 via svnmerge from 19 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Tim Peters 5de9842b34 Repair widespread misuse of _PyString_Resize. Since it's clear people 24 years ago
Neal Norwitz b0aaec5706 Convert more METH_OLDARGS & PyArg_Parse() 24 years ago
Neal Norwitz 50905b557b Convert from using METH_OLDARGS to METH_NOARGS. 24 years ago
Martin v. Löwis 43b936d08c Patch #477750: Use METH_ constants in Modules. 25 years ago
Guido van Rossum 146483964e Patch supplied by Burton Radons for his own SF bug #487390: Modifying 25 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Thomas Wouters f3f33dcf03 Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 26 years ago
Guido van Rossum b189a2f997 lots of "goto error" replaced by "return" (Jack) 29 years ago
Guido van Rossum 0cb96de269 Apply two changes, systematically: 29 years ago
Guido van Rossum 7242905385 Megapatch for IRIX 6 by Sjoerd. 29 years ago
Roger E. Masse e474fb36ab Renamed. 30 years ago
Guido van Rossum a376cc5cc8 Keep gcc -Wall happy. 30 years ago
Guido van Rossum d266eb460e New permission notice, includes CNRI. 30 years ago
Sjoerd Mullender 3db845b6f7 Make constants from cl.h include file available as module variables. 31 years ago
Guido van Rossum 524b588553 Added 1995 to copyright message. 32 years ago
Guido van Rossum b6775db241 Merge alpha100 branch back to main trunk 32 years ago
Sjoerd Mullender f64992e95d * clmodule.c (doParams): free PVbuffer in error condition. 33 years ago
Guido van Rossum e537240c25 * Changed many files to use mkvalue() instead of newtupleobject(). 33 years ago
Sjoerd Mullender 22e44cd0b5 * clmodule.c: the documentation was wrong, so changed the interface 34 years ago
Sjoerd Mullender 4e2a4278e8 * clmodule.c: use function prototypes (found and fixed some bugs this 34 years ago
Sjoerd Mullender 3a997279d5 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. 34 years ago
Sjoerd Mullender 8dd054d918 adapted to newest version of CL library. 34 years ago
Sjoerd Mullender 384f24816b Lots of little fixes. 34 years ago
Sjoerd Mullender 37f17b726c Fixed the last known bugs. 34 years ago
Sjoerd Mullender d53a4f3d14 New built-in module "cl" (Compression Library). Only for Irix 4.0.5 34 years ago
Sjoerd Mullender c431549e21 New built-in module cl, the Compression Library. 34 years ago