summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ctypes compatible with Python 2.3, 2.4, and 2.5 again.Thomas Heller2008-07-242-2/+16
* Issue #3313: Contrary to the man page, a failed dlopen() call does notThomas Heller2008-07-151-1/+4
* Issue #3258: Fix an assertion error (in debug build) and a crash (inThomas Heller2008-07-151-1/+12
* Check for memory alloc failureNeal Norwitz2008-06-131-0/+2
* Add an optional 'offset' parameter to byref, defaultingto zero.Thomas Heller2008-06-101-4/+16
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-094-90/+90
* Remove locking part of new buffer protocol.Travis E. Oliphant2008-06-061-5/+0
* Performance improvement: Use PyDict_Get/SetItem instead ofThomas Heller2008-06-061-3/+9
* Issue #1798: Add ctypes calling convention that allows safe access of errno.Thomas Heller2008-06-064-4/+202
* Backport from py3k: Implement the new buffer interface from pep3118Thomas Heller2008-06-054-24/+264
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-052-2/+2
* Revert revisions 63943 and 63942 (Issue #1798: Add ctypes callingThomas Heller2008-06-044-184/+4
* Fix ctypes.set_errno for gcc.Thomas Heller2008-06-041-2/+4
* Issue #1798: Add ctypes calling convention that allows safe access toThomas Heller2008-06-044-4/+182
* Fix misspelled sys.platform name and misspelled filename.Thomas Heller2008-06-021-1/+1
* ctypes NULL function pointers have a boolean False value now.Thomas Heller2008-05-291-21/+21
* Fix compiler warning.Thomas Heller2008-05-291-1/+1