summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* Prevent creation (followed by a segfault) of array types when the sizeThomas Heller2007-03-231-3/+20
* Explain the purpose of the b_needsfree flag. This answers NealsThomas Heller2007-03-221-1/+6
* Back out "Patch #1643874: memory leak in ctypes fixed."Thomas Heller2007-03-221-21/+8
* Merged revisions 54248 via svnmerge fromThomas Heller2007-03-091-18/+0
* Merged revisions 54244 via svnmerge fromThomas Heller2007-03-091-3/+3
* Merged revisions 53556 via svnmerge fromThomas Heller2007-01-251-8/+21
* Add a comment for some code I don't understand. Why would needsfreeNeal Norwitz2007-01-181-0/+1
* Merged revisions 53466 via svnmerge fromThomas Heller2007-01-171-8/+12
* Must update the version number on the extension module as well.Thomas Heller2007-01-101-1/+1
* Fix #1563807: _ctypes built on AIX fails with ld ffi error.Thomas Heller2006-11-281-1/+1
* Fix bug #1598620: A ctypes structure cannot contain itself.Thomas Heller2006-11-241-3/+13
* - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so thatMartin v. Löwis2006-10-221-0/+4
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-171-2/+5
* Backport rev 51820 from Thomas HellerNeal Norwitz2006-09-111-2/+2
* Backport rev 51819 from Thomas HellerNeal Norwitz2006-09-111-2/+2
* Backport of r51379 from trunk:Thomas Heller2006-09-061-0/+16
* Move assert to after NULL check, otherwise we deref NULL in the assert.Neal Norwitz2006-08-191-1/+1
* Remove the special casing of Py_None when converting the return valueThomas Heller2006-08-161-1/+1
* The __repr__ method of a NULL py_object does no longer raise anThomas Heller2006-08-161-1/+1
* Add commented assert statements to check that the result ofThomas Heller2006-08-161-20/+36
* Check for NULL return value from new_CArgObject calls.Thomas Heller2006-08-151-0/+6
* Patch #1536908: Add support for AMD64 / OpenBSD.Thomas Heller2006-08-143-3/+2
* Apply the patch #1532975 plus ideas from the patch #1533481.Thomas Heller2006-08-143-162/+182
* Revert the change that tries to zero out a closure's result storageThomas Heller2006-08-141-15/+5
* Check for NULL return value of GenericCData_new().Thomas Heller2006-08-141-0/+4
* Check for NULL return value from new_CArgObject().Thomas Heller2006-08-141-0/+6
* Remove unused, buggy test function.Thomas Heller2006-08-141-12/+0
* Handle alloca failures.Neal Norwitz2006-08-132-0/+15
* Check returned pointer is valid.Neal Norwitz2006-08-121-0/+6
* When a ctypes C callback function is called, zero out the resultThomas Heller2006-08-111-7/+17
* Speed up PyType_stgdict and PyObject_stgdict.Thomas Heller2006-08-011-2/+11
* Minimal useful docstring for CopyComPointer.Thomas Heller2006-08-011-1/+1
* Fix a potential segfault and various potentail refcount leaksThomas Heller2006-08-011-15/+13
* Patch #1529514: More openbsd platforms for ctypes.Thomas Heller2006-07-282-84/+58
* Remove a useless XXX comment.Thomas Heller2006-07-281-7/+7
* Check the allocation of b_objects and return if there was a failure.Neal Norwitz2006-07-231-2/+11
* Make sure the _ctypes extension can be compiled when WITH_THREAD isThomas Heller2006-07-192-0/+6
* proto was dereffed above and is known to be good. No need for X.Neal Norwitz2006-07-161-1/+1
* Patch #1521817: The index range checking on ctypes arrays containingThomas Heller2006-07-141-10/+8
* Make the prototypes of our private PyUnicode_FromWideChar andThomas Heller2006-07-142-5/+6
* A misspelled preprocessor symbol caused ctypes to be always compiledThomas Heller2006-07-133-11/+11
* Change the ctypes version number to 1.0.0.Thomas Heller2006-07-111-1/+1
* Assigning None to pointer type structure fields possible overwroteThomas Heller2006-07-101-1/+1
* Fixed a segfault when ctypes.wintypes were imported onThomas Heller2006-07-101-2/+9
* Fix bug #1518190: accept any integer or long value in theThomas Heller2006-07-101-8/+19
* Patch #1517790: It is now possible to use custom objects in the ctypesThomas Heller2006-07-061-3/+2
* Revert the change done in svn revision 47206:Thomas Heller2006-07-061-14/+0
* Fix the bitfield test when _ctypes is compiled with MingW. StructuresThomas Heller2006-07-051-2/+2
* Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a numberRonald Oussoren2006-07-042-84/+116
* Add a new function uses_seh() to the _ctypes extension module. ThisThomas Heller2006-07-031-0/+14