1. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  2. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  3. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  4. 1e45c58 Make test_ossaudiodev work. by Antoine Pitrou · 17 years ago
  5. 1e8fba7 Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. by Brett Cannon · 17 years ago
  6. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  7. 1b2f62d Catch IOError for when the device file doesn't exist or the user doesn't have by Neal Norwitz · 18 years ago
  8. ff9b963 Catch the correct errors. by Georg Brandl · 18 years ago
  9. fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 18 years ago
  10. e7445de Remove output file for test_ossaudiodev, also properly close the dsp object. by Georg Brandl · 18 years ago
  11. cf795b4 Fix an issue related to the unittest conversion. by Collin Winter · 18 years ago
  12. fb5b989 Convert test_ossaudiodev to use unittest. by Collin Winter · 18 years ago
  13. 813669f Fix a bug in the messages for an assert failure where not enough arguments to a string by Brett Cannon · 19 years ago
  14. 4d16b91 Don't use standard assert: want tests to fail even when run with -O. by Greg Ward · 19 years ago
  15. 7802af4 Be a lot smarter about whether this test passes: instead of assuming by Greg Ward · 19 years ago
  16. c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 20 years ago
  17. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 20 years ago
  18. 348c261 On those systems lacking the AFMT_S16_NE symbol, the test was failing by Andrew MacIntyre · 22 years ago
  19. 8a709b3 Factor endian-ness check out of play_sound_file(), and fix by Greg Ward · 22 years ago
  20. 4f12d46 Renamed test_errors() to test_setparameters() and completely rewrote it by Greg Ward · 22 years ago
  21. 080c110 Order and number of arguments to setparameters() has changed. by Greg Ward · 22 years ago
  22. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 22 years ago
  23. 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 23 years ago
  24. 55a8790 Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). by Greg Ward · 23 years ago
  25. 36dacfa Initial revision is rev 1.8 of test_linuxaudiodev.py, with by Greg Ward · 23 years ago