1. 30 Mar, 2009 1 kayıt (commit)
  2. 18 Mar, 2008 2 kayıt (commit)
    • Steven Bethard's avatar
      _have_soundcard() is a bad check for winsound.Beep, since you can have a… · 89065753
      Steven Bethard yazdı
      _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.
      89065753
    • Trent Nelson's avatar
      The behaviour of winsound.Beep() seems to differ between different versions of… · 496ad271
      Trent Nelson yazdı
      The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either:
          a) no sound card entirely
          b) legacy beep driver has been disabled
          c) the legacy beep driver has been uninstalled
      Sometimes RuntimeErrors are raised, sometimes they're not.  If _have_soundcard() returns False, don't expect winsound.Beep() to raise a RuntimeError, as this clearly isn't the case, as demonstrated by the various Win32 XP buildbots.
      496ad271
  3. 05 Mar, 2008 1 kayıt (commit)
  4. 16 Mar, 2006 1 kayıt (commit)
  5. 16 May, 2004 1 kayıt (commit)
  6. 22 Eyl, 2003 2 kayıt (commit)
  7. 30 Haz, 2003 1 kayıt (commit)
  8. 18 May, 2003 1 kayıt (commit)
  9. 09 Nis, 2003 1 kayıt (commit)
  10. 23 Eki, 2000 1 kayıt (commit)
  11. 24 Nis, 2000 1 kayıt (commit)
  12. 21 Nis, 2000 1 kayıt (commit)