| Commit message (Expand) | Author | Age | Files | Lines |
* | Make use of METH_O and METH_NOARGS where possible. | Georg Brandl | 2006-05-29 | 1 | -35/+15 |
|
|
* | Rework channelnumber/samplesize detetion code's output variables a bit to | Thomas Wouters | 2006-03-01 | 1 | -7/+6 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Fix icc warnings: extra semi-colon | Neal Norwitz | 2006-01-07 | 1 | -1/+1 |
|
|
* | Allow the device name to be passed to linuxaudiodev.open(), for | Greg Ward | 2002-11-27 | 1 | -7/+19 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 1 | -2/+1 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initialization | Guido van Rossum | 2001-12-08 | 1 | -9/+8 |
|
|
* | Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev | Guido van Rossum | 2001-04-02 | 1 | -9/+29 |
|
|
* | Restore lost AFMT_S16_NE entry. | Ka-Ping Yee | 2001-01-17 | 1 | -0/+1 |
|
|
* | better format names and error messages | Ka-Ping Yee | 2001-01-15 | 1 | -13/+12 |
|
|
* | Be consistent in the description of audio formats: <format> <width> | Guido van Rossum | 2000-10-08 | 1 | -4/+7 |
|
|
* | test_linuxaudio: | Jeremy Hylton | 2000-10-06 | 1 | -86/+129 |
|
|
* | Move the Py_DECREF(x) after the error: label so that we don't leak x | Guido van Rossum | 2000-09-01 | 1 | -1/+1 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -5/+2 |
|
|
* | This module has a poor name, since it can be used under FreeBSD and | Jeremy Hylton | 2000-08-31 | 1 | -0/+10 |
|
|
* | lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already | Barry Warsaw | 2000-08-18 | 1 | -1/+3 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | satisfy the -Wall: remove two unused local variables and unused ins function | Jeremy Hylton | 2000-07-11 | 1 | -13/+0 |
|
|
* | Add method names to PyArg_ParseTuple() calls for better error messages. | Fred Drake | 2000-07-08 | 1 | -313/+298 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -2/+2 |
|
|
* | This module's name should be linuxaudio*dev*.c | Guido van Rossum | 2000-03-31 | 1 | -0/+466 |
|
|