1. 5f75502 Issue #24366: Fix indentation by Martin Panter · 8 years ago
  2. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  3. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  4. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  5. f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 16 years ago
  6. 629ec26 Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds. by Kristján Valur Jónsson · 17 years ago
  7. 844f7dd Patch #1527744: right order of includes in order to have HAVE_CONIO_H defined properly. by Georg Brandl · 18 years ago
  8. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  9. 773feaf initwinsound(): this no longer compiled on Windows, by Tim Peters · 18 years ago
  10. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  11. 30b4975 Limit x86 machine instructions and Win95 support to _M_IX86. by Martin v. Löwis · 19 years ago
  12. fee1004 sound_playsound() doesn't have to be visible externally, so make it static. by Walter Dörwald · 21 years ago
  13. e125268 Add MessageBeep() API. by Guido van Rossum · 21 years ago
  14. e407e2a Nuke the only DL_* in this directory. by Mark Hammond · 22 years ago
  15. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  16. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  17. e79af27 Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. by Tim Peters · 23 years ago
  18. 373d151 More typos. libwinsound.tex typo noted by Peter Funk (thanks!). by Tim Peters · 23 years ago
  19. 3e50242 Repair tab/space screwup. by Tim Peters · 23 years ago
  20. 25a9ce3 Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() by Tim Peters · 23 years ago
  21. be30c6b New info in beep() docstring. by Tim Peters · 23 years ago
  22. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  23. 99eb7a1 Mark Hammond writes: by Guido van Rossum · 25 years ago
  24. e600578 Add winsound -- by Toby Dickenson with permission. by Guido van Rossum · 25 years ago