cpython/Modules/_ctypes
Mark Dickinson 3e4caeb3bf Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
libffi_arm_wince Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi_msvc This refactoring should make it easier to add new calling conventions. 2009-02-03 17:07:40 +00:00
libffi_osx Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
_ctypes.c Fix warnings GCC emits where the argument of PyErr_Format is a single variable. 2009-02-13 11:10:04 +00:00
_ctypes_test.c Issue 1872: Changed the struct module typecode from 't' to '?', for 2008-03-05 15:34:29 +00:00
_ctypes_test.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
callbacks.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
callproc.c Issue#5203: ctypes segfaults when passing a unicode string to a 2009-02-10 18:43:01 +00:00
cfield.c Fix refcount leak in error cases. Bug found by coverity. 2009-01-13 17:32:28 +00:00
ctypes.h Make ctypes compatible with Python 2.3, 2.4, and 2.5 again. 2008-07-24 11:16:45 +00:00
ctypes_dlfcn.h Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
malloc_closure.c Patch #1722225: Support QNX 6. 2008-05-23 15:06:50 +00:00
stgdict.c Fix: 2008-08-24 05:04:52 +00:00