| Commit message (Expand) | Author | Age | Files | Lines |
* | On Windows, ctypes does no longer check the stack before and after | Thomas Heller | 2010-05-04 | 13 | -1898/+297 |
|
|
* | FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is | Jeroen Ruigrok van der Werven | 2010-04-07 | 1 | -1/+1 |
|
|
* | Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. | Martin v. Löwis | 2010-04-07 | 1 | -0/+4 |
|
|
* | Revert rev. 79509; ctypes doesn't build on linux. | Thomas Heller | 2010-03-30 | 16 | -299/+2018 |
|
|
* | Merged revisions 79115,79424,79491 via svnmerge from | Thomas Heller | 2010-03-30 | 16 | -2018/+299 |
|
|
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 3 | -5/+59 |
|
|
* | Preserve backward compatibility of the ctypes module. | Florent Xicluna | 2010-03-22 | 1 | -0/+11 |
|
|
* | Issue #7703: ctypes supports both buffer() and memoryview(). The former is d... | Florent Xicluna | 2010-03-22 | 1 | -4/+13 |
|
|
* | update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the | Matthias Klose | 2010-03-19 | 33 | -448/+1403 |
|
|
* | Generate libffi's Makefiles again to be able to run the libffi testsuite | Matthias Klose | 2010-03-19 | 4 | -375/+7592 |
|
|
* | Backport from the libffi trunk: | Matthias Klose | 2010-03-15 | 1 | -1/+2 |
|
|
* | - Issue #8142: Update libffi to the 3.0.9 release. | Matthias Klose | 2010-03-15 | 212 | -28062/+57788 |
|
|
* | ctypes CThunkObject was not registered correctly with the cycle | Thomas Heller | 2010-02-23 | 1 | -3/+4 |
|
|
* | Issue #7661: Allow ctypes to be built from a non-ASCII directory path. | Antoine Pitrou | 2010-01-13 | 1 | -2/+0 |
|
|
* | Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in te... | Georg Brandl | 2009-10-17 | 1 | -3/+3 |
|
|
* | Merge a newer version of libffi_osx, based on the | Ronald Oussoren | 2009-09-20 | 8 | -716/+713 |
|
|
* | Remove unused variable and static function to fix compiler warnings. | Thomas Heller | 2009-09-19 | 1 | -11/+0 |
|
|
* | Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) | Thomas Heller | 2009-09-18 | 2 | -2/+6 |
|
|
* | Issue #5042: Structure sub-subclass does now initialize correctly with | Thomas Heller | 2009-09-18 | 1 | -58/+73 |
|
|
* | Make ctypes compile again with older Python versions. | Thomas Heller | 2009-09-08 | 1 | -0/+49 |
|
|
* | Revert rev 74134, as it does not completely fixx issue #6493. | Thomas Heller | 2009-07-21 | 1 | -2/+2 |
|
|
* | Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits | Thomas Heller | 2009-07-21 | 1 | -2/+2 |
|
|
* | typos in ctypes Module | Mark Dickinson | 2009-05-20 | 1 | -2/+2 |
|
|
* | PyCode_NewEmpty: | Jeffrey Yasskin | 2009-05-08 | 1 | -33/+2 |
|
|
* | Add a file that contains diffs between offical libffi files and the | Thomas Heller | 2009-05-08 | 1 | -0/+207 |
|
|
* | Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for | Mark Dickinson | 2009-05-05 | 1 | -2/+2 |
|
|
* | Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips | Thomas Heller | 2009-04-28 | 2 | -6/+6 |
|
|
* | Issue #5078: Avoid redundant call to FormatError() | Thomas Heller | 2009-04-25 | 1 | -146/+142 |
|
|
* | Issue #3102: All global symbols that the _ctypes extension defines are | Thomas Heller | 2009-04-24 | 7 | -525/+526 |
|
|
* | Issue 5041: ctypes unwilling to allow pickling wide character. | Thomas Heller | 2009-04-24 | 1 | -1/+1 |
|
|
* | Remove duplicated function declaration. | Thomas Heller | 2009-04-16 | 2 | -2/+1 |
|
|
* | Remove unneeded code. | Thomas Heller | 2009-04-16 | 3 | -18/+0 |
|
|
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 4 | -7/+7 |
|
|
* | Fix warnings GCC emits where the argument of PyErr_Format is a single variable. | Georg Brandl | 2009-02-13 | 1 | -6/+8 |
|
|
* | Issue#5203: ctypes segfaults when passing a unicode string to a | Thomas Heller | 2009-02-10 | 1 | -0/+1 |
|
|
* | This refactoring should make it easier to add new calling conventions. | Thomas Heller | 2009-02-03 | 3 | -400/+29 |
|
|
* | #4077: No need to append \n when calling Py_FatalError | Amaury Forgeot d'Arc | 2009-01-17 | 1 | -1/+1 |
|
|
* | Fix refcount leak in error cases. Bug found by coverity. | Thomas Heller | 2009-01-13 | 1 | -1/+4 |
|
|
* | Issue #4025 again | Christian Heimes | 2008-12-03 | 1 | -1/+1 |
|
|
* | Fixed a couple more C99 comments and one occurence of inline. | 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 |
|
|