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