index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_aifc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSN...
Miss Islington (bot)
2018-02-21
1
-0/+8
*
bpo-29110: Fix file object leak in aifc.open (GH-356)
INADA Naoki
2017-02-28
1
-0/+12
*
Issue #22390: Fix test_aifc to remove the created file
Victor Stinner
2015-03-29
1
-2/+6
*
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
1
-24/+11
*
Issue #18919: Catch and check warnings in the aifc module tests.
Serhiy Storchaka
2013-10-14
1
-4/+12
*
Issue #18919: Added tests for the sunau module. Unified and extended tests
Serhiy Storchaka
2013-10-13
1
-107/+293
*
Issue #16485: Fix file descriptor not being closed if file header patching fa...
Serhiy Storchaka
2012-12-29
1
-0/+7
*
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
1
-0/+38
*
Pre-opened test file needs to be opened in binary mode.
R. David Murray
2009-05-07
1
-1/+1
*
Issue5955: aifc's close method did not close the file it wrapped,
R. David Murray
2009-05-07
1
-0/+15
*
make sure to close file
Benjamin Peterson
2009-04-30
1
-1/+1
*
More aifc tests.
R. David Murray
2009-04-29
1
-7/+53
*
Now that we've got a test_aifc, add a few tests.
R. David Murray
2009-04-29
1
-0/+30
*
Fix issue 2245. aifc now skips any chunk type it doesn't actually
R. David Murray
2009-04-29
1
-0/+24