1. 88c51e8 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 14 years ago
  2. 15e5b1b Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, by Victor Stinner · 15 years ago
  3. 11bb2cd Issue #8674: fix another bogus overflow check in audioop module. by Mark Dickinson · 15 years ago
  4. 932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop by Mark Dickinson · 15 years ago
  5. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  6. 9824e7f Clean up whitespace and remove unneeded variable initialization as found by by Brett Cannon · 15 years ago
  7. 1672dc6 Fix signed/unsigned compiler warning. by Raymond Hettinger · 16 years ago
  8. 1a66441 Issue 3306. Better control for a lenght in findmax() function. by Facundo Batista · 17 years ago
  9. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
  10. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  11. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  12. a811c38 Fix various minor errors in passing arguments to PyArg_ParseTuple. by Martin v. Löwis · 19 years ago
  13. 660222f Convert audioop over to METH_VARARGS. by Georg Brandl · 19 years ago
  14. 49c65d0 Make some functions static, reformat function decl to be consistent and check for error from PyModule_GetDict() by Neal Norwitz · 19 years ago
  15. 1747143 replace use of int16_t with a (typedef'd) short, to fix Windows buildbots. by Anthony Baxter · 19 years ago
  16. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 19 years ago
  17. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 19 years ago
  18. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  19. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 20 years ago
  20. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 23 years ago
  21. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 24 years ago
  22. eb4b7ba audioop_ratecv() again: settle for a sloppier upper bound that's less by Tim Peters · 24 years ago
  23. 3127c28 audioop_ratecv(): I left a potentially unsafe multiply unchecked by Tim Peters · 24 years ago
  24. 1691bd9 SF bug 482574: audioop.ratecv crashes. by Tim Peters · 24 years ago
  25. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 25 years ago
  26. c818d53 Remove one compiler warning found with -Wstrict-prototypes. by Fred Drake · 25 years ago
  27. 6a078ed Removing warnings discovered by gcc -Wall by Moshe Zadka · 25 years ago
  28. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 25 years ago
  29. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 25 years ago
  30. 8bc8f0d ANSI-fication by Peter Schneider-Kamp · 25 years ago
  31. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 25 years ago
  32. fd71b9e Change copyright notice. by Guido van Rossum · 25 years ago
  33. 7d64b48 Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I by Guido van Rossum · 25 years ago
  34. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
  35. 65bb328 Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. by Guido van Rossum · 26 years ago
  36. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 27 years ago
  37. 6901196 Purported fixes for 64-bit platforms with help from John Jorgensen by Guido van Rossum · 27 years ago
  38. 6345ac6 Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) by Guido van Rossum · 28 years ago
  39. 0cb96de Apply two changes, systematically: by Guido van Rossum · 28 years ago
  40. 3bbeb7a Fix by Sjoerd: don't want to resize to zero length. by Guido van Rossum · 28 years ago
  41. b24c9ea fixed ratecv to continue working if product of rates is bigger than 32 bits by Guido van Rossum · 28 years ago
  42. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 28 years ago
  43. 1851a67 Changes by Sjoerd (reformatted). by Guido van Rossum · 28 years ago
  44. c905fff Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. by Roger E. Masse · 29 years ago
  45. eaa6e11 Renamed, reindented. (was already partially complete) by Roger E. Masse · 29 years ago
  46. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 29 years ago
  47. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 29 years ago
  48. a320fd3 changes for MPW by Guido van Rossum · 30 years ago
  49. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 31 years ago
  50. 524b588 Added 1995 to copyright message. by Guido van Rossum · 31 years ago
  51. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 31 years ago
  52. a142613 Added minmax function. by Sjoerd Mullender · 31 years ago
  53. 7b1e974 Makefile.pre.in: add $(OPT) to link command by Guido van Rossum · 31 years ago
  54. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 31 years ago
  55. c4801ed Added minmax function: by Sjoerd Mullender · 32 years ago
  56. 337b20e Added audioop.reverse() which reverses an audio sample by Jack Jansen · 32 years ago
  57. a90805f This time really check in the new routines :-) by Jack Jansen · 32 years ago
  58. dd8a6ea Added lin2lin, findmax, findfactor and fintfit routines by Jack Jansen · 32 years ago
  59. 38a22ba Fixed some memory leaks when things go wrong. by Sjoerd Mullender · 33 years ago
  60. 55cea47 Changed adpcm routines to use 2-element state (was 3 element) by Jack Jansen · 33 years ago
  61. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 33 years ago
  62. d513f0b Fixed various bugs in the adpcm routines by Jack Jansen · 33 years ago
  63. e1b4d7c Added rms, maxpp and avgpp methods. by Jack Jansen · 33 years ago
  64. b64e635 Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what it by Guido van Rossum · 33 years ago
  65. 8e7a0f0 Added adpcm2lin and lin2adpcm. by Guido van Rossum · 33 years ago
  66. aad5344 Fix bug in ulaw2lin for 4-byte values by Guido van Rossum · 33 years ago
  67. f047635 Added 1992 to copyright notice by Guido van Rossum · 33 years ago
  68. b66efa0 Initial revision by Guido van Rossum · 33 years ago