Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small corrections to comments that were cloned from aifc; moreover | Guido van Rossum | 1998-04-23 | 1 | -4/+4 |
| | | | | | | the description of setparams() was wrong. wave.py: Include the tag of an unknown format in the exception. | ||||
* | Open wave files in binary mode. | Fred Drake | 1998-04-16 | 1 | -5/+5 |
| | | | | Accept 'rb' and 'wb' as well as 'r' and 'w' as the mode parameter to open(). | ||||
* | Get rid of access statement | Guido van Rossum | 1996-08-20 | 1 | -9/+9 |
| | |||||
* | aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: | Guido van Rossum | 1994-02-15 | 1 | -0/+559 |
date and addr parsing; string: force result of atof to float and support atoi, atol, atof in strop; tzparcs: don't call test(). |