1. 51e90bc Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 12 years ago
  2. 72a01b2 Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 12 years ago
  3. 508d7d3 test_winsound should require the "audio" resource, as it does on 3.x. by Antoine Pitrou · 13 years ago
  4. 920e7e9 Merged revisions 83927 via svnmerge from by Antoine Pitrou · 15 years ago
  5. 824912e Fix #8618. Ask the Windows mixer API if there are any playback devices by Brian Curtin · 15 years ago
  6. 2c4798b In test_winsound, don't try to import _winreg until after checking that winsound is supported. by Mark Dickinson · 15 years ago
  7. d5c50b3 Fix #7306. Add skips to test_winsound when no default sound is configured. by Brian Curtin · 15 years ago
  8. 9aca91d Issue #8367: Fix spurious test failure on systems without a sound card. by Stefan Krah · 15 years ago
  9. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 16 years ago
  10. 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
  11. 496ad27 The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either: by Trent Nelson · 17 years ago
  12. 2180725 Get this test to pass even when there is no sound card in the system. by Neal Norwitz · 17 years ago
  13. f8cf13e Update test_winsound to check for a configured sound card (using a VBScript by Trent Mick · 19 years ago
  14. ad9a7c4 test_alias_nofallback(): Someone broke this test, after 2.3, by by Tim Peters · 21 years ago
  15. b8b60ea PlaySoundTest.test_alias_nofallback(): Simplified the coding by using by Tim Peters · 22 years ago
  16. 086e562 PlaySoundTest.test_alias_fallback(): Disabled this test, and explained by Tim Peters · 22 years ago
  17. 8bcbe6a Don't require that a RuntimeError is raised when playing a second by Walter Dörwald · 22 years ago
  18. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 22 years ago
  19. 11d204c Add test for MessageBeep() by Guido van Rossum · 22 years ago
  20. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  21. 2512d6d Fix spelling error and remove Windows line endings. by Guido van Rossum · 25 years ago
  22. cdd092f Added test_winsound by Mark Hammond. by Guido van Rossum · 25 years ago