summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-291-0/+1
* fix libffi compilation on FreeBSD (#23042)Benjamin Peterson2015-05-091-18/+30
* Issue #23338: Fixed formatting ctypes error messages on Cygwin.Serhiy Storchaka2015-04-041-2/+2
* Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-162-7/+14
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* fix test where sizeof(long) != sizeof(int)Benjamin Peterson2014-11-061-4/+4
* Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-065-15/+83
* #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-2/+7
* - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko@ubuntu.com2014-08-10135-13677/+28329
* 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