History log of /external/python/cpython2/Lib/test/test_wave.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d1a61dcc65a85639f273b31fd32267092db9a06e 14-Dec-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19623: Fixed writing to unseekable files in the aifc module.
Fixed writing 'ulaw' (lower case) compressed AIFC files.
/external/python/cpython2/Lib/test/test_wave.py
5397c97451413b544593313651964facf9502c4a 21-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.

Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file on big-endian platforms.
/external/python/cpython2/Lib/test/test_wave.py
c47d723eb017636aea8504861b4465067aabd9d6 09-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
/external/python/cpython2/Lib/test/test_wave.py
2235648b86304d359da23b5d2954729c82d4c132 16-Oct-2013 Serhiy Storchaka <storchaka@gmail.com> Issue 19276: Fix tests for wave files on big-endian platforms.
Skip tests for 24-bit wave file on big-endian platforms.
/external/python/cpython2/Lib/test/test_wave.py
0fa0173893d66fc1a55b4e2b027a7bf8b91c662c 13-Oct-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #18919: Added tests for the sunau module. Unified and extended tests
for audio modules: aifc, sunau and wave.
/external/python/cpython2/Lib/test/test_wave.py
d86c7e5d9351e1d822e2f0fdc15e765d74837888 05-Feb-2008 Georg Brandl <georg@python.org> Actually run the test.
/external/python/cpython2/Lib/test/test_wave.py
c2879c70e4d7a406f404810a7b6b82585b99532e 05-Feb-2008 Facundo Batista <facundobatista@gmail.com> Issue 1951. Converts wave test cases to unittest.
/external/python/cpython2/Lib/test/test_wave.py
3b0a3293c369f3c3f4753e3cb9172cb4e242af76 09-Aug-2002 Guido van Rossum <guido@python.org> Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Weinberg). This changes all uses of deprecated tempfile functions to
the recommended ones.
/external/python/cpython2/Lib/test/test_wave.py
04f357cffef6d764f2f0ff2671dabde75ec250d1 23-Jul-2002 Barry Warsaw <barry@python.org> Get rid of relative imports in all unittests. Now anything that
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. :)
/external/python/cpython2/Lib/test/test_wave.py
70f128861f8caf57cb06a56b30724f6c9681b829 19-Dec-2000 Guido van Rossum <guido@python.org> Use binary mode to open "wave" files.
/external/python/cpython2/Lib/test/test_wave.py
a00afc1ead7d0c09d9407ccf06b4bedf8eade0a5 09-Oct-2000 Guido van Rossum <guido@python.org> Simple test suite for wave.py by Jean-Claude Rimbault (with some
changes to avoid using assert).
/external/python/cpython2/Lib/test/test_wave.py