summaryrefslogtreecommitdiff
path: root/Modules/ossaudiodev.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #16404: Add checks for return value of PyLong_FromLong() inSerhiy Storchaka2013-12-171-8/+1
|\
| * Issue #16404: Add checks for return value of PyLong_FromLong() inSerhiy Storchaka2013-12-171-8/+1
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-2/+5
* | Use strncat() instead of strcat() to silence some warnings.Christian Heimes2013-07-201-3/+3
|/
* Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-111-1/+1
|\
| * Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-111-1/+1
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-1/+1
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-1/+3
* | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-291-0/+1
|\ \ | |/
| * Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-291-0/+1
* | Use the new Py_ARRAY_LENGTH macroVictor Stinner2011-09-291-3/+3
* | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-281-0/+5
|\ \ | |/
| * Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-281-0/+5
* | Issue #12287: In ossaudiodev, check that the device isn't closed in severalCharles-François Natali2011-06-111-0/+91
|/
* These are true PyCFunctions, after adding the second argument to oss_self, no...Georg Brandl2010-10-241-5/+5
* Add casts (one needed, one for consistency).Georg Brandl2010-10-241-4/+4
* #6518: enable context manager protocol for ossaudiodev types.Georg Brandl2010-10-231-0/+25
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-13/+13
* Issue #8139: ossaudiodev didn't initialize its types properly, thereforeAntoine Pitrou2010-03-231-1/+7
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-2/+2
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-3/+3
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* #3247: get rid of Py_FindMethodAmaury Forgeot d'Arc2008-07-021-10/+45
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-6/+19
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-3/+3
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-12/+12
* Use unicodeNeal Norwitz2007-08-261-11/+11
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-4/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+2
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-45/+20
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-4/+12
* Rework channelnumber/samplesize detetion code's output variables a bit toThomas Wouters2006-03-011-7/+6
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Fix icc warnings: extra semi-colonNeal Norwitz2006-01-071-2/+2
* Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE,Greg Ward2005-03-281-0/+12
* SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward2005-03-071-26/+54
* SF #832236: merge from release23-maint branch: wrap a bunch ofGreg Ward2004-05-111-0/+18
* Whitespace normalization; break a long line.Guido van Rossum2003-06-021-39/+40
* Fix a subtle decref bug that caused a GC assertion to fail in a debugGuido van Rossum2003-06-021-0/+3
* Comment fix.Greg Ward2003-05-291-1/+1
* Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short):Greg Ward2003-05-291-2/+2
* Completely change the interface to setparameters():Greg Ward2003-05-291-79/+48
* Oops, move the GIL release/reacquire from oss_sync() to _do_ioctl_0():Greg Ward2003-05-271-7/+11
* Release the GIL in two more methods:Greg Ward2003-05-261-1/+8
* Release the GIL around read(), write(), and select() calls.Greg Ward2003-05-231-2/+16
* Use fcntl() to put the audio device *back* into blocking mode afterGreg Ward2003-04-041-0/+9
* Open with O_NONBLOCK to avoid hanging on open().Greg Ward2003-03-111-1/+5
* <sys/soundcard.h> seems to exist on both Linux and FreeBSD, so includeGreg Ward2003-03-101-22/+10
* Conditionalize another constantAndrew M. Kuchling2003-02-131-0/+2
* Get ossaudiodev to compile on freebsd 4.7Neal Norwitz2003-02-021-0/+18