summaryrefslogtreecommitdiff
path: root/Lib/test/test_audioop.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...Oren Milman2017-08-201-0/+4
* Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()Serhiy Storchaka2015-06-281-0/+10
* Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.Serhiy Storchaka2015-05-301-0/+17
* audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of aVictor Stinner2014-01-031-0/+5
* Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-231-0/+17
* Issue #16685: Added support for any bytes-like objects in the audioop module.Serhiy Storchaka2013-11-101-4/+98
* Make test_audioop discoverable by unittest.Serhiy Storchaka2013-10-201-5/+1
|\
| * Make test_audioop discoverable by unittest.Serhiy Storchaka2013-10-201-5/+1
* | Add yet some 24-bit tests.Serhiy Storchaka2013-10-201-12/+11
* | Issue #12866: Fix bias() for 24-bit. Add more tests.Serhiy Storchaka2013-10-201-0/+36
* | Issue #12866: The audioop module now supports 24-bit samples.Serhiy Storchaka2013-10-191-27/+33
|/
* Issue #16686: Fixed a lot of bugs in audioop module.Serhiy Storchaka2013-02-091-127/+272
* Fix failing test on big-endian machines (issue #13806).Antoine Pitrou2012-02-041-8/+23
* Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-6/+19
* Merged revisions 82492 via svnmerge fromVictor Stinner2010-07-031-0/+33
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-1/+1
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-161-0/+4
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-266/+149
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge fromChristian Heimes2008-03-031-2/+6
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-4/+4
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-4/+4
* Make audioop and its tests use bytes throughout.Martin v. Löwis2007-07-201-29/+31
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-28/+28
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-3/+21
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-2/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-46/+46
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-97/+97
* Fix ratecv test (Sjoerd).Guido van Rossum1997-05-211-5/+6
* Added test for ratecv (from Sjoerd, reformatted).Guido van Rossum1997-02-141-0/+9
* Updated to include the verbose flag from test_supportRoger E. Masse1997-01-031-152/+197
* Added test for minmax.Guido van Rossum1996-12-201-0/+7
* Add test code for audioop and rgbimg (includes three binary files!)Guido van Rossum1994-01-121-0/+202