summaryrefslogtreecommitdiffstats
path: root/Lib/aifc.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed dealing with faulty COMM chunks.Sjoerd Mullender1993-08-261-3/+3
* * aifc.py: don't die on invalid MARK chunkGuido van Rossum1993-06-201-5/+14
* * calendar.py: minor cleanupsGuido van Rossum1993-06-171-13/+18
* * toaiff.py: import whatsound instead of sndhdrGuido van Rossum1993-06-011-0/+1
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-241-3/+3
* AWARE.py: New file with definitions for Aware Inc.'s compressionSjoerd Mullender1993-02-051-4/+6
* CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.Sjoerd Mullender1993-02-041-17/+22
* added kludge for buggy soundfiler from SGI; when reading 0 frames,Sjoerd Mullender1993-01-291-1/+12
* Fixed a bug where the library inadvertently skipped over the soundSjoerd Mullender1993-01-261-2/+4
* Found and fixed a few bugs in the handling of audio files with MARKs.Sjoerd Mullender1993-01-221-12/+8
* New module aifc to read and write AIFF-C and AIFF files. SeeSjoerd Mullender1993-01-221-0/+912