summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/CL.py
Commit message (Collapse)AuthorAgeFilesLines
* Backward compatibity module for constants from cl.h include file. TheSjoerd Mullender1995-05-171-236/+24
| | | | | values are gotten from the cl module. CL_old is there in case cl doesn't exist.
* CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.Sjoerd Mullender1993-02-041-117/+181
| | | | aifc.py: Several small improvements. Use new methods from CL module.
* CL.py: adapted to newest version of CL library.Sjoerd Mullender1992-12-141-66/+154
| | | | | | | | | | cdplayer.py: It is now also possible to give the CD's TOC as argument to init(). The TOC is a string consisting of 2 digits giving the number of tracks and then for each track the length of the track as number of minutes and number of seconds (2 digits each). cddb.py: Interface to the .cddb directory. Usage is the same as for cdplayer.py.
* New module "CL" (Compression Library) for Irix 4.0.5 and higher.Sjoerd Mullender1992-09-241-0/+84