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