Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -2/+3 |
| | |||||
* | Fixed the wave module testing on big-endian platforms. | Serhiy Storchaka | 2013-12-28 | 1 | -1/+1 |
| | | | | array.fromfile() works only with file objects, not io.FileIO instances. | ||||
* | Issue #19623: Fixed writing to unseekable files in the aifc module. | Serhiy Storchaka | 2013-12-14 | 1 | -0/+63 |
| | | | | Fixed writing 'ulaw' (lower case) compressed AIFC files. | ||||
* | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on | Serhiy Storchaka | 2013-11-21 | 1 | -2/+4 |
| | | | | | | | big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms. | ||||
* | Issue #18919: Fixed resource leaks in audio tests. | Serhiy Storchaka | 2013-10-14 | 1 | -12/+12 |
| | |||||
* | Issue #18919: Added tests for the sunau module. Unified and extended tests | Serhiy Storchaka | 2013-10-13 | 1 | -0/+218 |
for audio modules: aifc, sunau and wave. |