Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporary fix for access statement. | Sjoerd Mullender | 1995-08-14 | 1 | -1/+3 |
* | wave.py: module to read and write .wav files with the same interface | Sjoerd Mullender | 1994-02-03 | 1 | -2/+2 |
* | Use __builtin__ instead of builtin | Guido van Rossum | 1994-01-28 | 1 | -4/+4 |
* | aifc.py: framerate should be an int. | Sjoerd Mullender | 1994-01-28 | 1 | -1/+1 |
* | Specified _framesize twice in access statement. | Sjoerd Mullender | 1994-01-03 | 1 | -1/+1 |
* | aifc.py, sunau.py: Adapted comments; added access statements. | Sjoerd Mullender | 1993-12-20 | 1 | -20/+26 |
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -18/+14 |
* | Don't close the file explicitly. | Sjoerd Mullender | 1993-12-16 | 1 | -2/+1 |
* | aifc.py: added missing tell() method in AIFC write class; | Sjoerd Mullender | 1993-12-13 | 1 | -0/+471 |