.. |
__init__.py
|
Fix a bad assumption that all objects assigned to '__loader__' on a module
|
2006-12-06 23:38:48 +00:00 |
runtests.py
|
…
|
|
test_anon.py
|
…
|
|
test_array_in_pointer.py
|
…
|
|
test_arrays.py
|
…
|
|
test_as_parameter.py
|
Remove the special casing of Py_None when converting the return value
|
2006-08-16 15:10:12 +00:00 |
test_bitfields.py
|
Anonymous structure fields that have a bit-width specified did not work,
|
2006-09-07 18:56:28 +00:00 |
test_buffers.py
|
…
|
|
test_byteswap.py
|
…
|
|
test_callbacks.py
|
ctypes callback functions only support 'fundamental' result types.
|
2006-10-17 19:30:48 +00:00 |
test_cast.py
|
The cast function did not accept c_char_p or c_wchar_p instances
|
2006-09-07 19:09:54 +00:00 |
test_cfuncs.py
|
…
|
|
test_checkretval.py
|
Fix some ctypes test crashes, when running with a debug Python
|
2007-05-04 07:14:39 +00:00 |
test_errcheck.py
|
…
|
|
test_find.py
|
Do not try to load the GLUT library in the ctypes tests. This test
|
2007-07-13 16:50:43 +00:00 |
test_funcptr.py
|
…
|
|
test_functions.py
|
Bug #1651235: When a tuple was passed to a ctypes function call,
|
2007-03-09 20:39:22 +00:00 |
test_incomplete.py
|
…
|
|
test_init.py
|
…
|
|
test_integers.py
|
…
|
|
test_internals.py
|
…
|
|
test_keeprefs.py
|
…
|
|
test_libc.py
|
…
|
|
test_loading.py
|
Oops, these tests do not run on Windows CE.
|
2007-05-04 19:56:32 +00:00 |
test_macholib.py
|
…
|
|
test_memfunctions.py
|
Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)
|
2007-03-09 19:21:28 +00:00 |
test_numbers.py
|
Make this test work with older Python releases where struct has no 't' format character.
|
2007-06-08 16:10:27 +00:00 |
test_objects.py
|
Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS flag.
|
2006-07-03 07:59:50 +00:00 |
test_parameters.py
|
Patch #1517790: It is now possible to use custom objects in the ctypes
|
2006-07-06 08:48:35 +00:00 |
test_pointers.py
|
Fix bug #1518190: accept any integer or long value in the
|
2006-07-10 09:10:28 +00:00 |
test_prototypes.py
|
Apply the patch #1532975 plus ideas from the patch #1533481.
|
2006-08-14 11:17:48 +00:00 |
test_python_api.py
|
Fix some ctypes test crashes, when running with a debug Python
|
2007-05-04 07:14:39 +00:00 |
test_random_things.py
|
Fix some ctypes test crashes, when running with a debug Python
|
2007-05-04 07:14:39 +00:00 |
test_refcounts.py
|
…
|
|
test_repr.py
|
Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.
|
2007-03-13 20:42:52 +00:00 |
test_returnfuncptrs.py
|
…
|
|
test_simplesubclasses.py
|
…
|
|
test_sizes.py
|
…
|
|
test_slicing.py
|
…
|
|
test_stringptr.py
|
…
|
|
test_strings.py
|
…
|
|
test_struct_fields.py
|
…
|
|
test_structures.py
|
Fix bug #1598620: A ctypes structure cannot contain itself.
|
2006-11-24 18:45:39 +00:00 |
test_unaligned_structures.py
|
…
|
|
test_unicode.py
|
…
|
|
test_values.py
|
…
|
|
test_varsize_struct.py
|
Patch #1521817: The index range checking on ctypes arrays containing
|
2006-07-14 17:51:14 +00:00 |
test_win32.py
|
Add tests for _ctypes.COMError.
|
2007-07-13 14:18:06 +00:00 |