index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
sunau.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)
Serhiy Storchaka
2018-03-18
1
-0/+2
*
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
Brian Curtin
2017-11-10
1
-1/+5
*
Corrected docstrings of audio modules. writeframes() accepts bytes, not str.
Serhiy Storchaka
2015-07-10
1
-1/+1
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-5/+8
*
Issue #23681: Fixed Python 2 to 3 poring bugs.
Serhiy Storchaka
2015-03-20
1
-5/+2
*
Issue #16685: Added support for writing any bytes-like objects in the aifc,
Serhiy Storchaka
2013-11-16
1
-0/+2
*
Issue #19261: Added support for writing 24-bit samples in the sunau module.
Serhiy Storchaka
2013-11-10
1
-1/+4
*
Issue #18950: Fix miscellaneous bugs in the sunau module.
Serhiy Storchaka
2013-09-28
1
-6/+21
|
\
|
*
Issue #18950: Fix miscellaneous bugs in the sunau module.
Serhiy Storchaka
2013-09-28
1
-6/+21
*
|
Issue #18878: sunau.open now supports the context manager protocol. Based on
Serhiy Storchaka
2013-09-05
1
-8/+23
*
|
Issues #18901, #18919: Fix a typo in the _sunau_params name.
Serhiy Storchaka
2013-09-04
1
-1/+1
*
|
Issue #18901: The sunau getparams method now returns a namedtuple rather than
Serhiy Storchaka
2013-09-03
1
-7/+12
|
/
*
Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.
Antoine Pitrou
2010-10-31
1
-0/+11
*
Issue #8897: Fix sunau module, use bytes to write the header. Patch written by
Victor Stinner
2010-06-07
1
-1/+1
*
#3567: fix sunau for running with -bb and make test_ossaudiodev work.
Antoine Pitrou
2008-08-17
1
-6/+5
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-4/+4
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-24/+24
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-1/+2
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-366/+366
*
Fix a couple of typos in docstrings.
Fred Drake
2000-10-06
1
-2/+2
*
Convert some old-style string exceptions to class exceptions.
Fred Drake
2000-08-17
1
-1/+2
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-2/+2
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-103/+104
*
Make the mode parameter to open() default in the same way as for wave.open().
Fred Drake
1999-06-22
1
-4/+9
*
Should open files in binary mode!
Guido van Rossum
1999-02-05
1
-9/+2
*
Shouldn't be treating linear-8 as u-law!
Guido van Rossum
1999-02-05
1
-1/+2
*
Small corrections to comments that were cloned from aifc; moreover
Guido van Rossum
1998-04-23
1
-4/+3
*
Get rid of access statement
Guido van Rossum
1996-08-20
1
-7/+7
*
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