Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) | Serhiy Storchaka | 2018-03-18 | 1 | -0/+37 |
| | |||||
* | bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) | Brian Curtin | 2017-11-10 | 1 | -0/+4 |
| | | | | | | | | | | The openfp functions of aifp, sunau, and wave had pointed to the open function of each module since 1993 as a matter of backwards compatibility. In the case of aifc.openfp, it was both undocumented and untested. This change begins the formal deprecation of those openfp functions, with their removal coming in 3.9. This additionally adds a TODO in test_pyclbr around using aifc.openfp, though it shouldn't be changed until removal in 3.9. | ||||
* | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
| | |||||
* | Issue #19623: Fixed writing to unseekable files in the aifc module. | Serhiy Storchaka | 2013-12-14 | 1 | -19/+9 |
|\ | |||||
| * | Issue #19623: Fixed writing to unseekable files in the aifc module. | Serhiy Storchaka | 2013-12-14 | 1 | -15/+8 |
| | | |||||
* | | Issue #19641: Added the audioop.byteswap() function to convert big-endian | Serhiy Storchaka | 2013-11-23 | 1 | -1/+2 |
| | | | | | | | | samples to little-endian and vice versa. | ||||
* | | Issue #19261: Added support for writing 24-bit samples in the sunau module. | Serhiy Storchaka | 2013-11-10 | 1 | -0/+28 |
|/ | |||||
* | Issue #18919: Unified and extended tests for audio modules: aifc, sunau and | Serhiy Storchaka | 2013-10-13 | 1 | -56/+89 |
| | | | | wave. | ||||
* | Issue #8897: Fix sunau module, use bytes to write the header. Patch written by | Victor Stinner | 2010-06-07 | 1 | -0/+70 |
Thomas Jollans. |