COMMITS
/ Modules/ossaudiodev.c December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 14, 2020
D
bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412)
David CARLIER committed
August 20, 2019
B
Remove a dead comment from ossaudiodev.c (#15346)
Brett Cannon committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
October 4, 2018
S
bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421)
Serhiy Storchaka committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
November 20, 2016
S
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka committed
S
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka committed
September 7, 2016
B
more linux -> __linux__
Benjamin Peterson committed
April 26, 2016
S
Issue #26854: Android has a different include path for soundcard.h.
Stefan Krah committed
March 20, 2015
V
Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of int
Victor Stinner committed
V
Issue #23001: Fix typo
Victor Stinner committed
S
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
Serhiy Storchaka committed
March 19, 2015
V
Issue #23709: The ossaudiodev module now retries read/write when interrupted by
Victor Stinner committed
March 17, 2015
V
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner committed
September 10, 2014
S
Issue #22369: Change "context manager protocol" to "context management protocol".
Serhiy Storchaka committed
December 17, 2013
S
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka committed
S
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
July 20, 2013
C
Use strncat() instead of strcat() to silence some warnings.
Christian Heimes committed
March 11, 2013
T
Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
Terry Jan Reedy committed
T
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
Terry Jan Reedy committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
September 29, 2011
C
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
Charles-François Natali committed
C
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
Charles-François Natali committed
September 28, 2011
V
Use the new Py_ARRAY_LENGTH macro
Victor Stinner committed
August 28, 2011
C
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali committed
C
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali committed
June 11, 2011
C
Issue #12287: In ossaudiodev, check that the device isn't closed in several
Charles-François Natali committed
October 24, 2010
G
These are true PyCFunctions, after adding the second argument to oss_self, no need to cast.
Georg Brandl committed
G
Add casts (one needed, one for consistency).
Georg Brandl committed
October 23, 2010
G
#6518: enable context manager protocol for ossaudiodev types.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 23, 2010
A
Issue #8139: ossaudiodev didn't initialize its types properly, therefore
Antoine Pitrou committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
September 6, 2008
G
fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,
Gregory P. Smith committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 2, 2008
A
#3247: get rid of Py_FindMethod
Amaury Forgeot d'Arc committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
August 26, 2007
N
Use unicode
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed