summaryrefslogtreecommitdiff
path: root/PC/winsound.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #24366: Fix indentationMartin Panter2016-09-151-17/+15
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-61/+61
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Sync code with documentation, and remove Win95 support in winsound module.Amaury Forgeot d'Arc2008-05-121-69/+9
* Include <windows.h> after python.h, so that WINNT is properly set before wind...Kristján Valur Jónsson2007-05-261-1/+1
* Patch #1527744: right order of includes in order to have HAVE_CONIO_H defined...Georg Brandl2006-07-241-3/+3
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-0/+2
* 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