cpython/Lib/ctypes
Guido van Rossum 97f9d4f312 Patch #1318 by Amaury Forgeot d'Arc.
Updates to ctypes for python 3.0 to make the tests pass.
Notable changes are:
- return bytes instead of str8
- integers in range(256) are accepted as "one char string":
  libc.strchr("abcdef", 98) is now valid.
- directly use the wide-char version of the win32 function LoadLibrary.
2007-10-24 18:41:19 +00:00
..
macholib Raise statement normalization in Lib/ctypes/. 2007-08-30 03:47:13 +00:00
test Patch #1318 by Amaury Forgeot d'Arc. 2007-10-24 18:41:19 +00:00
__init__.py Patch #1318 by Amaury Forgeot d'Arc. 2007-10-24 18:41:19 +00:00
_endian.py Remove all the Python 2.3 compatibility markers (the Python 3 ctypes 2007-07-13 11:49:15 +00:00
util.py Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
wintypes.py Remove all the Python 2.3 compatibility markers (the Python 3 ctypes 2007-07-13 11:49:15 +00:00