summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes
Commit message (Expand)AuthorAgeFilesLines
* patch #1610795: BSD version of ctypes.util.find_library, by MartinThomas Heller2007-01-121-28/+50
* Avoid warnings in the test suite because ctypes.wintypes cannot beThomas Heller2007-01-121-1/+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-112-5/+30
* Change the ctypes version number to "1.1.0".Thomas Heller2007-01-101-1/+1
* Verify the sizes of the basic ctypes data types against the structThomas Heller2007-01-091-0/+28
* Fix a bad assumption that all objects assigned to '__loader__' on a moduleBrett Cannon2006-12-061-1/+2
* Fix bug #1598620: A ctypes structure cannot contain itself.Thomas Heller2006-11-241-0/+30
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-171-0/+13
* The cast function did not accept c_char_p or c_wchar_p instancesThomas Heller2006-09-071-0/+16
* Anonymous structure fields that have a bit-width specified did not work,Thomas Heller2006-09-071-0/+9
* Port _ctypes.pyd to win64 on AMD64.Thomas Heller2006-08-252-1/+4
* Remove the special casing of Py_None when converting the return valueThomas Heller2006-08-162-0/+2
* The __repr__ method of a NULL py_object does no longer raise anThomas Heller2006-08-162-0/+10
* Apply the patch #1532975 plus ideas from the patch #1533481.Thomas Heller2006-08-144-20/+226
* Remove code that is no longer used (ctypes.com).Thomas Heller2006-07-271-38/+7
* Patch #1521817: The index range checking on ctypes arrays containingThomas Heller2006-07-141-65/+0
* Fix #1521375. When running with root priviledges, 'gcc -o /dev/null'Thomas Heller2006-07-131-1/+9
* Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 toThomas Heller2006-07-121-1/+18
* Change the ctypes version number to 1.0.0.Thomas Heller2006-07-111-1/+1
* When a foreign function is retrived by calling __getitem__ on a ctypesThomas Heller2006-07-111-2/+3
* Assigning None to pointer type structure fields possible overwroteThomas Heller2006-07-101-0/+10
* Fix bug #1518190: accept any integer or long value in theThomas Heller2006-07-101-0/+17
* Patch #1517790: It is now possible to use custom objects in the ctypesThomas Heller2006-07-061-0/+35
* 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
* Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS f...Thomas Heller2006-07-031-4/+8
* Next try to fix the OpenBSD buildbot tests:Thomas Heller2006-06-191-9/+1
* Try to repair the failing test on the OpenBSD buildbot. Trial and error...Thomas Heller2006-06-191-1/+1
* Add an __all__ list, since this module does 'from ctypes import *'.Thomas Heller2006-06-141-0/+16
* Fix docstring.Thomas Heller2006-06-141-1/+1
* 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-128-0/+24
* Whitespace normalization.Tim Peters2006-06-112-2/+2
* Fix errors found by pycheckerNeal Norwitz2006-06-111-2/+1
* Upgrade to ctypes version 0.9.9.7.Thomas Heller2006-06-108-30/+308
* Specify argtypes for all test functions. Maybe that helps on strange ;-) arch...Thomas Heller2006-06-061-0/+8
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-1/+1
* Convert CFieldObject tp_members to tp_getset, since there is noThomas Heller2006-06-061-4/+4
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-4/+4
* add svn:eol-style native svn:keywords IdThomas Heller2006-05-121-104/+104
* Add missing svn properties.Thomas Heller2006-05-121-122/+122
* Disable a test that is unreliable.Thomas Heller2006-05-091-11/+16
* oops - the function is exported as 'my_free', not 'free'.Thomas Heller2006-05-051-4/+4
* Fix memory leaks in the ctypes test suite, reported by valgrind, byThomas Heller2006-05-051-0/+8
* Don't fail the tests when libglut.so or libgle.so cannot be loaded.Thomas Heller2006-05-031-2/+16
* Remove a duplicated test (the same test is in test_incomplete.py).Thomas Heller2006-04-281-21/+0
* Merge in changes from ctypes 0.9.9.6 upstream version.Thomas Heller2006-04-2124-365/+300