FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for PC/winsound.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
PC
winsound.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Nov 5, 2017
Fix miscellaneous typos (#4275)
luzpaz
authored and
serhiy-storchaka
committed
a5293b4
View commit details
Copy full SHA for a5293b4
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Closes #27982: Allow keyword arguments to winsound functions
zware
committed
c401881
View commit details
Copy full SHA for c401881
View code at this point
Browse repository at this point
Commits on Sep 5, 2016
Issue #25387: Check return value of winsound.MessageBeep
zware
committed
625cb37
View commit details
Copy full SHA for 625cb37
View code at this point
Browse repository at this point
Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.
Show description for ae8298b
zware
committed
ae8298b
View commit details
Copy full SHA for ae8298b
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on May 13, 2015
Issue #20172: Update clinicizations to current clinic.
zware
committed
77772c0
View commit details
Copy full SHA for 77772c0
View code at this point
Browse repository at this point
Issue #20172: Convert the winsound module to Argument Clinic.
zware
committed
73f8cfb
View commit details
Copy full SHA for 73f8cfb
View code at this point
Browse repository at this point
Commits on Nov 22, 2011
Use the new Unicode API
Show description for 9d3b93b
Victor Stinner
committed
9d3b93b
View commit details
Copy full SHA for 9d3b93b
View code at this point
Browse repository at this point
Commits on Nov 7, 2010
Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.
Hirokazu Yamamoto
committed
4ae5f13
View commit details
Copy full SHA for 4ae5f13
View code at this point
Browse repository at this point
Reformatted code a bit.
Hirokazu Yamamoto
committed
cdc8cdd
View commit details
Copy full SHA for cdc8cdd
View code at this point
Browse repository at this point
Issue #6317: Now winsound.PlaySound can accept non ascii filename.
Hirokazu Yamamoto
committed
c08c9bc
View commit details
Copy full SHA for c08c9bc
View code at this point
Browse repository at this point
Formatted code. (Tabify, etc)
Hirokazu Yamamoto
committed
62fbdd9
View commit details
Copy full SHA for 62fbdd9
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Implement PEP 3121: new module initialization and finalization API.
loewis
committed
1a21451
View commit details
Copy full SHA for 1a21451
View code at this point
Browse repository at this point
Commits on May 16, 2008
Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from
Show description for eca20b6
avassalotti
committed
eca20b6
View commit details
Copy full SHA for eca20b6
View code at this point
Browse repository at this point
Commits on Aug 25, 2007
Use unicode
nnorwitz
committed
a369c5a
View commit details
Copy full SHA for a369c5a
View code at this point
Browse repository at this point
Commits on Jun 6, 2007
Merged revisions 55631-55794 via svnmerge from
Show description for e7ba495
gvanrossum
committed
e7ba495
View commit details
Copy full SHA for e7ba495
View code at this point
Browse repository at this point
Commits on Aug 11, 2006
Merged revisions 46753-51188 via svnmerge from
Show description for 0e3f591
Yhg1s
committed
0e3f591
View commit details
Copy full SHA for 0e3f591
View code at this point
Browse repository at this point
Commits on Jan 19, 2006
initwinsound(): this no longer compiled on Windows,
Show description for 773feaf
tim-one
committed
773feaf
View commit details
Copy full SHA for 773feaf
View code at this point
Browse repository at this point
Check return result from Py_InitModule*(). This API can fail.
Show description for 1ac754f
nnorwitz
committed
1ac754f
View commit details
Copy full SHA for 1ac754f
View code at this point
Browse repository at this point
Commits on Nov 29, 2005
Limit x86 machine instructions and Win95 support to _M_IX86.
loewis
committed
30b4975
View commit details
Copy full SHA for 30b4975
View code at this point
Browse repository at this point
Commits on May 22, 2003
sound_playsound() doesn't have to be visible externally,
Show description for fee1004
doerwalter
committed
fee1004
View commit details
Copy full SHA for fee1004
View code at this point
Browse repository at this point
Commits on Apr 9, 2003
Add MessageBeep() API.
gvanrossum
committed
e125268
View commit details
Copy full SHA for e125268
View code at this point
Browse repository at this point
Commits on Jul 22, 2002
Nuke the only DL_* in this directory.
mhammond
committed
e407e2a
View commit details
Copy full SHA for e407e2a
View code at this point
Browse repository at this point
Commits on Jun 13, 2002
Patch #568124: Add doc string macros.
loewis
committed
14f8b4c
View commit details
Copy full SHA for 14f8b4c
View code at this point
Browse repository at this point
Commits on Mar 31, 2002
Use symbolic METH_VARARGS instead of 1 for ml_flags
nnorwitz
committed
031829d
View commit details
Copy full SHA for 031829d
View code at this point
Browse repository at this point
Commits on Feb 20, 2001
Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.
Show description for e79af27
tim-one
committed
e79af27
View commit details
Copy full SHA for e79af27
View code at this point
Browse repository at this point
Commits on Feb 19, 2001
More typos. libwinsound.tex typo noted by Peter Funk (thanks!).
tim-one
committed
373d151
View commit details
Copy full SHA for 373d151
View code at this point
Browse repository at this point
Repair tab/space screwup.
tim-one
committed
3e50242
View commit details
Copy full SHA for 3e50242
View code at this point
Browse repository at this point
Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()
Show description for 25a9ce3
tim-one
committed
25a9ce3
View commit details
Copy full SHA for 25a9ce3
View code at this point
Browse repository at this point
Commits on Jan 25, 2001
New info in beep() docstring.
tim-one
committed
be30c6b
View commit details
Copy full SHA for be30c6b
View code at this point
Browse repository at this point
Commits on Jul 22, 2000
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
Show description for 7889010
Yhg1s
committed
7889010
View commit details
Copy full SHA for 7889010
View code at this point
Browse repository at this point
Commits on Oct 1, 1999
Mark Hammond writes:
Show description for 99eb7a1
gvanrossum
committed
99eb7a1
View commit details
Copy full SHA for 99eb7a1
View code at this point
Browse repository at this point
Commits on Feb 4, 1999
Add winsound -- by Toby Dickenson with permission.
gvanrossum
committed
e600578
View commit details
Copy full SHA for e600578
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL