This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3f8fbf0589
cpython
/
Lib
/
ctypes
/
test
History
Thomas Heller
ad0cfe3dd7
Do not try to load the GLUT library in the ctypes tests. This test
...
adds little value, but has a large problem on OS X, as explained in SF# 1581906.
2007-07-13 16:50:43 +00:00
..
__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
…
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
…
test_parameters.py
…
test_pointers.py
…
test_prototypes.py
…
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
…
test_win32.py
Add tests for _ctypes.COMError.
2007-07-13 14:18:06 +00:00