summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_win32.py
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Fix #8959 by reverting revision 80761.Thomas Heller2010-06-211-0/+26
* On Windows, ctypes does no longer check the stack before and afterThomas Heller2010-05-041-26/+0
* Revert rev. 79509; ctypes doesn't build on linux.Thomas Heller2010-03-301-0/+26
* Merged revisions 79115,79424,79491 via svnmerge fromThomas Heller2010-03-301-26/+0
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-5/+5
* Add tests for _ctypes.COMError.Thomas Heller2007-07-131-0/+9
* Avoid warnings in the test suite because ctypes.wintypes cannot beThomas Heller2007-01-121-1/+2
* Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitionsThomas Heller2007-01-111-2/+21
* Port _ctypes.pyd to win64 on AMD64.Thomas Heller2006-08-251-1/+2
* The test that calls a function with invalid arguments and catches theThomas Heller2006-07-061-9/+5
* Revert the change done in svn revision 47206:Thomas Heller2006-07-061-5/+9
* Add a new function uses_seh() to the _ctypes extension module. ThisThomas Heller2006-07-031-9/+5
* Merge in changes from ctypes 0.9.9.6 upstream version.Thomas Heller2006-04-211-1/+1
* Whitespace normalization.Tim Peters2006-03-091-16/+16
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-081-0/+64