summaryrefslogtreecommitdiff
path: root/Lib/wave.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28515: Fixed py3k warnings.Serhiy Storchaka2016-10-251-1/+1
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-10/+12
* 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
* Merged revisions 85970 via svnmerge fromGeorg Brandl2010-11-201-1/+5
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-1/+2
* Patch #1681153: the wave module now closes a file object it opened ifGeorg Brandl2007-03-151-2/+12
* 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
* aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822:Guido van Rossum1994-02-151-0/+559