cpython/Modules/_ctypes
Benjamin Peterson e0edb8b3cd Merged revisions 79894-79895,80098,80120 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79894 | jeroen.ruigrok | 2010-04-07 09:33:37 -0500 (Wed, 07 Apr 2010) | 5 lines

  FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is
  also the case in FreeBSD's port of libffi).

  Reviewed by: dickinsm
........
  r79895 | jeroen.ruigrok | 2010-04-07 11:34:08 -0500 (Wed, 07 Apr 2010) | 2 lines

  Document the libffi FreeBSD fix.
........
  r80098 | benjamin.peterson | 2010-04-15 16:42:16 -0500 (Thu, 15 Apr 2010) | 1 line

  add space
........
  r80120 | antoine.pitrou | 2010-04-16 16:34:02 -0500 (Fri, 16 Apr 2010) | 3 lines

  Ignore jinja2
........
2010-06-27 23:49:45 +00:00
..
darwin
libffi Merged revisions 79894-79895,80098,80120 via svnmerge from 2010-06-27 23:49:45 +00:00
libffi_arm_wince
libffi_msvc Merged revisions 82126-82127 via svnmerge from 2010-06-21 16:00:31 +00:00
libffi_osx
_ctypes.c Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# 2010-06-07 19:57:46 +00:00
_ctypes_test.c
_ctypes_test.h
callbacks.c
callproc.c Merged revisions 82126-82127 via svnmerge from 2010-06-21 16:00:31 +00:00
cfield.c Issue #8966: If a ctypes structure field is an array of c_char, convert its 2010-06-11 21:50:30 +00:00
ctypes.h
ctypes_dlfcn.h
libffi.diff
malloc_closure.c
stgdict.c