| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Silence compiler warning. | Raymond Hettinger | 2009-05-16 | 1 | -1/+1 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -2/+7 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -1/+1 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -15/+53 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+18 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -32/+32 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -8/+8 |
|
|
* | In audioop, return PyString instead of PyBytes. | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -31/+31 |
|
|
* | Make audioop and its tests use bytes throughout. | Martin v. Löwis | 2007-07-20 | 1 | -35/+34 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -3/+8 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -60/+66 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1132/+1351 |
|
|
* | Thanks to Coverity, these were all reported by their Prevent tool. | Neal Norwitz | 2006-03-07 | 1 | -0/+2 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+3 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -23/+23 |
|
|
* | audioop_ratecv() again: settle for a sloppier upper bound that's less | Tim Peters | 2001-12-07 | 1 | -34/+19 |
|
|
* | audioop_ratecv(): I left a potentially unsafe multiply unchecked | Tim Peters | 2001-12-05 | 1 | -15/+15 |
|
|
* | SF bug 482574: audioop.ratecv crashes. | Tim Peters | 2001-12-05 | 1 | -6/+62 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|