.. |
__init__.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
runtests.py
|
#18741: fix more typos. Patch by Févry Thibault.
|
2013-08-17 16:07:38 +03:00 |
test_anon.py
|
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3780)
|
2017-09-27 09:52:44 +03:00 |
test_array_in_pointer.py
|
Get rid of buffer() in test_ctypes: backport the 3.x tests.
|
2010-03-22 15:02:46 +00:00 |
test_arrays.py
|
[2.7] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13906)
|
2019-06-08 11:19:24 +02:00 |
test_as_parameter.py
|
[2.7] Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) (GH-8202)
|
2018-07-09 20:00:53 +03:00 |
test_bitfields.py
|
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
|
2015-07-29 14:37:17 +02:00 |
test_buffers.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_byteswap.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_callbacks.py
|
bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64 (GH-168) (GH-8625)
|
2018-08-02 16:47:26 +02:00 |
test_cast.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_cfuncs.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_checkretval.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_delattr.py
|
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
|
2007-12-18 19:00:34 +00:00 |
test_errno.py
|
Partial revert of r80556 (Issue #7449, part 5, fix ctypes test)
|
2010-04-27 23:33:58 +00:00 |
test_find.py
|
Remove disabled ctypes test
|
2016-09-29 02:50:20 +00:00 |
test_frombuffer.py
|
bpo-28129: fix ctypes crashes (#386) (#3800)
|
2017-09-28 07:31:40 -07:00 |
test_funcptr.py
|
bpo-28129: fix ctypes crashes (#386) (#3800)
|
2017-09-28 07:31:40 -07:00 |
test_functions.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_incomplete.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_init.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
2011-03-16 12:34:31 +02:00 |
test_internals.py
|
Avoid hardcoding refcounts in tests.
|
2010-03-17 17:36:16 +00:00 |
test_keeprefs.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_libc.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_loading.py
|
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
|
2017-01-12 17:00:32 +02:00 |
test_macholib.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_memfunctions.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_numbers.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
test_objects.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_parameters.py
|
Fix py3k warnings in 1/0 in tests. (#4072)
|
2017-10-22 12:15:41 +03:00 |
test_pep3118.py
|
[2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3242)
|
2017-09-02 18:24:32 +02:00 |
test_pickling.py
|
Issue #22777: Test pickling with all protocols.
|
2014-12-15 14:02:43 +02:00 |
test_pointers.py
|
bpo-28129: fix ctypes crashes (#386) (#3800)
|
2017-09-28 07:31:40 -07:00 |
test_prototypes.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_python_api.py
|
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
|
2014-07-23 14:29:25 -05:00 |
test_random_things.py
|
Issue #25523: Backported a-to-an corrections.
|
2015-11-02 15:06:09 +02:00 |
test_refcounts.py
|
Issue #19591: Use specific asserts in ctype tests.
|
2013-11-17 00:06:02 +02:00 |
test_repr.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_returnfuncptrs.py
|
Fix test_from_dll* in test_returnfuncptrs.py.
|
2013-02-07 14:57:53 +02:00 |
test_simplesubclasses.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_sizes.py
|
Adds c_ssize_t to ctypes. issue 6729.
|
2010-03-01 04:56:12 +00:00 |
test_slicing.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |
test_stringptr.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_strings.py
|
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249)
|
2018-12-20 19:38:52 +02:00 |
test_struct_fields.py
|
bpo-28129: fix ctypes crashes (#386) (#3800)
|
2017-09-28 07:31:40 -07:00 |
test_structures.py
|
bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64 (GH-168) (GH-8625)
|
2018-08-02 16:47:26 +02:00 |
test_unaligned_structures.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_unicode.py
|
bpo-36713: Rename duplicated method in test_unicode. (#13525)
|
2019-05-23 16:42:50 +02:00 |
test_values.py
|
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
|
2015-11-26 02:36:26 +00:00 |
test_varsize_struct.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_win32.py
|
[2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) (GH-9425)
|
2018-09-19 13:48:21 -07:00 |
test_wintypes.py
|
Issue #19493: Backport 6f63fff5c120
|
2014-06-13 14:40:16 -05:00 |