| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-12-01 | 1 | -2/+2 |
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-15 | 1 | -1/+1 |
* | bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1... | ![](//www.gravatar.com/avatar/a23640e53278f1ad42a5b9aab41564e3?s=13&d=retro) David CARLIER | 2020-03-14 | 1 | -3/+3 |
* | Remove a dead comment from ossaudiodev.c (#15346) | ![](//www.gravatar.com/avatar/edf78c4008b56c34051d2b1d8a97a0cf?s=13&d=retro) Brett Cannon | 2019-08-20 | 1 | -2/+0 |
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-07-08 | 1 | -1/+1 |
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-05-30 | 1 | -4/+4 |
* | bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2018-10-04 | 1 | -35/+34 |
* | Fix misleading mentions of tp_size in comments (GH-9093) | ![](//www.gravatar.com/avatar/1299b89b8b3f683a581bcf502fd0205a?s=13&d=retro) Peter Eisentraut | 2018-09-10 | 1 | -2/+2 |
* | Add the const qualifier to "char *" variables that refer to literal strings. ... | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-11-11 | 1 | -4/+4 |
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-04-16 | 1 | -20/+20 |
* | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-01-23 | 1 | -10/+5 |
* | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2016-11-20 | 1 | -3/+6 |
|\ |
|
| * | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2016-11-20 | 1 | -3/+6 |
* | | more linux -> __linux__ | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2016-09-07 | 1 | -1/+1 |
* | | Issue #26854: Android has a different include path for soundcard.h. | ![](//www.gravatar.com/avatar/789ef0d50971ffd73cc197351df62355?s=13&d=retro) Stefan Krah | 2016-04-26 | 1 | -0/+4 |
|/ |
|
* | Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of int | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2015-03-20 | 1 | -6/+7 |
* | Issue #23001: Fix typo | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2015-03-20 | 1 | -1/+1 |
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-03-20 | 1 | -9/+19 |
* | Issue #23709: The ossaudiodev module now retries read/write when interrupted by | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2015-03-20 | 1 | -28/+22 |
* | Issue #23694: Enhance _Py_open(), it now raises exceptions | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2015-03-18 | 1 | -7/+2 |
* | Issue #22369: Change "context manager protocol" to "context management protoc... | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2014-09-10 | 1 | -2/+2 |
* | Issue #16404: Add checks for return value of PyLong_FromLong() in | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-12-17 | 1 | -8/+1 |
|\ |
|
| * | Issue #16404: Add checks for return value of PyLong_FromLong() in | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-12-17 | 1 | -8/+1 |
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2013-08-28 | 1 | -2/+5 |
* | | Use strncat() instead of strcat() to silence some warnings. | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-07-20 | 1 | -3/+3 |
|/ |
|
* | Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 | ![](//www.gravatar.com/avatar/d6b9415353e04ffa6de5a8f3aaea0553?s=13&d=retro) Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|\ |
|
| * | Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, | ![](//www.gravatar.com/avatar/d6b9415353e04ffa6de5a8f3aaea0553?s=13&d=retro) Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
* | | Rename _Py_identifier to _Py_IDENTIFIER. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
* | | Add API for static strings, primarily good for identifiers. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2011-10-09 | 1 | -1/+3 |
* | | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | ![](//www.gravatar.com/avatar/baf8cffb9d3cda79a3df8f0a6f7b5590?s=13&d=retro) Charles-François Natali | 2011-09-29 | 1 | -0/+1 |
|\| |
|
| * | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | ![](//www.gravatar.com/avatar/baf8cffb9d3cda79a3df8f0a6f7b5590?s=13&d=retro) Charles-François Natali | 2011-09-29 | 1 | -0/+1 |
* | | Use the new Py_ARRAY_LENGTH macro | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-09-29 | 1 | -3/+3 |
* | | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | ![](//www.gravatar.com/avatar/baf8cffb9d3cda79a3df8f0a6f7b5590?s=13&d=retro) Charles-François Natali | 2011-08-28 | 1 | -0/+5 |
|\| |
|
| * | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | ![](//www.gravatar.com/avatar/baf8cffb9d3cda79a3df8f0a6f7b5590?s=13&d=retro) Charles-François Natali | 2011-08-28 | 1 | -0/+5 |
* | | Issue #12287: In ossaudiodev, check that the device isn't closed in several | ![](//www.gravatar.com/avatar/baf8cffb9d3cda79a3df8f0a6f7b5590?s=13&d=retro) Charles-François Natali | 2011-06-11 | 1 | -0/+91 |
|/ |
|
* | These are true PyCFunctions, after adding the second argument to oss_self, no... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-10-24 | 1 | -5/+5 |
* | Add casts (one needed, one for consistency). | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-10-24 | 1 | -4/+4 |
* | #6518: enable context manager protocol for ossaudiodev types. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-10-23 | 1 | -0/+25 |
* | Recorded merge of revisions 81029 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-05-09 | 1 | -13/+13 |
* | Issue #8139: ossaudiodev didn't initialize its types properly, therefore | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-03-23 | 1 | -1/+7 |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | ![](//www.gravatar.com/avatar/c49652c88a43a35bbf0095abfdae3515?s=13&d=retro) Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
* | fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, | ![](//www.gravatar.com/avatar/dd17843d5fb08340f5d8952ee33ccbeb?s=13&d=retro) Gregory P. Smith | 2008-09-06 | 1 | -3/+3 |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | ![](//www.gravatar.com/avatar/0a2191a85455df6d2efdb22c7463c304?s=13&d=retro) Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
* | #3247: get rid of Py_FindMethod | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2008-07-02 | 1 | -10/+45 |
* | Implement PEP 3121: new module initialization and finalization API. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2008-06-11 | 1 | -6/+19 |
* | Renamed PyBytes to PyByteArray | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2008-05-26 | 1 | -3/+3 |
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2007-12-02 | 1 | -12/+12 |
* | Use unicode | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2007-08-26 | 1 | -11/+11 |
* | Merged revisions 56467-56482 via svnmerge from | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2007-07-21 | 1 | -4/+2 |
* | Four months of trunk changes (including a few releases...) | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2006-12-13 | 1 | -0/+2 |