COMMITS
/ PC/winsound.c March 20, 2025
A
gh-131453: Add additional constants to winsound module (GH-131454)
AN Long committed
March 16, 2025
A
gh-131327: Document winsound.SND_APPLICATION (#131328)
AN Long committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 11, 2024
V
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Victor Stinner committed
December 13, 2023
S
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower committed
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 1, 2023
V
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner committed
October 30, 2023
S
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross committed
October 17, 2023
V
gh-85283: Build winsound extension with limited C API (#110978)
Victor Stinner committed
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
April 10, 2023
A
gh-103092: Isolate winsound (#103249)
AN Long committed
April 9, 2023
E
gh-83004: Harden winsound init (#103385)
Erlend E. Aasland committed
May 23, 2022
M
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
Mori Bellamy committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
September 6, 2016
Z
Closes #27982: Allow keyword arguments to winsound functions
Zachary Ware committed
September 5, 2016
Z
Issue #25387: Check return value of winsound.MessageBeep
Zachary Ware committed
Z
Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.
Zachary Ware committed
July 7, 2016
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
May 13, 2015
Z
Issue #20172: Update clinicizations to current clinic.
Zachary Ware committed
Z
Issue #20172: Convert the winsound module to Argument Clinic.
Zachary Ware committed
November 22, 2011
V
Use the new Unicode API
Victor Stinner committed
November 7, 2010
H
Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.
Hirokazu Yamamoto committed
H
Reformatted code a bit.
Hirokazu Yamamoto committed
H
Issue #6317: Now winsound.PlaySound can accept non ascii filename.
Hirokazu Yamamoto committed
H
Formatted code. (Tabify, etc)
Hirokazu Yamamoto committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 16, 2008
August 25, 2007
N
Use unicode
Neal Norwitz committed
June 6, 2007
G
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
January 19, 2006
T
initwinsound(): this no longer compiled on Windows,
Tim Peters committed
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
November 29, 2005
M
Limit x86 machine instructions and Win95 support to _M_IX86.
Martin v. Löwis committed
May 22, 2003
W
sound_playsound() doesn't have to be visible externally,
Walter Dörwald committed
April 9, 2003
G
Add MessageBeep() API.
Guido van Rossum committed
July 22, 2002
M
Nuke the only DL_* in this directory.
Mark Hammond committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
March 31, 2002
N
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz committed
February 20, 2001
T
Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.
Tim Peters committed
February 19, 2001
T
More typos. libwinsound.tex typo noted by Peter Funk (thanks!).
Tim Peters committed
T
Repair tab/space screwup.
Tim Peters committed
T
Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()
Tim Peters committed
January 25, 2001
T
New info in beep() docstring.
Tim Peters committed
July 22, 2000
T
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
Thomas Wouters committed
October 1, 1999
G
Mark Hammond writes:
Guido van Rossum committed
February 4, 1999
G
Add winsound -- by Toby Dickenson with permission.
Guido van Rossum committed