summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 83841 via svnmerge fromThomas Heller2010-08-081-0/+6
* Fis issue5504: ctypes does now work with systems where mmap can't beThomas Heller2010-08-087-21/+31
* Fix #8959 by reverting revision 80761.Thomas Heller2010-06-2113-297/+1898
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-099-8112/+8112
* On Windows, ctypes does no longer check the stack before and afterThomas Heller2010-05-0413-1898/+297
* FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as isJeroen Ruigrok van der Werven2010-04-071-1/+1
* Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.Martin v. Löwis2010-04-071-0/+4
* Revert rev. 79509; ctypes doesn't build on linux.Thomas Heller2010-03-3016-299/+2018
* Merged revisions 79115,79424,79491 via svnmerge fromThomas Heller2010-03-3016-2018/+299
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-253-5/+59
* Preserve backward compatibility of the ctypes module.Florent Xicluna2010-03-221-0/+11
* Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...Florent Xicluna2010-03-221-4/+13
* update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from theMatthias Klose2010-03-1933-448/+1403
* Generate libffi's Makefiles again to be able to run the libffi testsuiteMatthias Klose2010-03-194-375/+7592
* Backport from the libffi trunk:Matthias Klose2010-03-151-1/+2
* - Issue #8142: Update libffi to the 3.0.9 release.Matthias Klose2010-03-15212-28062/+57788
* ctypes CThunkObject was not registered correctly with the cycleThomas Heller2010-02-231-3/+4
* Issue #7661: Allow ctypes to be built from a non-ASCII directory path.Antoine Pitrou2010-01-131-2/+0
* Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in te...Georg Brandl2009-10-171-3/+3
* Merge a newer version of libffi_osx, based on theRonald Oussoren2009-09-208-716/+713
* Remove unused variable and static function to fix compiler warnings.Thomas Heller2009-09-191-11/+0
* Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)Thomas Heller2009-09-182-2/+6
* Issue #5042: Structure sub-subclass does now initialize correctly withThomas Heller2009-09-181-58/+73
* Make ctypes compile again with older Python versions.Thomas Heller2009-09-081-0/+49
* Revert rev 74134, as it does not completely fixx issue #6493.Thomas Heller2009-07-211-2/+2
* Issue #6493: Fix a ctypes problem setting bitfields more than 31 bitsThomas Heller2009-07-211-2/+2
* typos in ctypes ModuleMark Dickinson2009-05-201-2/+2
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-33/+2
* Add a file that contains diffs between offical libffi files and theThomas Heller2009-05-081-0/+207
* Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner forMark Dickinson2009-05-051-2/+2
* Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mipsThomas Heller2009-04-282-6/+6
* Issue #5078: Avoid redundant call to FormatError()Thomas Heller2009-04-251-146/+142
* Issue #3102: All global symbols that the _ctypes extension defines areThomas Heller2009-04-247-525/+526
* Issue 5041: ctypes unwilling to allow pickling wide character.Thomas Heller2009-04-241-1/+1
* Remove duplicated function declaration.Thomas Heller2009-04-162-2/+1
* Remove unneeded code.Thomas Heller2009-04-163-18/+0
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-214-7/+7
* Fix warnings GCC emits where the argument of PyErr_Format is a single variable.Georg Brandl2009-02-131-6/+8
* Issue#5203: ctypes segfaults when passing a unicode string to aThomas Heller2009-02-101-0/+1
* This refactoring should make it easier to add new calling conventions.Thomas Heller2009-02-033-400/+29
* #4077: No need to append \n when calling Py_FatalErrorAmaury Forgeot d'Arc2009-01-171-1/+1
* Fix refcount leak in error cases. Bug found by coverity.Thomas Heller2009-01-131-1/+4
* Issue #4025 againChristian Heimes2008-12-031-1/+1
* Fixed a couple more C99 comments and one occurence of inline.Christian Heimes2008-10-021-2/+2
* Fix issue #3547 for MingW, update comments.Thomas Heller2008-09-291-3/+5
* Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-241-1/+1
* Fix:Neal Norwitz2008-08-241-0/+3
* COM method code is windows specificThomas Heller2008-08-191-1/+4
* Fix a regression introduced by rev. 63792: ctypes function pointersThomas Heller2008-08-191-5/+26
* Properly INCREF reference in Py_buffer.Martin v. Löwis2008-08-141-0/+2