| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #19623: Fixed writing to unseekable files in the aifc module. | Serhiy Storchaka | 2013-12-14 | 1 | -15/+11 |
| | | | | | 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 | -0/+11 |
| | | | | | | | | big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms. | ||||
| * | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. | Serhiy Storchaka | 2013-11-09 | 1 | -3/+0 |
| | | |||||
| * | Issue 19276: Fix tests for wave files on big-endian platforms. | Serhiy Storchaka | 2013-10-17 | 1 | -3/+10 |
| | | | | | Skip tests for 24-bit wave file on big-endian platforms. | ||||
| * | Issue #18919: Added tests for the sunau module. Unified and extended tests | Serhiy Storchaka | 2013-10-13 | 1 | -37/+104 |
| | | | | | for audio modules: aifc, sunau and wave. | ||||
| * | Actually run the test. | Georg Brandl | 2008-02-05 | 1 | -2/+2 |
| | | |||||
| * | Issue 1951. Converts wave test cases to unittest. | Facundo Batista | 2008-02-05 | 1 | -24/+37 |
| | | |||||
| * | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -7/+5 |
| | | | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones. | ||||
| * | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
| * | Use binary mode to open "wave" files. | Guido van Rossum | 2000-12-19 | 1 | -2/+2 |
| | | |||||
| * | Simple test suite for wave.py by Jean-Claude Rimbault (with some | Guido van Rossum | 2000-10-09 | 1 | -0/+34 |
| changes to avoid using assert). | |||||
