1. c401881 Closes #27982: Allow keyword arguments to winsound functions by Zachary Ware · 8 years ago
  2. 625cb37 Issue #25387: Check return value of winsound.MessageBeep by Zachary Ware · 8 years ago
  3. ae8298b Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. by Zachary Ware · 8 years ago
  4. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  5. 77772c0 Issue #20172: Update clinicizations to current clinic. by Zachary Ware · 9 years ago
  6. 73f8cfb Issue #20172: Convert the winsound module to Argument Clinic. by Zachary Ware · 9 years ago
  7. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  8. 4ae5f13 Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval. by Hirokazu Yamamoto · 14 years ago
  9. cdc8cdd Reformatted code a bit. by Hirokazu Yamamoto · 14 years ago
  10. c08c9bc Issue #6317: Now winsound.PlaySound can accept non ascii filename. by Hirokazu Yamamoto · 14 years ago
  11. 62fbdd9 Formatted code. (Tabify, etc) by Hirokazu Yamamoto · 14 years ago
  12. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  13. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  14. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  15. a369c5a Use unicode by Neal Norwitz · 17 years ago
  16. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  17. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  18. 773feaf initwinsound(): this no longer compiled on Windows, by Tim Peters · 18 years ago
  19. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  20. 30b4975 Limit x86 machine instructions and Win95 support to _M_IX86. by Martin v. Löwis · 18 years ago
  21. fee10040 sound_playsound() doesn't have to be visible externally, so make it static. by Walter Dörwald · 21 years ago
  22. e125268 Add MessageBeep() API. by Guido van Rossum · 21 years ago
  23. e407e2a Nuke the only DL_* in this directory. by Mark Hammond · 22 years ago
  24. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  25. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  26. e79af27 Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. by Tim Peters · 23 years ago
  27. 373d151 More typos. libwinsound.tex typo noted by Peter Funk (thanks!). by Tim Peters · 23 years ago
  28. 3e50242 Repair tab/space screwup. by Tim Peters · 23 years ago
  29. 25a9ce3 Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() by Tim Peters · 23 years ago
  30. be30c6b New info in beep() docstring. by Tim Peters · 23 years ago
  31. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  32. 99eb7a1 Mark Hammond writes: by Guido van Rossum · 25 years ago
  33. e600578 Add winsound -- by Toby Dickenson with permission. by Guido van Rossum · 25 years ago