index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
audioop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33781: audioop: enhance rounding double as int (GH-7447)
Victor Stinner
2018-06-06
1
-11/+17
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
1
-7/+23
*
Use uint16_t instead of short in audioop.
Serhiy Storchaka
2016-09-11
1
-14/+14
*
replace PyInt16 with int16_t
Benjamin Peterson
2016-09-08
1
-14/+11
*
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson
2016-09-07
1
-1/+1
*
Fix some warnings from MSVC
Steve Dower
2016-09-07
1
-1/+2
*
replace Python aliases for standard integer types with the standard integer t...
Benjamin Peterson
2016-09-06
1
-4/+4
*
Issue #1621: Avoid signed int negation overflow in audioop
Martin Panter
2016-07-19
1
-1/+3
*
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-53/+52
|
\
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-53/+52
*
|
Merge typo fixes from 3.5
Martin Panter
2016-05-08
1
-2/+2
|
\
\
|
|
/
|
*
Corrections for a/an in code comments and documentation
Martin Panter
2016-05-08
1
-2/+2
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-9/+11
|
/
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-2/+2
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-2/+2
*
|
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka
2015-06-28
1
-13/+26
|
\
\
|
|
/
|
*
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka
2015-06-28
1
-13/+26
*
|
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Serhiy Storchaka
2015-05-29
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Serhiy Storchaka
2015-05-29
1
-1/+1
*
|
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-26/+40
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-2/+1
|
/
*
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
1
-27/+27
*
Issue #20394: Attempt to silence CID 1164423: Division or modulo by zero in a...
Christian Heimes
2014-01-27
1
-1/+2
*
fix refleak on error
Benjamin Peterson
2014-01-26
1
-4/+7
*
Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).
Larry Hastings
2014-01-26
1
-1/+1
*
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings
2014-01-26
1
-1/+0
*
Issue #20133: The audioop module now uses Argument Clinic.
Serhiy Storchaka
2014-01-25
1
-486/+591
*
fix refleak in the error case
Benjamin Peterson
2014-01-13
1
-2/+2
*
audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a
Victor Stinner
2014-01-03
1
-0/+6
*
Issue #19641: Added the audioop.byteswap() function to convert big-endian
Serhiy Storchaka
2013-11-23
1
-0/+32
*
Fixed compile error on Windows caused by arithmetic with void * pointers
Serhiy Storchaka
2013-11-11
1
-3/+3
*
Issue #16685: Added support for any bytes-like objects in the audioop module.
Serhiy Storchaka
2013-11-10
1
-288/+378
*
Issue #19418 Fix some warnings on Win64
Tim Golden
2013-10-31
1
-2/+5
*
Issue #12866: Fix bias() for 24-bit. Add more tests.
Serhiy Storchaka
2013-10-20
1
-4/+8
*
Issue #12866: The audioop module now supports 24-bit samples.
Serhiy Storchaka
2013-10-19
1
-223/+200
*
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Victor Stinner
2013-07-07
1
-6/+4
*
audioop: explicit cast to fix a compiler warning
Victor Stinner
2013-05-07
1
-1/+1
*
Issue #16686: Fixed a lot of bugs in audioop module.
Serhiy Storchaka
2013-02-09
1
-156/+154
|
\
|
*
Issue #16686: Fixed a lot of bugs in audioop module.
Serhiy Storchaka
2013-02-09
1
-156/+154
*
|
Issue #16096: Fix several occurrences of potential signed integer overflow. ...
Mark Dickinson
2012-10-06
1
-2/+2
*
|
Issue #13806: The size check in audioop decompression functions was too stric...
Antoine Pitrou
2012-01-28
1
-3/+3
|
\
\
|
|
/
|
*
Issue #13806: The size check in audioop decompression functions was too stric...
Antoine Pitrou
2012-01-28
1
-3/+3
*
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-4/+0
|
/
*
Issue #9566: use Py_ssize_t instead of int
Victor Stinner
2011-01-04
1
-1/+1
*
Fix refleak in Modules/audioop.c.
Mark Dickinson
2010-07-04
1
-2/+7
*
Merged revisions 82492 via svnmerge from
Victor Stinner
2010-07-03
1
-73/+71
*
Issue #8657: Make the audioop module PY_SSIZE_T_CLEAN.
Mark Dickinson
2010-05-11
1
-64/+70
*
Merged revisions 81079 via svnmerge from
Mark Dickinson
2010-05-11
1
-17/+8
*
Merged revisions 81045 via svnmerge from
Mark Dickinson
2010-05-10
1
-28/+21
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-1255/+1255
[next]