cpython/Lib/ctypes
Victor Stinner 9751472001 Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py
* Split Test.test_open() in 2 functions: test_open() and test_thread_open()
 * Skip test_open() and test_thread_open() if we are unable to find the C
   library
 * Skip test_thread_open() if thread support is disabled
 * Use unittest.skipUnless(os.name == "nt", ...) on test_GetLastError()
2010-04-27 22:01:24 +00:00
..
macholib Replace 'has_key()' with 'in'. 2008-02-21 18:52:20 +00:00
test Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py 2010-04-27 22:01:24 +00:00
__init__.py Adds c_ssize_t to ctypes. issue 6729. 2010-03-01 04:56:12 +00:00
_endian.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
util.py - Issue #7356: ctypes.util: Make parsing of ldconfig output independent of 2010-03-15 13:42:23 +00:00
wintypes.py Revert unintended change. 2009-10-22 07:06:49 +00:00