cpython/Lib/ctypes
Thomas Heller 09a6f6aad2 Remove code that is no longer used (ctypes.com).
Fix the DllGetClassObject and DllCanUnloadNow so that they forward the
call to the comtypes.server.inprocserver module.

The latter was never documented, never used by published code, and
didn't work anyway, so I think it does not deserve a NEWS entry (but I
might be wrong).
2006-07-27 18:39:55 +00:00
..
macholib Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
test Patch #1521817: The index range checking on ctypes arrays containing 2006-07-14 17:51:14 +00:00
__init__.py Remove code that is no longer used (ctypes.com). 2006-07-27 18:39:55 +00:00
_endian.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
util.py Fix #1521375. When running with root priviledges, 'gcc -o /dev/null' 2006-07-13 17:01:14 +00:00
wintypes.py Add an __all__ list, since this module does 'from ctypes import *'. 2006-06-14 09:20:11 +00:00