summaryrefslogtreecommitdiffstats
path: root/Lib/test/audiotests.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-161-0/+24
| | | | sunau, and wave modules.
* Issue #5202: Added support for unseekable files in the wave module.Serhiy Storchaka2013-11-161-0/+60
|
* Issue #18919: Fixed resource leaks in audio tests.Serhiy Storchaka2013-10-141-12/+12
|\
| * Issue #18919: Fixed resource leaks in audio tests.Serhiy Storchaka2013-10-141-12/+12
| |
* | Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-8/+55
|/ | | | wave.
* Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-0/+214
wave.