1. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  2. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  3. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 17 years ago
  4. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  5. ff9b963 Catch the correct errors. by Georg Brandl · 18 years ago
  6. fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 18 years ago
  7. c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 20 years ago
  8. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 22 years ago
  9. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  10. 4ce6b35 don't fail if the audio device is busy, just skip. SF patch 545486 by Anthony Baxter · 23 years ago
  11. 923ebe4 It seems our sound cards can't play mulaw data. Use native-format by Guido van Rossum · 25 years ago
  12. e2b7c4d test_linuxaudio: by Jeremy Hylton · 25 years ago
  13. 92a6913 Oooopsss.....tab and space mismatch corrected. by Moshe Zadka · 25 years ago
  14. 040c17f Raise TestSkipped, not ImportError. Honesty's the best policy. by Moshe Zadka · 25 years ago
  15. 323a508 In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there by Moshe Zadka · 25 years ago
  16. 1f2d464 Added test for linnuxaudiodev module; directly adapted from sunaudiodev by Fred Drake · 25 years ago