summaryrefslogtreecommitdiff
path: root/Modules/almodule.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-2061/+2061
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-221-0/+2
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-11/+11
* Renamed PyString to PyBytesChristian Heimes2008-05-261-11/+11
* Deprecate al/AL for removal in 3.0.Brett Cannon2008-05-141-0/+4
* Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if a...Neal Norwitz2006-09-231-1/+1
* Fix some missing checks after PyTuple_New, PyList_New, PyDict_NewGeorg Brandl2006-03-171-1/+3
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Simplify and speedup uses of Py_BuildValue():Raymond Hettinger2003-10-121-1/+1
* SF patch #667548, Add some audio constants by Michael PruettNeal Norwitz2003-03-301-3/+25
* staticforward bites the dust.Jeremy Hylton2002-07-171-2/+2
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-123/+84
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-2/+2
* More sprintf -> PyOS_snprintf.Tim Peters2001-11-281-1/+2
* Correct argument parsing for alp_getstatus, which is METH_VARARGS.Martin v. Löwis2001-11-031-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-5/+2
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-121-2/+2
* ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.cPeter Schneider-Kamp2000-07-101-223/+76
* Python 2.0 is not supposed to use string exceptions in the standard libraryFred Drake2000-07-061-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-4/+4
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-52/+52
* The call to PyArg_ParseTuple in al_Connect had one too few arguments.Guido van Rossum1999-12-101-1/+1
* Now that we have standard (optional) long long support, the long longGuido van Rossum1998-08-311-66/+0
* Fix some problems that a picky SGI compiler reported. Two were benignGuido van Rossum1998-07-071-3/+1
* New version by Sjoerd, with support for IRIX 6 audio library.Guido van Rossum1997-04-031-340/+3035
* Renamed, but not throughly tested.Roger E. Masse1997-01-031-226/+235
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-2/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-41/+40
* almodule.c: added close method, equivalent to closeport.Sjoerd Mullender1993-12-201-0/+1
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+1
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-2/+2
* Added new audio library functionality (getstatus, float sample fmts)Jack Jansen1993-02-101-0/+128
* added getname, getdefault and getminmax functionsGuido van Rossum1992-08-191-0/+43
* Modified to allow other threads to run in a multithreaded environment.Jack Jansen1992-08-131-0/+6
* Mark's name is Callow, not CallowsGuido van Rossum1992-05-151-1/+1
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Use getargs() function.Guido van Rossum1992-01-271-36/+34
* Added some error checks.Guido van Rossum1991-10-201-1/+17
* Call (*func), not ALgetparams!Guido van Rossum1991-09-131-1/+1
* Added queryparams, get/setparams.Guido van Rossum1991-09-101-2/+96
* Initial revisionGuido van Rossum1991-09-091-0/+492