summaryrefslogtreecommitdiff
path: root/Lib/sunau.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)Miss Islington (bot)2018-03-181-0/+2
* bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)Brian Curtin2017-11-101-1/+5
* Corrected docstrings of audio modules. writeframes() accepts bytes, not str.Serhiy Storchaka2015-07-101-1/+1
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-5/+8
* Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-201-5/+2
* Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-161-0/+2
* Issue #19261: Added support for writing 24-bit samples in the sunau module.Serhiy Storchaka2013-11-101-1/+4
* Issue #18950: Fix miscellaneous bugs in the sunau module.Serhiy Storchaka2013-09-281-6/+21
|\
| * Issue #18950: Fix miscellaneous bugs in the sunau module.Serhiy Storchaka2013-09-281-6/+21
* | Issue #18878: sunau.open now supports the context manager protocol. Based onSerhiy Storchaka2013-09-051-8/+23
* | Issues #18901, #18919: Fix a typo in the _sunau_params name.Serhiy Storchaka2013-09-041-1/+1
* | Issue #18901: The sunau getparams method now returns a namedtuple rather thanSerhiy Storchaka2013-09-041-7/+12
|/
* Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.Antoine Pitrou2010-10-311-0/+11
* Issue #8897: Fix sunau module, use bytes to write the header. Patch written byVictor Stinner2010-06-071-1/+1
* #3567: fix sunau for running with -bb and make test_ossaudiodev work.Antoine Pitrou2008-08-171-6/+5
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4
* Raise statement normalization in Lib/.Collin Winter2007-08-301-24/+24
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Whitespace normalization.Tim Peters2001-01-151-366/+366
* Fix a couple of typos in docstrings.Fred Drake2000-10-061-2/+2
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-171-1/+2
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-103/+104
* Make the mode parameter to open() default in the same way as for wave.open().Fred Drake1999-06-221-4/+9
* Should open files in binary mode!Guido van Rossum1999-02-051-9/+2
* Shouldn't be treating linear-8 as u-law!Guido van Rossum1999-02-051-1/+2
* Small corrections to comments that were cloned from aifc; moreoverGuido van Rossum1998-04-231-4/+3
* Get rid of access statementGuido van Rossum1996-08-201-7/+7
* Temporary fix for access statement.Sjoerd Mullender1995-08-141-1/+3
* wave.py: module to read and write .wav files with the same interfaceSjoerd Mullender1994-02-031-2/+2
* Use __builtin__ instead of builtinGuido van Rossum1994-01-281-4/+4
* aifc.py: framerate should be an int.Sjoerd Mullender1994-01-281-1/+1
* Specified _framesize twice in access statement.Sjoerd Mullender1994-01-031-1/+1
* aifc.py, sunau.py: Adapted comments; added access statements.Sjoerd Mullender1993-12-201-20/+26
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-18/+14
* Don't close the file explicitly.Sjoerd Mullender1993-12-161-2/+1
* aifc.py: added missing tell() method in AIFC write class;Sjoerd Mullender1993-12-131-0/+471