index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
sunau.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 81809 via svnmerge from
Victor Stinner
2010-06-07
*
#3567: fix sunau for running with -bb and make test_ossaudiodev work.
Antoine Pitrou
2008-08-17
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
*
Whitespace normalization.
Tim Peters
2001-01-15
*
Fix a couple of typos in docstrings.
Fred Drake
2000-10-06
*
Convert some old-style string exceptions to class exceptions.
Fred Drake
2000-08-17
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
*
Make the mode parameter to open() default in the same way as for wave.open().
Fred Drake
1999-06-22
*
Should open files in binary mode!
Guido van Rossum
1999-02-05
*
Shouldn't be treating linear-8 as u-law!
Guido van Rossum
1999-02-05
*
Small corrections to comments that were cloned from aifc; moreover
Guido van Rossum
1998-04-23
*
Get rid of access statement
Guido van Rossum
1996-08-20
*
Temporary fix for access statement.
Sjoerd Mullender
1995-08-14
*
wave.py: module to read and write .wav files with the same interface
Sjoerd Mullender
1994-02-03
*
Use __builtin__ instead of builtin
Guido van Rossum
1994-01-28
*
aifc.py: framerate should be an int.
Sjoerd Mullender
1994-01-28
*
Specified _framesize twice in access statement.
Sjoerd Mullender
1994-01-03
*
aifc.py, sunau.py: Adapted comments; added access statements.
Sjoerd Mullender
1993-12-20
*
* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum
1993-12-17
*
Don't close the file explicitly.
Sjoerd Mullender
1993-12-16
*
aifc.py: added missing tell() method in AIFC write class;
Sjoerd Mullender
1993-12-13