1. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  2. 449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  3. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  4. daeffd2 audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a by Victor Stinner · 11 years ago
  5. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  6. 711e91b Issue #16685: Added support for any bytes-like objects in the audioop module. by Serhiy Storchaka · 11 years ago
  7. f3e21ba Make test_audioop discoverable by unittest. by Serhiy Storchaka · 11 years ago
  8. 6e9e4fe Make test_audioop discoverable by unittest. by Serhiy Storchaka · 11 years ago
  9. d5fd8df Add yet some 24-bit tests. by Serhiy Storchaka · 11 years ago
  10. ce82eb2 Issue #12866: Fix bias() for 24-bit. Add more tests. by Serhiy Storchaka · 11 years ago
  11. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
  12. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 11 years ago
  13. f99f333 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 12 years ago
  14. 75ff65e Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 12 years ago
  15. bc5c54b Merged revisions 82492 via svnmerge from by Victor Stinner · 14 years ago
  16. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  17. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  18. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  19. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  20. 180510d Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from by Christian Heimes · 16 years ago
  21. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  22. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  23. 3a2e5ce Make audioop and its tests use bytes throughout. by Martin v. Löwis · 17 years ago
  24. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  25. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  27. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  28. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  29. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  30. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  31. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  32. 05ba2ab Fix ratecv test (Sjoerd). by Guido van Rossum · 27 years ago
  33. c8504e2 Added test for ratecv (from Sjoerd, reformatted). by Guido van Rossum · 27 years ago
  34. 7a61f87 Updated to include the verbose flag from test_support by Roger E. Masse · 28 years ago
  35. 4fdb744 Added test for minmax. by Guido van Rossum · 28 years ago
  36. fa7fcb9 Add test code for audioop and rgbimg (includes three binary files!) by Guido van Rossum · 31 years ago