summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test
Commit message (Expand)AuthorAgeFilesLines
* 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-121-4/+4
* 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-132-2/+5
* 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-032-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-029-73/+73
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-274-4/+45
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-4/+4
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-097-21/+21
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-155-12/+12
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-2/+22
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-103-6/+6
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-136-2/+72
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-3/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-215-19/+232
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1111-40/+310
* Merge the rest of the trunk.Thomas Wouters2006-06-083-5/+13
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-2723-132/+191
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2110-40/+209
* Plug some refcount leaks when tests are run repeatedly.Thomas Heller2006-03-132-16/+21
* Remove the slightly broken test_leaks.py.Thomas Heller2006-03-132-91/+4
* Disable the testcase that crashes solaris.Thomas Heller2006-03-091-1/+2
* Whitespace normalization.Tim Peters2006-03-0920-74/+73
* Remove .cvsignore and set svn:ignore for *.pyc *.pyo.Hye-Shik Chang2006-03-081-4/+0
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-0845-0/+4701