summaryrefslogtreecommitdiff
path: root/Lib/test/test_winsound.py
Commit message (Expand)AuthorAgeFilesLines
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-281-0/+2
* Remove unused imports.Serhiy Storchaka2016-12-161-2/+0
* Closes #27982: Allow keyword arguments to winsound functionsZachary Ware2016-09-061-0/+10
* Issue #27748: Merge with 3.5Zachary Ware2016-09-051-4/+1
|\
| * Issue #27748: Backed out changeset f845e24d794eZachary Ware2016-09-051-4/+1
* | Issue #27748: Merge with 3.5Zachary Ware2016-09-051-1/+4
|\ \ | |/
| * Issue #27748: strengthen test_alias_nofallbackZachary Ware2016-09-051-1/+4
* | Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.Zachary Ware2016-09-051-0/+16
|/
* Issue #27748: Simplify test_winsound.Zachary Ware2016-09-051-190/+62
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
* Issue #19987: Merge with 3.3Zachary Ware2013-12-161-8/+8
|\
| * Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-161-7/+8
| * Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-271-12/+8
* | Issue #19987: disable test_winsound's test_alias_fallback test when no sound ...Christian Heimes2013-12-161-6/+7
* | Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-271-12/+8
* | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-1/+1
|/
* compare with equality not identity (issue #16172)Benjamin Peterson2012-10-091-6/+2
* Close stdout, clear ResourceWarningBrian Curtin2010-12-291-0/+1
* test_winsound shouldn't crash when ctypes isn't availableAntoine Pitrou2010-08-101-1/+1
* Merged revisions 81640 via svnmerge fromBrian Curtin2010-06-011-0/+6
* Fixed extraneous _winreg (changed to winreg in py3k). Thanks, Tim Golden.Brian Curtin2010-04-131-1/+1
* Fix invalid syntax.Mark Dickinson2010-04-131-1/+1
* Merged revisions 80035 via svnmerge fromMark Dickinson2010-04-131-1/+1
* Merged revisions 80026 via svnmerge fromBrian Curtin2010-04-131-0/+21
* Merged revisions 80000 via svnmerge fromStefan Krah2010-04-121-5/+3
* 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