summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/wintypes.py
Commit message (Expand)AuthorAgeFilesLines
* Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW stru...Thomas Heller2007-05-301-2/+2
* Correct the comments: the code is right.Thomas Heller2007-01-111-2/+2
* Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitionsThomas Heller2007-01-111-3/+9
* Add an __all__ list, since this module does 'from ctypes import *'.Thomas Heller2006-06-141-0/+16
* Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER.Thomas Heller2006-06-131-3/+13
* Add some windows datatypes that were missing from this file, and addThomas Heller2006-06-131-24/+70
* Add pep-291 compatibility markers.Thomas Heller2006-06-121-0/+3
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-081-0/+97