| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-104773: PEP 594: Remove the ossaudiodev module (#104862) | Victor Stinner | 2023-05-24 | 1 | -1399/+0 |
|
|
* | bpo-15999: Accept arbitrary values for boolean parameters. (#15609) | Serhiy Storchaka | 2022-12-03 | 1 | -1/+1 |
|
|
* | gh-99300: Use Py_NewRef() in Modules/ directory (#99469) | Victor Stinner | 2022-11-14 | 1 | -6/+3 |
|
|
* | GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067) | Kumar Aditya | 2022-11-07 | 1 | -4/+1 |
|
|
* | gh-91734: Fix ossaudio support on Solaris (GH-91735) | Jakub Kulík | 2022-04-20 | 1 | -0/+4 |
|
|
* | bpo-46053: Fix OSS audio support on NetBSD (GH-30065) | Thomas Klausner | 2022-04-18 | 1 | -0/+78 |
|
|
* | gh-91217: deprecate ossaudiodev (GH-91641) | Brett Cannon | 2022-04-17 | 1 | -0/+7 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -0/+1 |
|
|
* | bpo-46303: Move fileutils.h private functions to internal C API (GH-30484) | Victor Stinner | 2022-01-11 | 1 | -0/+5 |
|
|
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -0/+1 |
|
|
* | bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) | Victor Stinner | 2020-12-01 | 1 | -2/+2 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+1 |
|
|
* | bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1... | David CARLIER | 2020-03-14 | 1 | -3/+3 |
|
|
* | Remove a dead comment from ossaudiodev.c (#15346) | Brett Cannon | 2019-08-20 | 1 | -2/+0 |
|
|
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | Jeroen Demeyer | 2019-07-08 | 1 | -1/+1 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -4/+4 |
|
|
* | bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421) | Serhiy Storchaka | 2018-10-04 | 1 | -35/+34 |
|
|
* | Fix misleading mentions of tp_size in comments (GH-9093) | Peter Eisentraut | 2018-09-10 | 1 | -2/+2 |
|
|
* | Add the const qualifier to "char *" variables that refer to literal strings. ... | Serhiy Storchaka | 2017-11-11 | 1 | -4/+4 |
|
|
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 1 | -20/+20 |
|
|
* | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever | Serhiy Storchaka | 2017-01-23 | 1 | -10/+5 |
|
|
* | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | Serhiy Storchaka | 2016-11-20 | 1 | -3/+6 |
|\ |
|
| * | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | Serhiy Storchaka | 2016-11-20 | 1 | -3/+6 |
|
|
* | | more linux -> __linux__ | Benjamin Peterson | 2016-09-07 | 1 | -1/+1 |
|
|
* | | Issue #26854: Android has a different include path for soundcard.h. | Stefan Krah | 2016-04-26 | 1 | -0/+4 |
|/ |
|
* | Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of int | Victor Stinner | 2015-03-20 | 1 | -6/+7 |
|
|
* | Issue #23001: Fix typo | Victor Stinner | 2015-03-20 | 1 | -1/+1 |
|
|
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | Serhiy Storchaka | 2015-03-20 | 1 | -9/+19 |
|
|
* | Issue #23709: The ossaudiodev module now retries read/write when interrupted by | Victor Stinner | 2015-03-19 | 1 | -28/+22 |
|
|
* | Issue #23694: Enhance _Py_open(), it now raises exceptions | Victor Stinner | 2015-03-17 | 1 | -7/+2 |
|
|
* | Issue #22369: Change "context manager protocol" to "context management protoc... | Serhiy Storchaka | 2014-09-10 | 1 | -2/+2 |
|
|
* | Issue #16404: Add checks for return value of PyLong_FromLong() in | Serhiy Storchaka | 2013-12-17 | 1 | -8/+1 |
|\ |
|
| * | Issue #16404: Add checks for return value of PyLong_FromLong() in | Serhiy Storchaka | 2013-12-17 | 1 | -8/+1 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -2/+5 |
|
|
* | | Use strncat() instead of strcat() to silence some warnings. | Christian Heimes | 2013-07-20 | 1 | -3/+3 |
|/ |
|
* | Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|\ |
|
| * | Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -1/+3 |
|
|
* | | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | Charles-François Natali | 2011-09-29 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | Charles-François Natali | 2011-09-29 | 1 | -0/+1 |
|
|
* | | Use the new Py_ARRAY_LENGTH macro | Victor Stinner | 2011-09-28 | 1 | -3/+3 |
|
|
* | | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -0/+5 |
|
|
* | | Issue #12287: In ossaudiodev, check that the device isn't closed in several | Charles-François Natali | 2011-06-11 | 1 | -0/+91 |
|/ |
|
* | These are true PyCFunctions, after adding the second argument to oss_self, no... | Georg Brandl | 2010-10-24 | 1 | -5/+5 |
|
|
* | Add casts (one needed, one for consistency). | Georg Brandl | 2010-10-24 | 1 | -4/+4 |
|
|
* | #6518: enable context manager protocol for ossaudiodev types. | Georg Brandl | 2010-10-23 | 1 | -0/+25 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -13/+13 |
|
|
* | Issue #8139: ossaudiodev didn't initialize its types properly, therefore | Antoine Pitrou | 2010-03-23 | 1 | -1/+7 |
|
|