| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 6 | -6/+4 |
|
|
| * | Replace 'has_key()' with 'in'. | Thomas Heller | 2008-02-21 | 3 | -3/+3 |
|
|
| * | Make the test somewhat clearer (I hope). | Thomas Heller | 2008-02-13 | 1 | -4/+4 |
|
|
| * | Add pickle support to ctypes types. | Thomas Heller | 2008-02-13 | 1 | -0/+78 |
|
|
| * | Revert rev. 59925, it breaks comtypes (I need to further examine this). | Thomas Heller | 2008-01-28 | 1 | -6/+0 |
|
|
| * | Invert the checks in get_[u]long and get_[u]longlong. The intent was | Thomas Heller | 2008-01-24 | 1 | -1/+17 |
|
|
| * | Raise a TypeError instead of a ValueError when too many initializers | Thomas Heller | 2008-01-16 | 1 | -4/+4 |
|
|
| * | Raise a TypeError if conflicting positional and named arguments are | Thomas Heller | 2008-01-16 | 1 | -0/+9 |
|
|
| * | Convert the internal ctypes array type cache to a WeakValueDict so | Thomas Heller | 2008-01-16 | 1 | -0/+14 |
|
|
| * | Raise an error instead of crashing with a segfault when a NULL | Thomas Heller | 2008-01-11 | 1 | -0/+6 |
|
|
| * | Issue #1642: Fix segfault in ctypes when trying to delete attributes. | Thomas Heller | 2007-12-18 | 1 | -0/+21 |
|
|
| * | Enable the full ctypes c_longdouble tests again. | Thomas Heller | 2007-11-02 | 2 | -22/+22 |
|
|
| * | Added unittest for calling a function with paramflags (backport from py3k bra... | Thomas Heller | 2007-10-24 | 1 | -0/+18 |
|
|
| * | Disable some tests that fail on the 'ppc Debian unstable' buildbot to | Thomas Heller | 2007-09-11 | 2 | -22/+22 |
|
|
| * | Add a 'c_longdouble' type to the ctypes module. | Thomas Heller | 2007-09-07 | 5 | -2/+30 |
|
|
| * | Somewhat-preliminary slice-object and extended slicing support for ctypes. | Thomas Wouters | 2007-08-30 | 8 | -3/+128 |
|
|
| * | Do not try to load the GLUT library in the ctypes tests. This test | Thomas Heller | 2007-07-13 | 1 | -24/+2 |
|
|
| * | Add tests for _ctypes.COMError. | Thomas Heller | 2007-07-13 | 1 | -0/+9 |
|
|
| * | Make this test work with older Python releases where struct has no 't' format... | Thomas Heller | 2007-06-08 | 1 | -1/+4 |
|
|
| * | Oops, these tests do not run on Windows CE. | Thomas Heller | 2007-05-04 | 1 | -15/+16 |
|
|
| * | Do not truncate 64-bit pointers to 32-bit integers. | Thomas Heller | 2007-05-04 | 1 | -0/+27 |
|
|
| * | Fix some ctypes test crashes, when running with a debug Python | Thomas Heller | 2007-05-04 | 3 | -4/+11 |
|
|
| * | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -2/+2 |
|
|
| * | Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. | Thomas Heller | 2007-03-13 | 2 | -3/+30 |
|
|
| * | Bug #1651235: When a tuple was passed to a ctypes function call, | Thomas Heller | 2007-03-09 | 1 | -1/+13 |
|
|
| * | Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) | Thomas Heller | 2007-03-09 | 1 | -0/+2 |
|
|
| * | Avoid warnings in the test suite because ctypes.wintypes cannot be | Thomas Heller | 2007-01-12 | 1 | -1/+2 |
|
|
| * | Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions | Thomas Heller | 2007-01-11 | 1 | -2/+21 |
|
|
| * | Fix a bad assumption that all objects assigned to '__loader__' on a module | Brett Cannon | 2006-12-06 | 1 | -1/+2 |
|
|
| * | Fix bug #1598620: A ctypes structure cannot contain itself. | Thomas Heller | 2006-11-24 | 1 | -0/+30 |
|
|
| * | ctypes callback functions only support 'fundamental' result types. | Thomas Heller | 2006-10-17 | 1 | -0/+13 |
|
|
| * | The cast function did not accept c_char_p or c_wchar_p instances | Thomas Heller | 2006-09-07 | 1 | -0/+16 |
|
|
| * | Anonymous structure fields that have a bit-width specified did not work, | Thomas Heller | 2006-09-07 | 1 | -0/+9 |
|
|
| * | Port _ctypes.pyd to win64 on AMD64. | Thomas Heller | 2006-08-25 | 1 | -1/+2 |
|
|
| * | Remove the special casing of Py_None when converting the return value | Thomas Heller | 2006-08-16 | 2 | -0/+2 |
|
|
| * | The __repr__ method of a NULL py_object does no longer raise an | Thomas Heller | 2006-08-16 | 1 | -0/+5 |
|
|
| * | Apply the patch #1532975 plus ideas from the patch #1533481. | Thomas Heller | 2006-08-14 | 3 | -19/+225 |
|
|
| * | Patch #1521817: The index range checking on ctypes arrays containing | Thomas Heller | 2006-07-14 | 1 | -65/+0 |
|
|
| * | Assigning None to pointer type structure fields possible overwrote | Thomas Heller | 2006-07-10 | 1 | -0/+10 |
|
|
| * | Fix bug #1518190: accept any integer or long value in the | Thomas Heller | 2006-07-10 | 1 | -0/+17 |
|
|
| * | Patch #1517790: It is now possible to use custom objects in the ctypes | Thomas Heller | 2006-07-06 | 1 | -0/+35 |
|
|
| * | The test that calls a function with invalid arguments and catches the | Thomas Heller | 2006-07-06 | 1 | -9/+5 |
|
|
| * | Revert the change done in svn revision 47206: | Thomas Heller | 2006-07-06 | 1 | -5/+9 |
|
|
| * | Add a new function uses_seh() to the _ctypes extension module. This | Thomas Heller | 2006-07-03 | 1 | -9/+5 |
|
|
| * | Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS f... | Thomas Heller | 2006-07-03 | 1 | -4/+8 |
|
|
| * | Next try to fix the OpenBSD buildbot tests: | Thomas Heller | 2006-06-19 | 1 | -9/+1 |
|
|
| * | Try to repair the failing test on the OpenBSD buildbot. Trial and error... | Thomas Heller | 2006-06-19 | 1 | -1/+1 |
|
|
| * | Whitespace normalization. | Tim Peters | 2006-06-11 | 2 | -2/+2 |
|
|
| * | Upgrade to ctypes version 0.9.9.7. | Thomas Heller | 2006-06-10 | 7 | -22/+303 |
|
|
| * | Specify argtypes for all test functions. Maybe that helps on strange ;-) arch... | Thomas Heller | 2006-06-06 | 1 | -0/+8 |
|
|