| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged revisions 78757 via svnmerge from | Ezio Melotti | 2010-08-02 | 1 | -2/+2 |
|
|
| * | Merged revisions 77942,79023 via svnmerge from | Ezio Melotti | 2010-08-02 | 2 | -5/+5 |
|
|
| * | Merged revisions 78380 via svnmerge from | Thomas Heller | 2010-02-23 | 1 | -0/+16 |
|
|
| * | Merged revisions 74921 via svnmerge from | Thomas Heller | 2009-09-18 | 1 | -1/+1 |
|
|
| * | Merged revisions 74917 via svnmerge from | Thomas Heller | 2009-09-18 | 1 | -0/+19 |
|
|
| * | Merged revisions 71847 via svnmerge from | Thomas Heller | 2009-04-24 | 1 | -0/+5 |
|
|
| * | Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,... | Georg Brandl | 2009-01-14 | 1 | -3/+0 |
|
|
| * | Fix issue #3547 for MingW, update comments. | Thomas Heller | 2008-09-29 | 1 | -2/+3 |
|
|
| * | Fix issue #3547: ctypes is confused by bitfields of varying integer types | Thomas Heller | 2008-09-24 | 1 | -0/+15 |
|
|
| * | Fix a regression introduced by rev. 63792: ctypes function pointers | Thomas Heller | 2008-08-19 | 1 | -1/+6 |
|
|
| * | Disable the test until I have one that works. | Thomas Heller | 2008-08-14 | 1 | -9/+9 |
|
|
| * | Try to fix the test on 64-bit platforms. | Thomas Heller | 2008-08-14 | 1 | -5/+4 |
|
|
| * | issue #3554: ctypes.string_at and ctypes.wstring_at must use the | Thomas Heller | 2008-08-14 | 1 | -0/+11 |
|
|
| * | Issue 2235: Py3k warnings are now emitted for classes that will no longer inh... | Nick Coghlan | 2008-08-11 | 1 | -0/+2 |
|
|
| * | Fix test on 64-bit platforms. | Thomas Heller | 2008-07-15 | 1 | -1/+1 |
|
|
| * | Issue #3258: Fix an assertion error (in debug build) and a crash (in | Thomas Heller | 2008-07-15 | 1 | -0/+20 |
|
|
| * | Run svneol.py on all sources. | Martin v. Löwis | 2008-06-13 | 1 | -76/+76 |
|
|
| * | Issue #1798: Add ctypes calling convention that allows safe access of errno. | Thomas Heller | 2008-06-06 | 1 | -0/+76 |
|
|
| * | Backport from py3k: Implement the new buffer interface from pep3118 | Thomas Heller | 2008-06-05 | 1 | -0/+191 |
|
|
| * | Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling | Thomas Heller | 2008-06-04 | 1 | -76/+0 |
|
|
| * | Issue #1798: Add ctypes calling convention that allows safe access to | Thomas Heller | 2008-06-04 | 1 | -0/+76 |
|
|
| * | Fix the -x flag so that is does work. | Thomas Heller | 2008-06-02 | 1 | -1/+1 |
|
|
| * | ctypes NULL function pointers have a boolean False value now. | Thomas Heller | 2008-05-29 | 1 | -0/+8 |
|
|
| * | Oops, get_tests may be called with 3 arguments. | Thomas Heller | 2008-05-21 | 2 | -1/+3 |
|
|
| * | The -x <test1[,test2...]> flag allows to exclude tests. | Thomas Heller | 2008-05-21 | 1 | -5/+13 |
|
|
| * | Very simple test for ctypes.util.find_library on Windows. | Thomas Heller | 2008-05-16 | 1 | -1/+2 |
|
|
| * | Add from_buffer and from_buffer_copy class methods to ctypes types. | Thomas Heller | 2008-04-25 | 1 | -0/+81 |
|
|
| * | Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5. | Thomas Heller | 2008-04-04 | 1 | -1/+1 |
|
|
| * | 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 |
|
|