Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f084376f23ee20a972a1fb28f9fd5366f8fd2439
/
PC
/
winsound.c
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 16 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 16 years ago
f9b54c2
Sync code with documentation, and remove Win95 support in winsound module.
by Amaury Forgeot d'Arc
· 17 years ago
629ec26
Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds.
by Kristján Valur Jónsson
· 17 years ago
844f7dd
Patch #1527744: right order of includes in order to have HAVE_CONIO_H defined properly.
by Georg Brandl
· 18 years ago
0e8bd7e
Patch #1495999: Part two of Windows CE changes.
by Martin v. Löwis
· 18 years ago
773feaf
initwinsound(): this no longer compiled on Windows,
by Tim Peters
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
30b4975
Limit x86 machine instructions and Win95 support to _M_IX86.
by Martin v. Löwis
· 19 years ago
fee1004
sound_playsound() doesn't have to be visible externally, so make it static.
by Walter Dörwald
· 21 years ago
e125268
Add MessageBeep() API.
by Guido van Rossum
· 22 years ago
e407e2a
Nuke the only DL_* in this directory.
by Mark Hammond
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
031829d
Use symbolic METH_VARARGS instead of 1 for ml_flags
by Neal Norwitz
· 23 years ago
e79af27
Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.
by Tim Peters
· 24 years ago
373d151
More typos. libwinsound.tex typo noted by Peter Funk (thanks!).
by Tim Peters
· 24 years ago
3e50242
Repair tab/space screwup.
by Tim Peters
· 24 years ago
25a9ce3
Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()
by Tim Peters
· 24 years ago
be30c6b
New info in beep() docstring.
by Tim Peters
· 24 years ago
7889010
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
by Thomas Wouters
· 24 years ago
99eb7a1
Mark Hammond writes:
by Guido van Rossum
· 25 years ago
e600578
Add winsound -- by Toby Dickenson with permission.
by Guido van Rossum
· 26 years ago