aboutsummaryrefslogtreecommitdiff
path: root/Modules/ossaudiodev.c
AgeCommit message (Expand)Author
2017-11-11Add the const qualifier to "char *" variables that refer to literal strings. ...Serhiy Storchaka
2017-04-16bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka
2017-01-23Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka
2016-11-20Issue #28715: Added error checks for PyUnicode_AsUTF8().Serhiy Storchaka
2016-11-20Issue #28715: Added error checks for PyUnicode_AsUTF8().Serhiy Storchaka
2016-09-07more linux -> __linux__Benjamin Peterson
2016-04-26Issue #26854: Android has a different include path for soundcard.h.Stefan Krah
2015-03-20Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of intVictor Stinner
2015-03-20Issue #23001: Fix typoVictor Stinner
2015-03-20Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka
2015-03-20Issue #23709: The ossaudiodev module now retries read/write when interrupted byVictor Stinner
2015-03-18Issue #23694: Enhance _Py_open(), it now raises exceptionsVictor Stinner
2014-09-10Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka
2013-12-17Issue #16404: Add checks for return value of PyLong_FromLong() inSerhiy Storchaka
2013-12-17Issue #16404: Add checks for return value of PyLong_FromLong() inSerhiy Storchaka
2013-08-28Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner
2013-07-20Use strncat() instead of strcat() to silence some warnings.Christian Heimes
2013-03-11Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy
2013-03-11Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy
2011-10-14Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis
2011-10-09Add API for static strings, primarily good for identifiers.Martin v. Löwis
2011-09-29Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali
2011-09-29Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali
2011-09-29Use the new Py_ARRAY_LENGTH macroVictor Stinner
2011-08-28Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali
2011-08-28Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali
2011-06-11Issue #12287: In ossaudiodev, check that the device isn't closed in severalCharles-François Natali
2010-10-24These are true PyCFunctions, after adding the second argument to oss_self, no...Georg Brandl
2010-10-24Add casts (one needed, one for consistency).Georg Brandl
2010-10-23#6518: enable context manager protocol for ossaudiodev types.Georg Brandl
2010-05-09Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou
2010-03-23Issue #8139: ossaudiodev didn't initialize its types properly, thereforeAntoine Pitrou
2009-02-02Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson
2008-09-06fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith
2008-08-07Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg
2008-07-02#3247: get rid of Py_FindMethodAmaury Forgeot d'Arc
2008-06-11Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis
2008-05-26Renamed PyBytes to PyByteArrayChristian Heimes
2007-12-02Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes
2007-08-26Use unicodeNeal Norwitz
2007-07-21Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis
2006-12-13Four months of trunk changes (including a few releases...)Thomas Wouters
2006-06-08Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters
2006-04-21Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters
2006-03-01Rework channelnumber/samplesize detetion code's output variables a bit toThomas Wouters
2006-01-19Check return result from Py_InitModule*(). This API can fail.Neal Norwitz
2006-01-07Fix icc warnings: extra semi-colonNeal Norwitz
2005-03-28Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE,Greg Ward
2005-03-07SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward
2004-05-11SF #832236: merge from release23-maint branch: wrap a bunch ofGreg Ward