summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-0/+5
* * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undoneGregory P. Smith2013-04-303-33/+58
* MergeKristján Valur Jónsson2013-03-191-0/+5
|\
| * Issue #10296 : Don't handle BreakPoint exceptions usingKristján Valur Jónsson2013-03-191-0/+5
* | Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-19239-7990/+34958
|/
* Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-113-10/+10
* 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
* 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
* | remove dead codeBenjamin Peterson2012-12-151-2/+0
* | 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 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 #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
* | #13665: s/string/bytes/ in error message.Ezio Melotti2012-01-181-1/+1
* | Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-041-1/+7
* | Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-281-0/+1
* | Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+1
* | Issue #12764: Fix a crash in ctypes when the name of a Structure field is notAmaury Forgeot d'Arc2011-09-021-2/+15
* | Issue #11241: subclasses of ctypes.Array can now be subclassed.Amaury Forgeot d'Arc2011-08-301-40/+39
* | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-2/+4
* | - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-0/+5
* | merge 3.1Benjamin Peterson2011-03-261-20/+54
|\ \ | |/
| * always check return value of PyObject_IsInstance for errorBenjamin Peterson2011-03-261-19/+44
| * check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-1/+10
* | #11565: Merge with 3.1.Ezio Melotti2011-03-163-3/+3
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-163-3/+3
* | Merge with 3.2Ezio Melotti2011-03-154-6/+6
|\ \ | |/
| * Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-152-1721/+1721
* | #11515: Merge with 3.1.Ezio Melotti2011-03-155-7/+7
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-153-1722/+1722
| * Merged revisions 88284 via svnmerge fromAntoine Pitrou2011-01-312-1/+15
| * Merged revisions 83841,84741 via svnmerge fromHirokazu Yamamoto2010-09-121-0/+7
| * Fix buildbot issues due to _ctypes failing to compile in 3.1.Antoine Pitrou2010-08-107-37/+18
| * Merged revisions 83837,83841 via svnmerge fromThomas Heller2010-08-087-18/+37
| * Merged revisions 83325,83328,83341 via svnmerge fromGeorg Brandl2010-08-011-0/+4
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-099-7970/+7970
| * Merged revisions 80159 via svnmerge fromVictor Stinner2010-04-181-3/+16
| * Merged revisions 78435 via svnmerge fromLarry Hastings2010-02-241-1/+7
| * Merged revisions 78382 via svnmerge fromThomas Heller2010-02-231-3/+4
| * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-3/+3
| * Merged revisions 74974 via svnmerge fromRonald Oussoren2009-09-208-716/+713
| * Merged revisions 74949 via svnmerge fromThomas Heller2009-09-191-11/+0
| * Merged revisions 74922 via svnmerge fromThomas Heller2009-09-182-2/+6
| * Merged revisions 74918 via svnmerge fromThomas Heller2009-09-181-58/+73
| * Merged revisions 74664 via svnmerge fromThomas Heller2009-09-041-1/+2
* | Issue #8275: Fix passing of callback arguments with ctypes under Win64.Antoine Pitrou2011-01-312-1/+15
* | Issue #9566: use Py_ssize_t instead of intVictor Stinner2011-01-041-3/+3