aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)Victor Stinner2020-12-011-2/+2
* bpo-40268: Remove unused structmember.h includes (GH-19530)Victor Stinner2020-04-151-1/+1
* bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1...David CARLIER2020-03-141-3/+3
* Remove a dead comment from ossaudiodev.c (#15346)Brett Cannon2019-08-201-2/+0
* bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)Jeroen Demeyer2019-07-081-1/+1
* bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...Jeroen Demeyer2019-05-301-4/+4
* bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421)Serhiy Storchaka2018-10-041-35/+34
* Fix misleading mentions of tp_size in comments (GH-9093)Peter Eisentraut2018-09-101-2/+2
* Add the const qualifier to "char *" variables that refer to literal strings. ...Serhiy Storchaka2017-11-111-4/+4
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-20/+20
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-10/+5
* Issue #28715: Added error checks for PyUnicode_AsUTF8().Serhiy Storchaka2016-11-201-3/+6
|\
| * Issue #28715: Added error checks for PyUnicode_AsUTF8().Serhiy Storchaka2016-11-201-3/+6
* | more linux -> __linux__Benjamin Peterson2016-09-071-1/+1
* | Issue #26854: Android has a different include path for soundcard.h.Stefan Krah2016-04-261-0/+4
|/
* Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of intVictor Stinner2015-03-201-6/+7
* Issue #23001: Fix typoVictor Stinner2015-03-201-1/+1
* Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-201-9/+19
* Issue #23709: The ossaudiodev module now retries read/write when interrupted byVictor Stinner2015-03-201-28/+22
* Issue #23694: Enhance _Py_open(), it now raises exceptionsVictor Stinner2015-03-181-7/+2
* Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-101-2/+2
* 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