summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_aifc.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-3/+0
|\
| * Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-29/+12
* | Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-231-2/+3
* | Issue #5202: Added support for unseekable files in the wave module.Serhiy Storchaka2013-11-161-29/+15
* | Issue #18919: Check warnings messages in the aifc module tests.Serhiy Storchaka2013-10-141-3/+7
|\ \ | |/
| * Issue #18919: Check warnings messages in the aifc module tests.Serhiy Storchaka2013-10-141-3/+7
* | Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-145/+157
|\ \ | |/
| * Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-116/+157
* | #17818: aifc.getparams now returns a namedtuple.R David Murray2013-07-251-0/+32
* | #17312: unlink a file that test_aifc was leaving around.Ezio Melotti2013-03-011-2/+4
* | Issue #16486: Make aifc files work with 'with' as context managers.Serhiy Storchaka2012-12-291-0/+12
|/
* Issue #16485: Fix file descriptor not being closed if file header patching fa...Serhiy Storchaka2012-12-291-1/+10
|\
| * Issue #16485: Fix file descriptor not being closed if file header patching fa...Serhiy Storchaka2012-12-291-1/+10
* | #13394: add more tests for the aifc module and use warnings.warn instead of p...Ezio Melotti2012-03-121-9/+149
|\ \ | |/
| * #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-03-121-9/+154
|/
* Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-171-0/+37
* Issue #13594: various fixes to aifc module; patch by Oleg PlakhotnyukSandro Tosi2012-01-011-0/+23
* Issue #13680: add lowecase compression type to write header; patch by Oleg Pl...Sandro Tosi2012-01-011-0/+11
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-081-1/+1
* Merged revisions 72425-72426 via svnmerge fromR. David Murray2009-05-071-0/+15
* Document the fact that 'compname' and 'comptype' are bytes.R. David Murray2009-04-291-2/+0
* Merged revisions 72115 via svnmerge fromR. David Murray2009-04-291-7/+53
* Merged revisions 72100-72101 via svnmerge fromR. David Murray2009-04-291-0/+59