30 Commits (284fa08eb783a48f98eabda25aaaebefb5937cce)

Author SHA1 Message Date
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Brett Cannon df0a717037 The linuxaudidev module has been deprecated for removal in Python 3.0. 18 years ago
Martin v. Löwis 6819210b9e PEP 3123: Provide forward compatibility with Python 3.0, while keeping 19 years ago
Armin Rigo 0d2f498a4c Compilation problem caused by conflicting typedefs for uint32_t 20 years ago
Armin Rigo c6f2f884b4 Compilation problem caused by conflicting typedefs for uint32_t 20 years ago
Georg Brandl 96a8c3954c Make use of METH_O and METH_NOARGS where possible. 20 years ago
Thomas Wouters 3ffa59b137 Rework channelnumber/samplesize detetion code's output variables a bit to 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Neal Norwitz 3f0464839b Fix icc warnings: extra semi-colon 20 years ago
Greg Ward a34b1a0749 Allow the device name to be passed to linuxaudiodev.open(), for 23 years ago
Jeremy Hylton 938ace69a0 staticforward bites the dust. 24 years ago
Tim Peters 5de9842b34 Repair widespread misuse of _PyString_Resize. Since it's clear people 24 years ago
Martin v. Löwis cdc4451222 Include <unistd.h> in Python.h. Fixes #500924. 24 years ago
Guido van Rossum 146483964e Patch supplied by Burton Radons for his own SF bug #487390: Modifying 24 years ago
Guido van Rossum 7745218c05 SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initialization 24 years ago
Guido van Rossum f5bd684337 Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev 25 years ago
Ka-Ping Yee 7dfe6e3264 Restore lost AFMT_S16_NE entry. 25 years ago
Ka-Ping Yee 27ac0d1ff5 better format names and error messages 25 years ago
Guido van Rossum 59316671e3 Be consistent in the description of audio formats: <format> <width> 26 years ago
Jeremy Hylton e2b7c4dea3 test_linuxaudio: 26 years ago
Guido van Rossum 7c55404207 Move the Py_DECREF(x) after the error: label so that we don't leak x 26 years ago
Barry Warsaw 9bfd2bf5ed Do the absolute minimal amount of modifications to eradicate 26 years ago
Jeremy Hylton a3895c0d29 This module has a poor name, since it can be used under FreeBSD and 26 years ago
Barry Warsaw 4ddd8202bc lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already 26 years ago
Thomas Wouters f3f33dcf03 Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 26 years ago
Jeremy Hylton 672fac0d65 satisfy the -Wall: remove two unused local variables and unused ins function 26 years ago
Fred Drake da940d8f8d Add method names to PyArg_ParseTuple() calls for better error messages. 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 26 years ago
Guido van Rossum 8de16932d0 This module's name should be linuxaudio*dev*.c 26 years ago
Guido van Rossum b130dc7419 Audio module for Linux, contributed by Peter Bosch. 26 years ago