summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #28715: Added error checks for PyUnicode_AsUTF8().Serhiy Storchaka2016-11-201-1/+3
|\
| * Issue #28715: Added error checks for PyUnicode_AsUTF8().Serhiy Storchaka2016-11-201-1/+3
* | more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-1/+1
* | require a long long data type (closes #27961)Benjamin Peterson2016-09-051-4/+0
* | Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-161-11/+11
|\ \ | |/ |/|
| * Issue #27171: Fix typo in exception messageMartin Panter2016-06-021-1/+1
| * Issue #26932: Fixed support of RTLD_* constants defined as enum values,Serhiy Storchaka2016-05-041-1/+1
| * Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-1/+1
| * Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-251-8/+8
* | Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-161-1/+7
|/
* Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-051-1/+1
|\
| * Merge: #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-1/+1
| |\
| | * Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-1/+1
| | |\
| | * | Issue #22156: Fix some "comparison between signed and unsigned integers"Victor Stinner2014-08-161-1/+1
* | | | Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-041-3/+0
|/ / /
* | | #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-2/+8
| |/ |/|
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-1/+1
|/
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
|\
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* | Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failureVictor Stinner2013-07-091-0/+2
* | Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-181-0/+3
|\ \ | |/
| * Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-181-0/+3
* | (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()Victor Stinner2013-06-171-81/+22
|\ \ | |/ |/|
| * Issue #10296: Merge to defaultKristj?n Valur J?nsson2013-03-191-0/+5
| |\
| * \ Merge 3.3, issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-111-2/+2
| |\ \
| * | | Fix formatting changes that led to compilation errorsEli Bendersky2013-03-061-4/+2
| * | | call_commethod was only used in samples/Windows, which no longer exists.Eli Bendersky2013-03-061-57/+0
| * | | Fix some formattingEli Bendersky2013-03-061-11/+11
| * | | Merge with 3.3 : Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
| |\ \ \
| * | | | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-18/+18
* | | | | ctypes: AIX needs an explicit #include <alloca.h> to get alloca()Victor Stinner2013-06-171-0/+1
| |_|_|/ |/| | |
* | | | #10296: Merge to 3.3Kristj?n Valur J?nsson2013-03-191-12/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-111-12/+6
| |\ \ \ | | | |/ | | |/|
| | * | Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
| | |\ \ | | | |/ | | |/|
| | * | Issue #16628: Fix a memory leak in ctypes.resize().Antoine Pitrou2012-12-081-1/+1
| | |\ \
| | * | | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-2/+2
| | * | | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-2/+4
| | * | | Check error when calling PyUnicode_AppendAndDel()Victor Stinner2011-10-021-2/+2
| | * | | Implement PEP 393.Martin v. Löwis2011-09-281-8/+0
* | | | | Issue #10296 : Don't handle BreakPoint exceptions usingKristj?n Valur J?nsson2013-03-191-0/+5
|/ / / /
* | | | Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-111-2/+2
| |_|/ |/| |
* | | Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
|\ \ \ | |_|/ |/| |
| * | Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
* | | Issue #16628: Fix a memory leak in ctypes.resize().Antoine Pitrou2012-12-081-1/+1
| |/ |/|
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-59/+16
|\ \ | |/ |/|
| * #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| |\
| * | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*Victor Stinner2010-10-071-1/+1
| * | Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes moduleVictor Stinner2010-09-291-12/+3
| * | Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use m...Daniel Stutzbach2010-08-241-1/+1
| * | Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-281-34/+0