1. a34b1a0 Allow the device name to be passed to linuxaudiodev.open(), for by Greg Ward · 22 years ago
  2. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  3. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  4. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  5. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  6. 7745218 SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initialization by Guido van Rossum · 23 years ago
  7. f5bd684 Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev by Guido van Rossum · 23 years ago
  8. 7dfe6e3 Restore lost AFMT_S16_NE entry. by Ka-Ping Yee · 23 years ago
  9. 27ac0d1 better format names and error messages by Ka-Ping Yee · 23 years ago
  10. 5931667 Be consistent in the description of audio formats: <format> <width> "audio". by Guido van Rossum · 24 years ago
  11. e2b7c4d test_linuxaudio: by Jeremy Hylton · 24 years ago
  12. 7c55404 Move the Py_DECREF(x) after the error: label so that we don't leak x by Guido van Rossum · 24 years ago
  13. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  14. a3895c0 This module has a poor name, since it can be used under FreeBSD and by Jeremy Hylton · 24 years ago
  15. 4ddd820 lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already by Barry Warsaw · 24 years ago
  16. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  17. 672fac0 satisfy the -Wall: remove two unused local variables and unused ins function by Jeremy Hylton · 24 years ago
  18. da940d8 Add method names to PyArg_ParseTuple() calls for better error messages. by Fred Drake · 24 years ago
  19. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  20. 8de1693 This module's name should be linuxaudio*dev*.c by Guido van Rossum · 24 years ago[Renamed (99%) from Modules/linuxaudio.c]
  21. b130dc7 Audio module for Linux, contributed by Peter Bosch. by Guido van Rossum · 24 years ago