.. |
__init__.py
|
dict.keys() returns an iterable, convert it into a list.
|
2007-07-11 14:49:26 +00:00 |
runtests.py
|
…
|
|
test_anon.py
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
test_array_in_pointer.py
|
binascii.hexlify returns a bytes object; we must convert it to str
|
2007-07-12 19:56:28 +00:00 |
test_arrays.py
|
Fix the ctypes tests. Patch from Victor Stinner. He writes:
|
2007-08-08 18:47:32 +00:00 |
test_as_parameter.py
|
Fix various spots where int/long and str/unicode unification
|
2007-05-03 21:05:51 +00:00 |
test_bitfields.py
|
SF patch 1631942 by Collin Winter:
|
2007-01-10 16:19:56 +00:00 |
test_buffers.py
|
Fix the ctypes tests. Patch from Victor Stinner. He writes:
|
2007-08-08 18:47:32 +00:00 |
test_bytes.py
|
c_char, c_char_p objects and c_char array structure fields return
|
2007-07-13 12:52:51 +00:00 |
test_byteswap.py
|
Fix some simple ctypes tests.
|
2007-07-11 12:25:26 +00:00 |
test_callbacks.py
|
Fix the ctypes tests. Patch from Victor Stinner. He writes:
|
2007-08-08 18:47:32 +00:00 |
test_cast.py
|
Fix some more ctypes tests.
|
2007-07-11 13:50:53 +00:00 |
test_cfuncs.py
|
Merge the rest of the trunk.
|
2006-06-08 15:35:45 +00:00 |
test_checkretval.py
|
Merged revisions 55325-55327 via svnmerge from
|
2007-05-14 22:51:27 +00:00 |
test_errcheck.py
|
…
|
|
test_find.py
|
Merged revisions 56301-56442 via svnmerge from
|
2007-07-18 18:15:48 +00:00 |
test_funcptr.py
|
Fix segfault on Linux.
|
2007-07-12 20:06:41 +00:00 |
test_functions.py
|
No crashes on Linux in the ctypes test suite any longer, so we can
|
2007-07-12 20:10:18 +00:00 |
test_incomplete.py
|
…
|
|
test_init.py
|
Merged revisions 55817-55961 via svnmerge from
|
2007-06-13 18:07:49 +00:00 |
test_integers.py
|
…
|
|
test_internals.py
|
Simple fixes.
|
2007-07-12 19:54:27 +00:00 |
test_keeprefs.py
|
Fix a ctypes test.
|
2007-07-12 12:05:40 +00:00 |
test_libc.py
|
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
|
2006-05-27 19:21:47 +00:00 |
test_loading.py
|
Remove spurious (and unneeded) import of StringIO.
|
2007-08-10 01:01:28 +00:00 |
test_macholib.py
|
Whitespace normalization.
|
2006-03-09 01:15:05 +00:00 |
test_memfunctions.py
|
Simple fixes.
|
2007-07-12 19:45:20 +00:00 |
test_numbers.py
|
Fix the ctypes tests. Patch from Victor Stinner. He writes:
|
2007-08-08 18:47:32 +00:00 |
test_objects.py
|
c_char, c_char_p objects and c_char array structure fields return
|
2007-07-13 12:52:51 +00:00 |
test_parameters.py
|
c_char_p.from_param accepts bytes. Fix test_parameters.
|
2007-07-12 19:33:24 +00:00 |
test_pointers.py
|
Rip out 'long' and 'L'-suffixed integer literals.
|
2007-01-15 16:59:06 +00:00 |
test_prototypes.py
|
c_void_p.from_param accepts bytes. Fix test_prototypes.
|
2007-07-12 19:38:33 +00:00 |
test_python_api.py
|
No crashes on Linux in the ctypes test suite any longer, so we can
|
2007-07-12 20:10:18 +00:00 |
test_random_things.py
|
SF patch# 1770008 by Christian Heimes (plus some extras).
|
2007-08-09 01:03:29 +00:00 |
test_refcounts.py
|
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
|
2006-05-27 19:21:47 +00:00 |
test_repr.py
|
Fix the ctypes tests. Patch from Victor Stinner. He writes:
|
2007-08-08 18:47:32 +00:00 |
test_returnfuncptrs.py
|
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
|
2006-05-27 19:21:47 +00:00 |
test_simplesubclasses.py
|
Restructure comparison dramatically. There is no longer a default
|
2006-08-24 00:41:19 +00:00 |
test_sizes.py
|
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
|
2006-04-21 10:40:58 +00:00 |
test_slicing.py
|
c_char, c_char_p objects and c_char array structure fields return
|
2007-07-13 12:52:51 +00:00 |
test_stringptr.py
|
Fix the ctypes tests. Patch from Victor Stinner. He writes:
|
2007-08-08 18:47:32 +00:00 |
test_strings.py
|
Fix another test.
|
2007-07-12 19:24:59 +00:00 |
test_struct_fields.py
|
…
|
|
test_structures.py
|
Simple fixes.
|
2007-07-12 19:42:59 +00:00 |
test_unaligned_structures.py
|
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
|
2006-04-21 10:40:58 +00:00 |
test_unicode.py
|
Accept bytes for c_wchar_p instances and c_wchar array instances.
|
2007-07-12 19:06:25 +00:00 |
test_values.py
|
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
|
2006-05-27 19:21:47 +00:00 |
test_varsize_struct.py
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
test_win32.py
|
Merged revisions 56301-56442 via svnmerge from
|
2007-07-18 18:15:48 +00:00 |