| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Remove one compiler warning found with -Wstrict-prototypes. | Fred Drake | 2000-08-31 | 1 | -1/+1 |
|
|
* | Removing warnings discovered by gcc -Wall | Moshe Zadka | 2000-08-04 | 1 | -1/+1 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -2/+0 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -7/+3 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -72/+24 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I | Guido van Rossum | 2000-05-02 | 1 | -1/+1 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -2/+2 |
|
|
* | Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. | Guido van Rossum | 1999-09-07 | 1 | -8/+18 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Purported fixes for 64-bit platforms with help from John Jorgensen | Guido van Rossum | 1998-04-23 | 1 | -12/+24 |
|
|
* | Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) | Guido van Rossum | 1997-10-31 | 1 | -2/+2 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -4/+3 |
|
|
* | Fix by Sjoerd: don't want to resize to zero length. | Guido van Rossum | 1997-09-22 | 1 | -2/+7 |
|
|
* | fixed ratecv to continue working if product of rates is bigger than 32 bits | Guido van Rossum | 1997-05-20 | 1 | -0/+21 |
|
|
* | Tweaks to keep the Microsoft compiler quier. | Guido van Rossum | 1997-04-09 | 1 | -7/+7 |
|
|
* | Changes by Sjoerd (reformatted). | Guido van Rossum | 1997-02-14 | 1 | -95/+106 |
|
|
* | Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. | Roger E. Masse | 1997-01-17 | 1 | -25/+140 |
|
|
* | Renamed, reindented. (was already partially complete) | Roger E. Masse | 1997-01-03 | 1 | -933/+939 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -19/+19 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | changes for MPW | Guido van Rossum | 1995-03-09 | 1 | -1/+1 |
|
|