cpython/Modules/_ctypes
Antoine Pitrou 72f4d646f5 Note: I'm merging these changes out of consistency, but they don't seem
to be needed in py3k (except perhaps for non-utf8 paths).


Merged revisions 77466-77467 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77466 | antoine.pitrou | 2010-01-13 12:47:49 +0100 (mer., 13 janv. 2010) | 5 lines

  Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
  Patch by Florent Xicluna.
........
  r77467 | antoine.pitrou | 2010-01-13 12:57:42 +0100 (mer., 13 janv. 2010) | 3 lines

  Use `with`
........
2010-01-13 12:04:20 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi Note: I'm merging these changes out of consistency, but they don't seem 2010-01-13 12:04:20 +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 Merged revisions 69260 via svnmerge from 2009-02-03 19:34:18 +00:00
libffi_osx Merged revisions 74972 via svnmerge from 2009-09-20 18:57:50 +00:00
_ctypes.c Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
_ctypes_test.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +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 Merged revisions 72487-72488,72879 via svnmerge from 2009-07-21 04:30:03 +00:00
callproc.c Merged revisions 74921 via svnmerge from 2009-09-18 20:08:39 +00:00
cfield.c Issue 6239: ctypes.c_char_p return value must return bytes. 2009-09-04 18:24:41 +00:00
ctypes.h Merged revisions 71853 via svnmerge from 2009-04-24 20:50:00 +00:00
ctypes_dlfcn.h Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libffi.diff Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from 2009-05-08 20:42:26 +00:00
malloc_closure.c Merged revisions 71853 via svnmerge from 2009-04-24 20:50:00 +00:00
stgdict.c Merged revisions 71853 via svnmerge from 2009-04-24 20:50:00 +00:00