summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #3547 for MingW, update comments.Thomas Heller2008-09-291-2/+3
* Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-241-0/+15
* Issue #3612: Added some missing basic types in ctypes.wintypes.Hirokazu Yamamoto2008-08-201-11/+18
* Fix a regression introduced by rev. 63792: ctypes function pointersThomas Heller2008-08-191-1/+6
* Disable the test until I have one that works.Thomas Heller2008-08-141-9/+9
* Try to fix the test on 64-bit platforms.Thomas Heller2008-08-141-5/+4
* issue #3554: ctypes.string_at and ctypes.wstring_at must use theThomas Heller2008-08-142-2/+13
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-111-0/+2
* Fix test on 64-bit platforms.Thomas Heller2008-07-151-1/+1
* Issue #3258: Fix an assertion error (in debug build) and a crash (inThomas Heller2008-07-151-0/+20
* Run svneol.py on all sources.Martin v. Löwis2008-06-131-76/+76
* Issue #1798: Add ctypes calling convention that allows safe access of errno.Thomas Heller2008-06-062-23/+125
* Backport from py3k: Implement the new buffer interface from pep3118Thomas Heller2008-06-051-0/+191
* Revert revisions 63943 and 63942 (Issue #1798: Add ctypes callingThomas Heller2008-06-042-125/+23
* Issue #1798: Add ctypes calling convention that allows safe access toThomas Heller2008-06-042-23/+125
* Fix the -x flag so that is does work.Thomas Heller2008-06-021-1/+1
* ctypes NULL function pointers have a boolean False value now.Thomas Heller2008-05-291-0/+8
* Oops, get_tests may be called with 3 arguments.Thomas Heller2008-05-212-1/+3
* The -x <test1[,test2...]> flag allows to exclude tests.Thomas Heller2008-05-211-5/+13
* Very simple test for ctypes.util.find_library on Windows.Thomas Heller2008-05-161-1/+2
* Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows).Thomas Heller2008-05-161-0/+43
* Add from_buffer and from_buffer_copy class methods to ctypes types.Thomas Heller2008-04-251-0/+81
* Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C forThomas Heller2008-04-141-25/+1
* Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5.Thomas Heller2008-04-041-1/+1
* Issue 1872: Changed the struct module typecode from 't' to '?', forThomas Heller2008-03-051-1/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-236-6/+4
* Replace 'has_key()' with 'in'.Thomas Heller2008-02-215-13/+11
* Make the test somewhat clearer (I hope).Thomas Heller2008-02-131-4/+4
* Add pickle support to ctypes types.Thomas Heller2008-02-131-0/+78
* Revert rev. 59925, it breaks comtypes (I need to further examine this).Thomas Heller2008-01-281-6/+0
* Invert the checks in get_[u]long and get_[u]longlong. The intent wasThomas Heller2008-01-241-1/+17
* Use 'g' instead of 'D' as the ctypes typecode for c_longdouble, forThomas Heller2008-01-161-1/+1
* Raise a TypeError instead of a ValueError when too many initializersThomas Heller2008-01-161-4/+4
* Raise a TypeError if conflicting positional and named arguments areThomas Heller2008-01-161-0/+9
* Convert the internal ctypes array type cache to a WeakValueDict soThomas Heller2008-01-161-0/+14
* Raise an error instead of crashing with a segfault when a NULLThomas Heller2008-01-111-0/+6
* Issue #1642: Fix segfault in ctypes when trying to delete attributes.Thomas Heller2007-12-181-0/+21
* Enable the full ctypes c_longdouble tests again.Thomas Heller2007-11-022-22/+22
* Added unittest for calling a function with paramflags (backport from py3k bra...Thomas Heller2007-10-241-0/+18
* On OS X, use os.uname() instead of gestalt.sysv(...) to get theThomas Heller2007-10-111-10/+3
* ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris.Thomas Heller2007-09-141-9/+21
* Disable some tests that fail on the 'ppc Debian unstable' buildbot toThomas Heller2007-09-112-22/+22
* Backport from py3k branch:Thomas Heller2007-09-071-0/+6
* Add a 'c_longdouble' type to the ctypes module.Thomas Heller2007-09-076-2/+35
* Somewhat-preliminary slice-object and extended slicing support for ctypes.Thomas Wouters2007-08-308-3/+128
* Fix typo in docstring (missing c in reacquire)Neal Norwitz2007-08-261-1/+1
* Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr outputThomas Heller2007-07-131-0/+8
* Do not try to load the GLUT library in the ctypes tests. This testThomas Heller2007-07-131-24/+2
* Add tests for _ctypes.COMError.Thomas Heller2007-07-131-0/+9
* Make this test work with older Python releases where struct has no 't' format...Thomas Heller2007-06-081-1/+4