summaryrefslogtreecommitdiff
path: root/Lib/wave.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23883: Add missing APIs to __all__; patch by Jacek Ko?odziejMartin Panter2015-11-141-1/+1
* 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-10/+12
* Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-231-43/+8
* Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-211-8/+31
|\
| * Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-161-0/+2
| * Issue #5202: Added support for unseekable files in the wave module.Serhiy Storchaka2013-11-161-2/+6
| * Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-091-6/+23
| |\
| | * Issue #19276: Fixed the wave module on 64-bit big-endian platforms.Serhiy Storchaka2013-10-171-14/+26
| | |\
| | | * Issue #17487: The result of the wave getparams method now is pickleable again.Serhiy Storchaka2013-09-041-3/+3
| | | * #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-07-311-5/+7
| | | * #17616: wave.open now supports the 'with' statement.R David Murray2013-07-311-0/+13
| | | * Issue #18084: Use sys.byteorder in wave.py.Serhiy Storchaka2013-05-291-8/+3
| | | * #17487: wave.getparams now returns a namedtuple.R David Murray2013-04-101-6/+10
* | | | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-211-1/+3
|/ / /
* | | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-091-8/+13
|/ /
* | Issue #19276: Fixed the wave module on 64-bit big-endian platforms.Serhiy Storchaka2013-10-171-1/+3
* | Issue #18919: If the close() method of a writer in the sunau or wave moduleSerhiy Storchaka2013-10-121-5/+7
|/
* Closes #16461: Wave library should be able to deal with 4GB wav files, and sa...Jesus Cea2012-11-171-6/+6
* Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8Victor Stinner2010-12-281-2/+2
* #10198: fix duplicate header when writeframes() is called with an empty string.Georg Brandl2010-10-301-1/+5
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-011-1/+1
* Issue #1512791: In setframerate method of Wave_write, round non-integralMark Dickinson2010-08-281-1/+1
* use floor division where needed #7681Benjamin Peterson2010-01-131-2/+2
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-3/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-2/+2
* Raise statement normalization in Lib/.Collin Winter2007-08-301-27/+27
* Convert various string literals to bytes.Jeremy Hylton2007-08-291-1/+1
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+1
* Make test_wave.py pass.Guido van Rossum2007-07-231-5/+5
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+12
* Make a few more tests pass with the new I/O library.Guido van Rossum2007-04-121-2/+2
* Fix SF #1001053, wave.open() with unicode filename failsNeal Norwitz2004-08-011-2/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-4/+4
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+2
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-1/+1
* When the classes in wave.py opened files themselves, their .close() methodsTim Peters2000-10-091-7/+19
* Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header wasGuido van Rossum2000-10-091-1/+1
* 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-1/+1
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-448/+451
* Sjoerd Mullender writes:Guido van Rossum1999-08-261-138/+38
* open(): Make the mode parameter optional; if omitted or None, use theFred Drake1999-06-171-1/+6
* Ehm, when we don't need to byteswap the data, don't go through anGuido van Rossum1999-02-051-6/+4
* Two important fixes:Guido van Rossum1999-02-051-3/+12
* Small corrections to comments that were cloned from aifc; moreoverGuido van Rossum1998-04-231-4/+4
* Open wave files in binary mode.Fred Drake1998-04-161-5/+5
* Get rid of access statementGuido van Rossum1996-08-201-9/+9