1. 8be1740 Use uint16_t instead of short in audioop. by Serhiy Storchaka · 8 years ago
  2. bb0b0d9 replace PyInt16 with int16_t by Benjamin Peterson · 8 years ago
  3. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
  4. a439191 Fix some warnings from MSVC by Steve Dower · 8 years ago
  5. 9b3d770 replace Python aliases for standard integer types with the standard integer types (#17884) by Benjamin Peterson · 8 years ago
  6. 6fb9090 Issue #1621: Avoid signed int negation overflow in audioop by Martin Panter · 8 years ago
  7. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  8. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  9. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  10. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  11. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  12. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  13. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  14. b9b9e7b Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  15. 449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  16. a663121 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  17. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  18. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  19. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  20. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  21. c4ab9a4 Issue #20394: Attempt to silence CID 1164423: Division or modulo by zero in audioop_ratecv_impl() by Christian Heimes · 10 years ago
  22. 08673c5 fix refleak on error by Benjamin Peterson · 10 years ago
  23. f256c22 Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). by Larry Hastings · 10 years ago
  24. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  25. 8d00d73 Issue #20133: The audioop module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  26. a51791a fix refleak in the error case by Benjamin Peterson · 10 years ago
  27. daeffd2 audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a by Victor Stinner · 10 years ago
  28. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  29. 23a7827 Fixed compile error on Windows caused by arithmetic with void * pointers by Serhiy Storchaka · 11 years ago
  30. 711e91b Issue #16685: Added support for any bytes-like objects in the audioop module. by Serhiy Storchaka · 11 years ago
  31. fa6ab0f Issue #19418 Fix some warnings on Win64 by Tim Golden · 11 years ago
  32. ce82eb2 Issue #12866: Fix bias() for 24-bit. Add more tests. by Serhiy Storchaka · 11 years ago
  33. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
  34. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago
  35. f2b9a34 audioop: explicit cast to fix a compiler warning by Victor Stinner · 11 years ago
  36. 8135de8 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 11 years ago
  37. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 11 years ago
  38. c04ddff Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  39. 04d9dd0 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 12 years ago
  40. 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
  41. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  42. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 13 years ago
  43. cc588c1 Fix refleak in Modules/audioop.c. by Mark Dickinson · 14 years ago
  44. bc5c54b Merged revisions 82492 via svnmerge from by Victor Stinner · 14 years ago
  45. 81fece2 Issue #8657: Make the audioop module PY_SSIZE_T_CLEAN. by Mark Dickinson · 14 years ago
  46. 393b97a Merged revisions 81079 via svnmerge from by Mark Dickinson · 14 years ago
  47. 85eacea Merged revisions 81045 via svnmerge from by Mark Dickinson · 14 years ago
  48. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  49. afdfbc7 Silence compiler warning. by Raymond Hettinger · 15 years ago
  50. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  51. 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
  52. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  53. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  54. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  55. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  56. 484fcd4 In audioop, return PyString instead of PyBytes. by Amaury Forgeot d'Arc · 17 years ago
  57. 3a2e5ce Make audioop and its tests use bytes throughout. by Martin v. Löwis · 17 years ago
  58. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  59. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  60. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  61. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 18 years ago
  62. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  63. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  64. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  65. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  66. eb4b7ba audioop_ratecv() again: settle for a sloppier upper bound that's less by Tim Peters · 22 years ago
  67. 3127c28 audioop_ratecv(): I left a potentially unsafe multiply unchecked by Tim Peters · 22 years ago
  68. 1691bd9 SF bug 482574: audioop.ratecv crashes. by Tim Peters · 22 years ago
  69. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  70. c818d53 Remove one compiler warning found with -Wstrict-prototypes. by Fred Drake · 24 years ago
  71. 6a078ed Removing warnings discovered by gcc -Wall by Moshe Zadka · 24 years ago
  72. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  73. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  74. 8bc8f0d ANSI-fication by Peter Schneider-Kamp · 24 years ago
  75. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  76. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  77. 7d64b48 Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I by Guido van Rossum · 24 years ago
  78. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  79. 65bb328 Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. by Guido van Rossum · 25 years ago
  80. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 25 years ago
  81. 6901196 Purported fixes for 64-bit platforms with help from John Jorgensen by Guido van Rossum · 26 years ago
  82. 6345ac6 Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) by Guido van Rossum · 27 years ago
  83. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  84. 3bbeb7a Fix by Sjoerd: don't want to resize to zero length. by Guido van Rossum · 27 years ago
  85. b24c9ea fixed ratecv to continue working if product of rates is bigger than 32 bits by Guido van Rossum · 27 years ago
  86. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  87. 1851a67 Changes by Sjoerd (reformatted). by Guido van Rossum · 27 years ago
  88. c905fff Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. by Roger E. Masse · 27 years ago
  89. eaa6e11 Renamed, reindented. (was already partially complete) by Roger E. Masse · 27 years ago
  90. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  91. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  92. a320fd3 changes for MPW by Guido van Rossum · 29 years ago
  93. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 29 years ago
  94. 524b588 Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  95. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 29 years ago
  96. a142613 Added minmax function. by Sjoerd Mullender · 30 years ago
  97. 7b1e974 Makefile.pre.in: add $(OPT) to link command by Guido van Rossum · 30 years ago
  98. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  99. c4801ed Added minmax function: by Sjoerd Mullender · 30 years ago
  100. 337b20e Added audioop.reverse() which reverses an audio sample by Jack Jansen · 31 years ago