summaryrefslogtreecommitdiff
path: root/Lib/test/test_sunau.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)Miss Islington (bot)2018-03-181-0/+37
* bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)Brian Curtin2017-11-101-0/+4
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-19/+9
|\
| * Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-15/+8
* | Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-231-1/+2
* | Issue #19261: Added support for writing 24-bit samples in the sunau module.Serhiy Storchaka2013-11-101-0/+28
|/
* Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-56/+89
* Issue #8897: Fix sunau module, use bytes to write the header. Patch written byVictor Stinner2010-06-071-0/+70