summaryrefslogtreecommitdiff
path: root/Lib/test/audiotests.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+1
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-2/+3
* Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-231-18/+0
* Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-211-8/+139
|\
| * Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-161-0/+24
| * 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: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-8/+55
* | | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-211-2/+4
| |/ |/|
* | 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-0/+214