aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sunau.py
Commit message (Expand)AuthorAge
* Merged revisions 81809 via svnmerge fromVictor Stinner2010-06-07
* #3567: fix sunau for running with -bb and make test_ossaudiodev work.Antoine Pitrou2008-08-17
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-02
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-15
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Whitespace normalization.Tim Peters2001-01-15
* Fix a couple of typos in docstrings.Fred Drake2000-10-06
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-17
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-16
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-04
* Make the mode parameter to open() default in the same way as for wave.open().Fred Drake1999-06-22
* Should open files in binary mode!Guido van Rossum1999-02-05
* Shouldn't be treating linear-8 as u-law!Guido van Rossum1999-02-05
* Small corrections to comments that were cloned from aifc; moreoverGuido van Rossum1998-04-23
* Get rid of access statementGuido van Rossum1996-08-20
* Temporary fix for access statement.Sjoerd Mullender1995-08-14
* wave.py: module to read and write .wav files with the same interfaceSjoerd Mullender1994-02-03
* Use __builtin__ instead of builtinGuido van Rossum1994-01-28
* aifc.py: framerate should be an int.Sjoerd Mullender1994-01-28
* Specified _framesize twice in access statement.Sjoerd Mullender1994-01-03
* aifc.py, sunau.py: Adapted comments; added access statements.Sjoerd Mullender1993-12-20
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-17
* Don't close the file explicitly.Sjoerd Mullender1993-12-16
* aifc.py: added missing tell() method in AIFC write class;Sjoerd Mullender1993-12-13