| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
|
|
* | fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, | Gregory P. Smith | 2008-09-06 | 1 | -3/+3 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | #3247: get rid of Py_FindMethod | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -10/+45 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -6/+19 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -12/+12 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -11/+11 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -4/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+2 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -45/+20 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -4/+12 |
|
|
* | Rework channelnumber/samplesize detetion code's output variables a bit to | Thomas Wouters | 2006-03-01 | 1 | -7/+6 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Fix icc warnings: extra semi-colon | Neal Norwitz | 2006-01-07 | 1 | -2/+2 |
|
|
* | Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE, | Greg Ward | 2005-03-28 | 1 | -0/+12 |
|
|
* | SF #818006: merge from release24-maint branch: add useful read-only | Greg Ward | 2005-03-07 | 1 | -26/+54 |
|
|
* | SF #832236: merge from release23-maint branch: wrap a bunch of | Greg Ward | 2004-05-11 | 1 | -0/+18 |
|
|
* | Whitespace normalization; break a long line. | Guido van Rossum | 2003-06-02 | 1 | -39/+40 |
|
|
* | Fix a subtle decref bug that caused a GC assertion to fail in a debug | Guido van Rossum | 2003-06-02 | 1 | -0/+3 |
|
|
* | Comment fix. | Greg Ward | 2003-05-29 | 1 | -1/+1 |
|
|
* | Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short): | Greg Ward | 2003-05-29 | 1 | -2/+2 |
|
|
* | Completely change the interface to setparameters(): | Greg Ward | 2003-05-29 | 1 | -79/+48 |
|
|
* | Oops, move the GIL release/reacquire from oss_sync() to _do_ioctl_0(): | Greg Ward | 2003-05-27 | 1 | -7/+11 |
|
|
* | Release the GIL in two more methods: | Greg Ward | 2003-05-26 | 1 | -1/+8 |
|
|