cpython/Lib/ctypes
Thomas Wouters dcb3c382ac Somewhat-preliminary slice-object and extended slicing support for ctypes.
The exact behaviour of omitted and negative indices for the Pointer type may
need a closer look (especially as it's subtly different from simple slices)
but there's time yet before 2.6, and not enough before 3.0a1 :-)
2007-08-30 21:01:17 +00:00
..
macholib Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
test Somewhat-preliminary slice-object and extended slicing support for ctypes. 2007-08-30 21:01:17 +00:00
__init__.py Fix typo in docstring (missing c in reacquire) 2007-08-26 01:08:16 +00:00
_endian.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
util.py patch #1610795: BSD version of ctypes.util.find_library, by Martin 2007-01-12 20:17:34 +00:00
wintypes.py Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW structures. 2007-05-30 07:01:25 +00:00