This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-29 23:56:56 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9decc0dc8b42c713e030dafc766af7ddfc6caf89
cpython
/
Lib
/
ctypes
/
test
T
History
Thomas Heller
572104ff5c
Avoid warnings in the test suite because ctypes.wintypes cannot be
...
imported on non-windows systems.
2007-01-12 20:08:19 +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
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
…
test_errcheck.py
…
test_find.py
…
test_funcptr.py
…
test_functions.py
Remove the special casing of Py_None when converting the return value
2006-08-16 15:10:12 +00:00
test_incomplete.py
…
test_init.py
…
test_integers.py
…
test_internals.py
…
test_keeprefs.py
…
test_libc.py
…
test_loading.py
…
test_macholib.py
…
test_memfunctions.py
…
test_numbers.py
Apply the patch
#1532975
plus ideas from the patch
#1533481
.
2006-08-14 11:17:48 +00:00
test_objects.py
…
test_parameters.py
…
test_pointers.py
…
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
The __repr__ method of a NULL py_object does no longer raise an
2006-08-16 14:07:44 +00:00
test_random_things.py
…
test_refcounts.py
…
test_repr.py
…
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
Avoid warnings in the test suite because ctypes.wintypes cannot be
2007-01-12 20:08:19 +00:00