summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-173-11/+61
* fix ctypes test alignment assumptions (closes #20946)Benjamin Peterson2014-03-161-3/+3
* Issue #20437: Fixed 43 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-12/+6
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-162-0/+0
* Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...Christian Heimes2013-08-171-1/+0
* Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-181-0/+3
* ctypes: AIX needs an explicit #include <alloca.h> to get alloca()Victor Stinner2013-06-171-0/+1
* This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-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-18241-8021/+34714
* 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 #11729: Backport commit bff052d9 from libffi upstream in order to fixStefan Krah2013-01-272-6/+6
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-1/+1
* ctypes: DECREF error_object _after_ re-acquiring GILKristjan 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 #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 #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
* fix missing variable declarationsBenjamin Peterson2011-03-261-0/+3
* always check return value of PyObject_IsInstance for errorBenjamin Peterson2011-03-261-19/+41
* check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-1/+10
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-163-3/+3
* Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-154-6/+6
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-155-7/+7
* Merged revisions 88284 via svnmerge fromAntoine Pitrou2011-01-312-1/+15
* Merged revisions 84535 via svnmerge fromRonald Oussoren2010-09-163-3/+9
* Merged revisions 83841 via svnmerge fromThomas Heller2010-08-081-0/+6
* Fis issue5504: ctypes does now work with systems where mmap can't beThomas Heller2010-08-087-21/+31
* Fix #8959 by reverting revision 80761.Thomas Heller2010-06-2113-297/+1898
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-099-8112/+8112
* On Windows, ctypes does no longer check the stack before and afterThomas Heller2010-05-0413-1898/+297
* FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as isJeroen Ruigrok van der Werven2010-04-071-1/+1
* Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.Martin v. Löwis2010-04-071-0/+4
* Revert rev. 79509; ctypes doesn't build on linux.Thomas Heller2010-03-3016-299/+2018
* Merged revisions 79115,79424,79491 via svnmerge fromThomas Heller2010-03-3016-2018/+299
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-253-5/+59
* Preserve backward compatibility of the ctypes module.Florent Xicluna2010-03-221-0/+11
* Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...Florent Xicluna2010-03-221-4/+13
* update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from theMatthias Klose2010-03-1933-448/+1403
* Generate libffi's Makefiles again to be able to run the libffi testsuiteMatthias Klose2010-03-194-375/+7592
* Backport from the libffi trunk:Matthias Klose2010-03-151-1/+2
* - Issue #8142: Update libffi to the 3.0.9 release.Matthias Klose2010-03-15212-28062/+57788