summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* - Issue #17192: Import libffi-3.0.12.doko@ubuntu.com2013-02-12105-2976/+12169
* Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-3/+21
|\
| * Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-3/+21
| |\
| | * Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-3/+21
| * | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-1/+1
| |\ \ | | |/
| | * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-1/+1
* | | Merge 3.3.Stefan Krah2013-01-162-6/+6
|\ \ \ | |/ /
| * | Issue #11729: Backport commit bff052d9 from libffi upstream in order to fixStefan Krah2013-01-162-6/+6
* | | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-141-1/+1
* | | Merge with 3.3 : Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
|\ \ \ | |/ /
| * | Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
| |\ \ | | |/
| | * 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 #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-18/+18
|/ / /
* | | merge 3.2Benjamin Peterson2012-12-151-2/+0
|\ \ \ | |/ /
| * | remove dead codeBenjamin Peterson2012-12-151-2/+0
* | | Issue #16628: Fix a memory leak in ctypes.resize().Antoine Pitrou2012-12-083-2/+3
|\ \ \ | |/ /
| * | Issue #16628: Fix a memory leak in ctypes.resize().Antoine Pitrou2012-12-083-2/+3
* | | Fix issue 13370: Ensure that ctypes works on Mac OS X when Python isRonald Oussoren2012-08-254-7/+125
|\ \ \ | |/ /
| * | Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled...Ronald Oussoren2012-08-254-7/+125
* | | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-28/+23
|\ \ \ | |/ /
| * | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-28/+23
* | | - Issue #15194: check in the missing m4/ax_append_flag.m4 file.doko@ubuntu.com2012-06-303-1/+92
* | | - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.doko@ubuntu.com2012-06-303-167/+1341
* | | - Issue #14330: Don't derive the include and library search dirsdoko@ubuntu.com2012-06-302-147/+154
* | | - Regenerate the libffi configure filedoko@ubuntu.com2012-06-302-9479/+1023
* | | - whitespace-normalize libffi fileMatthias Klose2012-06-261-4/+4
* | | - Issue #15194: Update libffi to the 3.0.11 release.doko@ubuntu.com2012-06-26191-6036/+29940
* | | Issue #9041: raised exception is misleadingMeador Inge2012-05-281-25/+5
|\ \ \ | |/ /
| * | Issue #9041: raised exception is misleadingMeador Inge2012-05-281-25/+5
* | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-1/+1
|\ \ \ | |/ /
| * | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-1/+1
* | | #13665: merge with 3.2.Ezio Melotti2012-01-181-1/+1
|\ \ \ | |/ /
| * | #13665: s/string/bytes/ in error message.Ezio Melotti2012-01-181-1/+1
* | | Use the new Unicode APIVictor Stinner2011-11-221-2/+2
* | | ctypes check for PyUnicode_GET_SIZE() failureVictor Stinner2011-11-212-6/+16
* | | Check for PyUnicode_AS_UNICODE() failureVictor Stinner2011-11-211-2/+5
* | | Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.Amaury Forgeot d'Arc2011-11-061-21/+3
* | | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-142-3/+3
* | | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-092-3/+7
* | | Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-041-1/+7
|\ \ \ | |/ /
| * | Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-041-1/+7
* | | Check error when calling PyUnicode_AppendAndDel()Victor Stinner2011-10-021-2/+2
* | | Implement PEP 393.Martin v. Löwis2011-09-283-57/+23
* | | Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-281-0/+1
|\ \ \ | |/ /
| * | Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-281-0/+1
* | | Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+1
|\ \ \ | |/ /
| * | Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+1
* | | ctypes: Slightly better error message when a struct field name is not a string.Amaury Forgeot d'Arc2011-09-021-7/+5
* | | Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of aAmaury Forgeot d'Arc2011-09-021-2/+15
|\ \ \ | |/ /