| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4025 again | Christian Heimes | 2008-12-03 | 1 | -1/+1 |
|
|
* | Merged revisions 66748 via svnmerge from | Christian Heimes | 2008-10-02 | 1 | -2/+2 |
|
|
* | Fix issue #3547 for MingW, update comments. | Thomas Heller | 2008-09-29 | 1 | -3/+5 |
|
|
* | Fix issue #3547: ctypes is confused by bitfields of varying integer types | Thomas Heller | 2008-09-24 | 1 | -1/+1 |
|
|
* | Fix: | Neal Norwitz | 2008-08-24 | 1 | -0/+3 |
|
|
* | COM method code is windows specific | Thomas Heller | 2008-08-19 | 1 | -1/+4 |
|
|
* | Fix a regression introduced by rev. 63792: ctypes function pointers | Thomas Heller | 2008-08-19 | 1 | -5/+26 |
|
|
* | Properly INCREF reference in Py_buffer. | Martin v. Löwis | 2008-08-14 | 1 | -0/+2 |
|
|
* | Make ctypes compatible with Python 2.3, 2.4, and 2.5 again. | Thomas Heller | 2008-07-24 | 2 | -2/+16 |
|
|
* | Issue #3313: Contrary to the man page, a failed dlopen() call does not | Thomas Heller | 2008-07-15 | 1 | -1/+4 |
|
|
* | Issue #3258: Fix an assertion error (in debug build) and a crash (in | Thomas Heller | 2008-07-15 | 1 | -1/+12 |
|
|
* | Check for memory alloc failure | Neal Norwitz | 2008-06-13 | 1 | -0/+2 |
|
|
* | Add an optional 'offset' parameter to byref, defaultingto zero. | Thomas Heller | 2008-06-10 | 1 | -4/+16 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 4 | -90/+90 |
|
|
* | Remove locking part of new buffer protocol. | Travis E. Oliphant | 2008-06-06 | 1 | -5/+0 |
|
|
* | Performance improvement: Use PyDict_Get/SetItem instead of | Thomas Heller | 2008-06-06 | 1 | -3/+9 |
|
|
* | Issue #1798: Add ctypes calling convention that allows safe access of errno. | Thomas Heller | 2008-06-06 | 4 | -4/+202 |
|
|
* | Backport from py3k: Implement the new buffer interface from pep3118 | Thomas Heller | 2008-06-05 | 4 | -24/+264 |
|
|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 2 | -2/+2 |
|
|
* | Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling | Thomas Heller | 2008-06-04 | 4 | -184/+4 |
|
|
* | Fix ctypes.set_errno for gcc. | Thomas Heller | 2008-06-04 | 1 | -2/+4 |
|
|
* | Issue #1798: Add ctypes calling convention that allows safe access to | Thomas Heller | 2008-06-04 | 4 | -4/+182 |
|
|
* | Fix misspelled sys.platform name and misspelled filename. | Thomas Heller | 2008-06-02 | 1 | -1/+1 |
|
|
* | ctypes NULL function pointers have a boolean False value now. | Thomas Heller | 2008-05-29 | 1 | -21/+21 |
|
|
* | Fix compiler warning. | Thomas Heller | 2008-05-29 | 1 | -1/+1 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 4 | -93/+93 |
|
|
* | Patch #1722225: Support QNX 6. | Martin v. Löwis | 2008-05-23 | 3 | -0/+10 |
|
|
* | On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX | Thomas Heller | 2008-05-20 | 1 | -0/+1 |
|
|
* | Add missing return type to dealloc. | Georg Brandl | 2008-04-26 | 1 | -1/+2 |
|
|
* | Add from_buffer and from_buffer_copy class methods to ctypes types. | Thomas Heller | 2008-04-25 | 1 | -0/+115 |
|
|
* | Remove cyclic reference in CFuncPtr instances; see issue #2682. | Thomas Heller | 2008-04-24 | 3 | -50/+133 |
|
|
* | Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for | Thomas Heller | 2008-04-14 | 3 | -0/+79 |
|
|
* | Performance improvements. | Thomas Heller | 2008-04-11 | 1 | -3/+3 |
|
|
* | Move backwards compatibility macro to the correct place; | Thomas Heller | 2008-04-11 | 1 | -1/+1 |
|
|
* | More files from libffi 3.0.5. | Thomas Heller | 2008-04-04 | 4 | -22/+20 |
|
|
* | Sync with files from the just released libffi 3.0.5 version. | Thomas Heller | 2008-04-04 | 5 | -2/+1246 |
|
|
* | Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5. | Thomas Heller | 2008-04-04 | 2 | -26/+38 |
|
|
* | Make _ctypes.c PY_SSIZE_T_CLEAN. | Thomas Heller | 2008-03-25 | 1 | -2/+4 |
|
|
* | Include <alloca.h> on Solaris, see issue #1506. | Thomas Heller | 2008-03-18 | 1 | -0/+4 |
|
|
* | Remove unneeded initializer. | Thomas Heller | 2008-03-14 | 1 | -1/+1 |
|
|
* | Issue 1872: Changed the struct module typecode from 't' to '?', for | Thomas Heller | 2008-03-05 | 3 | -8/+17 |
|
|
* | Try to fix the build for PY_LINUX. | Thomas Heller | 2008-03-04 | 1 | -0/+1 |
|
|
* | Merged changes from libffi3-branch. | Thomas Heller | 2008-03-04 | 97 | -3423/+38619 |
|
|
* | Get ctypes working on the Alpha (Tru64). The problem was that there | Neal Norwitz | 2008-02-24 | 1 | -1/+1 |
|
|
* | configure.ac: Remove the configure check for _Bool, it is already done in the | Thomas Heller | 2008-02-21 | 3 | -3162/+3023 |
|
|
* | Add pickle support to ctypes types. | Thomas Heller | 2008-02-13 | 4 | -1/+91 |
|
|
* | Make sure a switch statement does not have repetitive case statements. | Brett Cannon | 2008-02-07 | 1 | -0/+2 |
|
|
* | Fixed refcounts and error handling. | Thomas Heller | 2008-02-06 | 1 | -8/+12 |
|
|
* | Revert rev. 59925, it breaks comtypes (I need to further examine this). | Thomas Heller | 2008-01-28 | 1 | -5/+0 |
|
|
* | static PyObject* variables should use PyString_InternFromString() instead of ... | Christian Heimes | 2008-01-28 | 2 | -5/+5 |
|
|