1. 8906575 _have_soundcard() is a bad check for winsound.Beep, since you can have a soundcard but have the beep driver disabled. This revision basically disables the beep tests by wrapping them in a try/except. The Right Way To Do It is to come up with a _have_enabled_beep_driver() and use that. by Steven Bethard · 17 years ago
  2. 496ad27 The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either: by Trent Nelson · 17 years ago
  3. 2180725 Get this test to pass even when there is no sound card in the system. by Neal Norwitz · 17 years ago
  4. f8cf13e Update test_winsound to check for a configured sound card (using a VBScript by Trent Mick · 19 years ago
  5. ad9a7c4 test_alias_nofallback(): Someone broke this test, after 2.3, by by Tim Peters · 21 years ago
  6. b8b60ea PlaySoundTest.test_alias_nofallback(): Simplified the coding by using by Tim Peters · 22 years ago
  7. 086e562 PlaySoundTest.test_alias_fallback(): Disabled this test, and explained by Tim Peters · 22 years ago
  8. 8bcbe6a Don't require that a RuntimeError is raised when playing a second by Walter Dörwald · 22 years ago
  9. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 22 years ago
  10. 11d204c Add test for MessageBeep() by Guido van Rossum · 22 years ago
  11. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  12. 2512d6d Fix spelling error and remove Windows line endings. by Guido van Rossum · 25 years ago
  13. cdd092f Added test_winsound by Mark Hammond. by Guido van Rossum · 25 years ago