COMMITS
/ Modules/audioop.c August 20, 2017
O
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119)
Oren Milman committed
September 11, 2016
S
Use uint16_t instead of short in audioop.
Serhiy Storchaka committed
September 8, 2016
B
replace PyInt16 with int16_t
Benjamin Peterson committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
S
Fix some warnings from MSVC
Steve Dower committed
September 6, 2016
B
replace Python aliases for standard integer types with the standard integer types (#17884)
Benjamin Peterson committed
July 19, 2016
M
Issue #1621: Avoid signed int negation overflow in audioop
Martin Panter committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
May 8, 2016
M
Merge typo fixes from 3.5
Martin Panter committed
M
Corrections for a/an in code comments and documentation
Martin Panter committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
June 28, 2015
S
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka committed
S
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka committed
May 29, 2015
S
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Serhiy Storchaka committed
S
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Serhiy Storchaka committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 27, 2014
C
Issue #20394: Attempt to silence CID 1164423: Division or modulo by zero in audioop_ratecv_impl()
Christian Heimes committed
January 26, 2014
B
fix refleak on error
Benjamin Peterson committed
L
Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).
Larry Hastings committed
L
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings committed
January 25, 2014
S
Issue #20133: The audioop module now uses Argument Clinic.
Serhiy Storchaka committed
January 13, 2014
B
fix refleak in the error case
Benjamin Peterson committed
January 3, 2014
V
audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a
Victor Stinner committed
November 23, 2013
S
Issue #19641: Added the audioop.byteswap() function to convert big-endian
Serhiy Storchaka committed
November 11, 2013
S
Fixed compile error on Windows caused by arithmetic with void * pointers
Serhiy Storchaka committed
November 10, 2013
S
Issue #16685: Added support for any bytes-like objects in the audioop module.
Serhiy Storchaka committed
October 31, 2013
T
Issue #19418 Fix some warnings on Win64
Tim Golden committed
October 20, 2013
S
Issue #12866: Fix bias() for 24-bit. Add more tests.
Serhiy Storchaka committed
October 19, 2013
S
Issue #12866: The audioop module now supports 24-bit samples.
Serhiy Storchaka committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Victor Stinner committed
May 7, 2013
V
audioop: explicit cast to fix a compiler warning
Victor Stinner committed
February 9, 2013
S
Issue #16686: Fixed a lot of bugs in audioop module.
Serhiy Storchaka committed
S
Issue #16686: Fixed a lot of bugs in audioop module.
Serhiy Storchaka committed
October 6, 2012
M
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
Mark Dickinson committed
January 28, 2012
A
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
January 4, 2011
V
Issue #9566: use Py_ssize_t instead of int
Victor Stinner committed
July 4, 2010
M
Fix refleak in Modules/audioop.c.
Mark Dickinson committed
July 3, 2010
V
Merged revisions 82492 via svnmerge from
Victor Stinner committed
May 11, 2010
M
Issue #8657: Make the audioop module PY_SSIZE_T_CLEAN.
Mark Dickinson committed
M
Merged revisions 81079 via svnmerge from
Mark Dickinson committed
May 10, 2010
M
Merged revisions 81045 via svnmerge from
Mark Dickinson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 16, 2009
R
Silence compiler warning.
Raymond Hettinger committed