summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_audioop.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16686: Fixed a lot of bugs in audioop module.Serhiy Storchaka2013-02-091-123/+282
* 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
* Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,Victor Stinner2010-07-031-0/+33
* Fix misspeeld method name (negative)Neal Norwitz2008-07-201-1/+1
* Issue 3306. Better control for a lenght in findmax() function.Facundo Batista2008-07-071-0/+4
* fix typoBenjamin Peterson2008-06-281-1/+1
* convert test_audioop to unittest. Thanks to Giampaolo Rodola.Benjamin Peterson2008-06-281-264/+147
* Add test_main() functions to various tests where it was simple to do. Done soBrett Cannon2008-03-031-2/+6
* SF [ 1231053 ] audioop - alaw encoding/decoding added, code updatedAnthony Baxter2006-03-201-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