summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-193-31/+43
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-086-2/+35
* Forgot to run the tests after making the places and msg argument keyword-only.Jeffrey Yasskin2007-09-071-3/+3
* Add a workaround for a strange bug on win64, when _ctypes is compiledThomas Heller2007-08-311-0/+6
* Fix a buggy test. str8 objects contained NUL-terminated strings,Thomas Heller2007-08-311-1/+1
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-308-4/+128
* Raise statement normalization in Lib/ctypes/.Collin Winter2007-08-305-12/+10
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-1/+1
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-2/+4
* Remove spurious (and unneeded) import of StringIO.Guido van Rossum2007-08-101-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Fix the ctypes tests. Patch from Victor Stinner. He writes:Thomas Heller2007-08-086-17/+17
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-183-24/+19
* Fix ctypes tests on OS X.Thomas Heller2007-07-141-8/+0
* c_char, c_char_p objects and c_char array structure fields returnThomas Heller2007-07-136-9/+13
* Do not accept str8 type in function calls any longer.Thomas Heller2007-07-131-0/+10
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-138-25/+0
* Structure fields of type c_char array or c_wchar array accept bytes orThomas Heller2007-07-131-0/+15
* No crashes on Linux in the ctypes test suite any longer, so we canThomas Heller2007-07-122-23/+19
* Fix segfault on Linux.Thomas Heller2007-07-121-4/+4
* More easy fixes. The ctypes unittests pass now (on Windows).Thomas Heller2007-07-122-4/+4
* binascii.hexlify returns a bytes object; we must convert it to strThomas Heller2007-07-121-1/+1
* Simple fixes.Thomas Heller2007-07-122-7/+7
* Simple fixes.Thomas Heller2007-07-121-4/+4
* Simple fixes.Thomas Heller2007-07-122-10/+4
* c_void_p.from_param accepts bytes. Fix test_prototypes.Thomas Heller2007-07-121-1/+1
* c_char_p.from_param accepts bytes. Fix test_parameters.Thomas Heller2007-07-121-3/+3
* Fix another test.Thomas Heller2007-07-121-1/+1
* test_slicing does not segfault under linux anymore, so we can run thisThomas Heller2007-07-121-40/+38
* Accept bytes as parameter to foreign functions without prototype.Thomas Heller2007-07-121-2/+2
* Accept bytes for c_wchar_p instances and c_wchar array instances.Thomas Heller2007-07-122-5/+5
* Accept bytes in c_char_p and c_wchar_p types.Thomas Heller2007-07-121-0/+8
* ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects.Thomas Heller2007-07-121-0/+18
* Use a unicode string as unique_key instead of 8-bit string.Thomas Heller2007-07-121-3/+3
* Fix a ctypes test.Thomas Heller2007-07-121-3/+3
* Fix a ctypes test.Thomas Heller2007-07-121-4/+4
* Make this a pure-ASCII file. This used to have a Latin-1 coding andGuido van Rossum2007-07-121-12/+11
* Fix one more ctypes test, and disable the tests that were segfaulting.Thomas Heller2007-07-113-63/+69
* dict.keys() returns an iterable, convert it into a list.Thomas Heller2007-07-111-1/+1
* Fix some more ctypes tests.Thomas Heller2007-07-112-6/+6
* Fix some simple ctypes tests.Thomas Heller2007-07-113-12/+13
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-134-4/+7
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-2/+2
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-144-4/+39
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-072-11/+12
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-033-7/+7
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-0211-76/+76
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-275-6/+50
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-4/+2
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-4/+4