summaryrefslogtreecommitdiff
path: root/PC/winsound.c
Commit message (Expand)AuthorAgeFilesLines
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* Closes #27982: Allow keyword arguments to winsound functionsZachary Ware2016-09-061-10/+7
* Issue #25387: Check return value of winsound.MessageBeepZachary Ware2016-09-051-1/+11
* Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.Zachary Ware2016-09-051-11/+38
* Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-6/+6
* Issue #20172: Update clinicizations to current clinic.Zachary Ware2015-05-131-2/+2
* Issue #20172: Convert the winsound module to Argument Clinic.Zachary Ware2015-05-131-56/+73
* Use the new Unicode APIVictor Stinner2011-11-221-1/+1
* Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.Hirokazu Yamamoto2010-11-071-27/+1
* Reformatted code a bit.Hirokazu Yamamoto2010-11-071-1/+1
* Issue #6317: Now winsound.PlaySound can accept non ascii filename.Hirokazu Yamamoto2010-11-071-7/+29
* Formatted code. (Tabify, etc)Hirokazu Yamamoto2010-11-071-17/+15
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-69/+69
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-5/+17
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-69/+9
* Use unicodeNeal Norwitz2007-08-251-1/+1
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+5
* initwinsound(): this no longer compiled on Windows,Tim Peters2006-01-191-1/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Limit x86 machine instructions and Win95 support to _M_IX86.Martin v. Löwis2005-11-291-0/+2
* sound_playsound() doesn't have to be visible externally,Walter Dörwald2003-05-221-1/+1
* Add MessageBeep() API.Guido van Rossum2003-04-091-0/+21
* Nuke the only DL_* in this directory.Mark Hammond2002-07-221-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-6/+6
* Use symbolic METH_VARARGS instead of 1 for ml_flagsNeal Norwitz2002-03-311-2/+2
* Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.Tim Peters2001-02-201-1/+1
* More typos. libwinsound.tex typo noted by Peter Funk (thanks!).Tim Peters2001-02-191-1/+1
* Repair tab/space screwup.Tim Peters2001-02-191-1/+1
* Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()Tim Peters2001-02-191-35/+99
* New info in beep() docstring.Tim Peters2001-01-251-1/+4
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-1/+1
* Mark Hammond writes:Guido van Rossum1999-10-011-1/+31
* Add winsound -- by Toby Dickenson with permission.Guido van Rossum1999-02-041-0/+128