1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  2. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  3. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  4. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago
  5. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  6. 0d2f498 Compilation problem caused by conflicting typedefs for uint32_t by Armin Rigo · 18 years ago
  7. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  8. 3ffa59b Rework channelnumber/samplesize detetion code's output variables a bit to by Thomas Wouters · 19 years ago
  9. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  10. 3f04648 Fix icc warnings: extra semi-colon by Neal Norwitz · 19 years ago
  11. a34b1a0 Allow the device name to be passed to linuxaudiodev.open(), for by Greg Ward · 22 years ago
  12. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  13. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  14. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  15. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  16. 7745218 SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initialization by Guido van Rossum · 23 years ago
  17. f5bd684 Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev by Guido van Rossum · 24 years ago
  18. 7dfe6e3 Restore lost AFMT_S16_NE entry. by Ka-Ping Yee · 24 years ago
  19. 27ac0d1 better format names and error messages by Ka-Ping Yee · 24 years ago
  20. 5931667 Be consistent in the description of audio formats: <format> <width> "audio". by Guido van Rossum · 24 years ago
  21. e2b7c4d test_linuxaudio: by Jeremy Hylton · 24 years ago
  22. 7c55404 Move the Py_DECREF(x) after the error: label so that we don't leak x by Guido van Rossum · 24 years ago
  23. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  24. a3895c0 This module has a poor name, since it can be used under FreeBSD and by Jeremy Hylton · 24 years ago
  25. 4ddd820 lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already by Barry Warsaw · 24 years ago
  26. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  27. 672fac0 satisfy the -Wall: remove two unused local variables and unused ins function by Jeremy Hylton · 24 years ago
  28. da940d8 Add method names to PyArg_ParseTuple() calls for better error messages. by Fred Drake · 24 years ago
  29. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  30. 8de1693 This module's name should be linuxaudio*dev*.c by Guido van Rossum · 25 years ago[Renamed (99%) from Modules/linuxaudio.c]
  31. b130dc7 Audio module for Linux, contributed by Peter Bosch. by Guido van Rossum · 25 years ago