1. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  2. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  3. c401881 Closes #27982: Allow keyword arguments to winsound functions by Zachary Ware · 8 years ago
  4. 7eacdcc Issue #27748: Merge with 3.5 by Zachary Ware · 8 years ago
  5. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  6. cefebf3 Issue #27748: Merge with 3.5 by Zachary Ware · 8 years ago
  7. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  8. ae8298b Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. by Zachary Ware · 8 years ago
  9. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  10. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  11. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  12. d2e48ca Issue #19987: Merge with 3.3 by Zachary Ware · 11 years ago
  13. 1007432 Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 11 years ago
  14. e9dacaa Issue #19987: disable test_winsound's test_alias_fallback test when no sound card by Christian Heimes · 11 years ago
  15. 04a684b Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 11 years ago
  16. 50a5dad Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 11 years ago
  17. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  18. a511935 compare with equality not identity (issue #16172) by Benjamin Peterson · 12 years ago
  19. 7ef28e8 Close stdout, clear ResourceWarning by Brian Curtin · 14 years ago
  20. 817c9df test_winsound shouldn't crash when ctypes isn't available by Antoine Pitrou · 14 years ago
  21. ae16af2 Merged revisions 81640 via svnmerge from by Brian Curtin · 14 years ago
  22. f140718 Fixed extraneous _winreg (changed to winreg in py3k). Thanks, Tim Golden. by Brian Curtin · 14 years ago
  23. 141b72e Fix invalid syntax. by Mark Dickinson · 14 years ago
  24. a09543c Merged revisions 80035 via svnmerge from by Mark Dickinson · 14 years ago
  25. 3606760 Merged revisions 80026 via svnmerge from by Brian Curtin · 14 years ago
  26. af9c3cf Merged revisions 80000 via svnmerge from by Stefan Krah · 14 years ago
  27. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  28. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  29. 0a665ce Another 2.6-ism in test file by Amaury Forgeot d'Arc · 16 years ago
  30. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  31. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  32. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  33. 70021d7 The peeping and bawling of the builtin speaker is giving my poor cat the creeps. by Christian Heimes · 17 years ago
  34. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  35. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  36. ad9a7c4 test_alias_nofallback(): Someone broke this test, after 2.3, by by Tim Peters · 20 years ago
  37. b8b60ea PlaySoundTest.test_alias_nofallback(): Simplified the coding by using by Tim Peters · 21 years ago
  38. 086e562 PlaySoundTest.test_alias_fallback(): Disabled this test, and explained by Tim Peters · 21 years ago
  39. 8bcbe6a Don't require that a RuntimeError is raised when playing a second by Walter Dörwald · 21 years ago
  40. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 21 years ago
  41. 11d204c Add test for MessageBeep() by Guido van Rossum · 21 years ago
  42. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  43. 2512d6d Fix spelling error and remove Windows line endings. by Guido van Rossum · 24 years ago
  44. cdd092f Added test_winsound by Mark Hammond. by Guido van Rossum · 24 years ago