aboutsummaryrefslogtreecommitdiff
path: root/PC/winsound.c
AgeCommit message (Expand)Author
2011-11-22Use the new Unicode APIVictor Stinner
2010-11-07Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.Hirokazu Yamamoto
2010-11-07Reformatted code a bit.Hirokazu Yamamoto
2010-11-07Issue #6317: Now winsound.PlaySound can accept non ascii filename.Hirokazu Yamamoto
2010-11-07Formatted code. (Tabify, etc)Hirokazu Yamamoto
2010-05-09Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou
2008-06-11Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis
2008-05-16Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti
2007-08-25Use unicodeNeal Norwitz
2007-06-06Merged revisions 55631-55794 via svnmerge fromGuido van Rossum
2006-08-11Merged revisions 46753-51188 via svnmerge fromThomas Wouters
2006-01-19initwinsound(): this no longer compiled on Windows,Tim Peters
2006-01-19Check return result from Py_InitModule*(). This API can fail.Neal Norwitz
2005-11-29Limit x86 machine instructions and Win95 support to _M_IX86.Martin v. Löwis
2003-05-22sound_playsound() doesn't have to be visible externally,Walter Dörwald
2003-04-09Add MessageBeep() API.Guido van Rossum
2002-07-22Nuke the only DL_* in this directory.Mark Hammond
2002-06-13Patch #568124: Add doc string macros.Martin v. Löwis
2002-03-31Use symbolic METH_VARARGS instead of 1 for ml_flagsNeal Norwitz
2001-02-20Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.Tim Peters
2001-02-19More typos. libwinsound.tex typo noted by Peter Funk (thanks!).Tim Peters
2001-02-19Repair tab/space screwup.Tim Peters
2001-02-19Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()Tim Peters
2001-01-25New info in beep() docstring.Tim Peters
2000-07-22Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters
1999-10-01Mark Hammond writes:Guido van Rossum
1999-02-04Add winsound -- by Toby Dickenson with permission.Guido van Rossum