summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_wave.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17487: The result of the wave getparams method now is pickleable again.Serhiy Storchaka2013-09-031-0/+13
* Remove debugging print.Mark Dickinson2013-08-031-1/+0
* #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-08-011-13/+40
* #17616: wave.open now supports the 'with' statement.R David Murray2013-07-311-10/+19
* #17487: wave.getparams now returns a namedtuple.R David Murray2013-04-101-0/+16
* Issue #1512791: In setframerate method of Wave_write, round non-integralMark Dickinson2010-08-281-2/+12
* use floor division where needed #7681Benjamin Peterson2010-01-131-0/+11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-24/+37
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Make test_wave.py pass.Guido van Rossum2007-07-231-1/+1
* 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