summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_winsound.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Another 2.6-ism in test fileAmaury Forgeot d'Arc2008-03-201-1/+1
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-17/+19
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-2/+10
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-4/+16
* The peeping and bawling of the builtin speaker is giving my poor cat the creeps.Christian Heimes2007-11-151-0/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-34/+115
* test_alias_nofallback(): Someone broke this test, after 2.3, byTim Peters2004-05-161-2/+18
* PlaySoundTest.test_alias_nofallback(): Simplified the coding by usingTim Peters2003-09-221-7/+2
* PlaySoundTest.test_alias_fallback(): Disabled this test, and explainedTim Peters2003-09-221-1/+12
* Don't require that a RuntimeError is raised when playing a secondWalter Dörwald2003-06-301-5/+9
* Port test_array and test_winsound to PyUnit. Enhance tests for arrayWalter Dörwald2003-05-181-15/+99
* Add test for MessageBeep()Guido van Rossum2003-04-091-1/+13
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+0
* Fix spelling error and remove Windows line endings.Guido van Rossum2000-04-241-1/+1
* Added test_winsound by Mark Hammond.Guido van Rossum2000-04-211-0/+7