| Commit message (Expand) | Author | Age | Files | Lines |
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -2061/+2061 |
|
|
* | Issue #2620: Overflow checking when allocating or reallocating memory | Gregory P. Smith | 2008-07-22 | 1 | -0/+2 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -11/+11 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -11/+11 |
|
|
* | Deprecate al/AL for removal in 3.0. | Brett Cannon | 2008-05-14 | 1 | -0/+4 |
|
|
* | Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if a... | Neal Norwitz | 2006-09-23 | 1 | -1/+1 |
|
|
* | Fix some missing checks after PyTuple_New, PyList_New, PyDict_New | Georg Brandl | 2006-03-17 | 1 | -1/+3 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -1/+1 |
|
|
* | SF patch #667548, Add some audio constants by Michael Pruett | Neal Norwitz | 2003-03-30 | 1 | -3/+25 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -2/+2 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -123/+84 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | More sprintf -> PyOS_snprintf. | Tim Peters | 2001-11-28 | 1 | -1/+2 |
|
|
* | Correct argument parsing for alp_getstatus, which is METH_VARARGS. | Martin v. Löwis | 2001-11-03 | 1 | -1/+1 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -5/+2 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 1 | -2/+2 |
|
|
* | ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c | Peter Schneider-Kamp | 2000-07-10 | 1 | -223/+76 |
|
|
* | Python 2.0 is not supposed to use string exceptions in the standard library | Fred Drake | 2000-07-06 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -4/+4 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -52/+52 |
|
|
* | The call to PyArg_ParseTuple in al_Connect had one too few arguments. | Guido van Rossum | 1999-12-10 | 1 | -1/+1 |
|
|
* | Now that we have standard (optional) long long support, the long long | Guido van Rossum | 1998-08-31 | 1 | -66/+0 |
|
|
* | Fix some problems that a picky SGI compiler reported. Two were benign | Guido van Rossum | 1998-07-07 | 1 | -3/+1 |
|
|
* | New version by Sjoerd, with support for IRIX 6 audio library. | Guido van Rossum | 1997-04-03 | 1 | -340/+3035 |
|
|
* | Renamed, but not throughly tested. | Roger E. Masse | 1997-01-03 | 1 | -226/+235 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -2/+0 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -41/+40 |
|
|
* | almodule.c: added close method, equivalent to closeport. | Sjoerd Mullender | 1993-12-20 | 1 | -0/+1 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -1/+1 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -2/+2 |
|
|
* | Added new audio library functionality (getstatus, float sample fmts) | Jack Jansen | 1993-02-10 | 1 | -0/+128 |
|
|
* | added getname, getdefault and getminmax functions | Guido van Rossum | 1992-08-19 | 1 | -0/+43 |
|
|
* | Modified to allow other threads to run in a multithreaded environment. | Jack Jansen | 1992-08-13 | 1 | -0/+6 |
|
|
* | Mark's name is Callow, not Callows | Guido van Rossum | 1992-05-15 | 1 | -1/+1 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | Use getargs() function. | Guido van Rossum | 1992-01-27 | 1 | -36/+34 |
|
|
* | Added some error checks. | Guido van Rossum | 1991-10-20 | 1 | -1/+17 |
|
|
* | Call (*func), not ALgetparams! | Guido van Rossum | 1991-09-13 | 1 | -1/+1 |
|
|
* | Added queryparams, get/setparams. | Guido van Rossum | 1991-09-10 | 1 | -2/+96 |
|
|
* | Initial revision | Guido van Rossum | 1991-09-09 | 1 | -0/+492 |
|
|