summaryrefslogtreecommitdiffstats
path: root/Modules/audioop.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #9566: use Py_ssize_t instead of intVictor Stinner2011-01-041-1/+1
* Fix refleak in Modules/audioop.c.Mark Dickinson2010-07-041-2/+7
* Merged revisions 82492 via svnmerge fromVictor Stinner2010-07-031-73/+71
* Issue #8657: Make the audioop module PY_SSIZE_T_CLEAN.Mark Dickinson2010-05-111-64/+70
* Merged revisions 81079 via svnmerge fromMark Dickinson2010-05-111-17/+8
* Merged revisions 81045 via svnmerge fromMark Dickinson2010-05-101-28/+21
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-1255/+1255
* Silence compiler warning.Raymond Hettinger2009-05-161-1/+1
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-2/+7
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-161-1/+1
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-15/+53
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+18
* Renamed PyString to PyBytesChristian Heimes2008-05-261-32/+32
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-8/+8
* In audioop, return PyString instead of PyBytes.Amaury Forgeot d'Arc2007-11-221-31/+31
* Make audioop and its tests use bytes throughout.Martin v. Löwis2007-07-201-35/+34
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-3/+8
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-60/+66
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1132/+1351
* Thanks to Coverity, these were all reported by their Prevent tool.Neal Norwitz2006-03-071-0/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+3
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-23/+23
* audioop_ratecv() again: settle for a sloppier upper bound that's lessTim Peters2001-12-071-34/+19
* audioop_ratecv(): I left a potentially unsafe multiply uncheckedTim Peters2001-12-051-15/+15
* SF bug 482574: audioop.ratecv crashes.Tim Peters2001-12-051-6/+62
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Remove one compiler warning found with -Wstrict-prototypes.Fred Drake2000-08-311-1/+1
* Removing warnings discovered by gcc -WallMoshe Zadka2000-08-041-1/+1
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-2/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-7/+3
* ANSI-ficationPeter Schneider-Kamp2000-07-101-72/+24
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and IGuido van Rossum2000-05-021-1/+1
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-2/+2
* Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender.Guido van Rossum1999-09-071-8/+18
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Purported fixes for 64-bit platforms with help from John JorgensenGuido van Rossum1998-04-231-12/+24
* Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov)Guido van Rossum1997-10-311-2/+2
* Apply two changes, systematically:Guido van Rossum1997-10-011-4/+3
* Fix by Sjoerd: don't want to resize to zero length.Guido van Rossum1997-09-221-2/+7
* fixed ratecv to continue working if product of rates is bigger than 32 bitsGuido van Rossum1997-05-201-0/+21
* Tweaks to keep the Microsoft compiler quier.Guido van Rossum1997-04-091-7/+7
* Changes by Sjoerd (reformatted).Guido van Rossum1997-02-141-95/+106
* Added Sjoerd's submitted 'ratecv' method. Made corrections for new names.Roger E. Masse1997-01-171-25/+140
* Renamed, reindented. (was already partially complete)Roger E. Masse1997-01-031-933/+939
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-19/+19
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20