summaryrefslogtreecommitdiff
path: root/Lib/test/test_aifc.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSN...Miss Islington (bot)2018-02-211-0/+8
* bpo-29110: Fix file object leak in aifc.open (GH-356)INADA Naoki2017-02-281-0/+12
* Issue #22390: Fix test_aifc to remove the created fileVictor Stinner2015-03-301-2/+6
* Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-24/+11
* Issue #18919: Catch and check warnings in the aifc module tests.Serhiy Storchaka2013-10-141-4/+12
* Issue #18919: Added tests for the sunau module. Unified and extended testsSerhiy Storchaka2013-10-131-107/+293
* Issue #16485: Fix file descriptor not being closed if file header patching fa...Serhiy Storchaka2012-12-291-0/+7
* Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-171-0/+38
* Pre-opened test file needs to be opened in binary mode.R. David Murray2009-05-071-1/+1
* Issue5955: aifc's close method did not close the file it wrapped,R. David Murray2009-05-071-0/+15
* make sure to close fileBenjamin Peterson2009-04-301-1/+1
* More aifc tests.R. David Murray2009-04-291-7/+53
* Now that we've got a test_aifc, add a few tests.R. David Murray2009-04-291-0/+30
* Fix issue 2245. aifc now skips any chunk type it doesn't actuallyR. David Murray2009-04-291-0/+24