summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test/test_objects.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+1
* Issue #19493: Refactor ctypes test package.Zachary Ware2014-06-131-7/+4
* Fix ctypes tests to avoid implicit bytes-unicode conversionVictor Stinner2010-07-271-2/+2
* Issue 6239: ctypes.c_char_p return value must return bytes.Thomas Heller2009-09-041-1/+1
* c_char, c_char_p objects and c_char array structure fields returnThomas Heller2007-07-131-1/+1
* 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-4/+4
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-3/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+70