summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_wave.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-15/+11
* Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-211-0/+11
* Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-091-3/+0
* Issue 19276: Fix tests for wave files on big-endian platforms.Serhiy Storchaka2013-10-171-3/+10
* Issue #18919: Added tests for the sunau module. Unified and extended testsSerhiy Storchaka2013-10-131-37/+104
* Actually run the test.Georg Brandl2008-02-051-2/+2
* Issue 1951. Converts wave test cases to unittest.Facundo Batista2008-02-051-24/+37
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-7/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Use binary mode to open "wave" files.Guido van Rossum2000-12-191-2/+2
* Simple test suite for wave.py by Jean-Claude Rimbault (with someGuido van Rossum2000-10-091-0/+34