summaryrefslogtreecommitdiffstats
path: root/Modules/clmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-1725/+1725
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-14/+14
* Renamed PyString to PyBytesChristian Heimes2008-05-261-14/+14
* Deprecate CL, CL_old, and cl for 3.0.Brett Cannon2008-05-141-1/+5
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Repair widespread misuse of _PyString_Resize. Since it's clear peopleTim Peters2002-04-271-2/+1
* Convert more METH_OLDARGS & PyArg_Parse()Neal Norwitz2002-04-021-35/+35
* Convert from using METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-311-25/+15
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-50/+50
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* lots of "goto error" replaced by "return" (Jack)Guido van Rossum1997-10-081-264/+264
* Apply two changes, systematically:Guido van Rossum1997-10-011-6/+1
* Megapatch for IRIX 6 by Sjoerd.Guido van Rossum1997-08-121-338/+1599
* Renamed.Roger E. Masse1997-01-171-530/+584
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Make constants from cl.h include file available as module variables.Sjoerd Mullender1995-05-171-2/+331
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+4
* * clmodule.c (doParams): free PVbuffer in error condition.Sjoerd Mullender1993-08-031-1/+3
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-2/+2
* * clmodule.c: the documentation was wrong, so changed the interfaceSjoerd Mullender1993-02-171-60/+60
* * clmodule.c: use function prototypes (found and fixed some bugs thisSjoerd Mullender1993-02-161-192/+214
* CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.Sjoerd Mullender1993-02-041-54/+294
* adapted to newest version of CL library.Sjoerd Mullender1992-12-141-358/+318
* Lots of little fixes.Sjoerd Mullender1992-09-291-73/+110
* Fixed the last known bugs.Sjoerd Mullender1992-09-251-16/+82
* New built-in module "cl" (Compression Library). Only for Irix 4.0.5Sjoerd Mullender1992-09-241-42/+122
* New built-in module cl, the Compression Library.Sjoerd Mullender1992-09-231-0/+546