179 Commits (6bcd00afa9dde18c1bbeb0a4d2fb376bac9dfd2c)

Author SHA1 Message Date
Meador Inge 25be3f68e0 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. 14 years ago
Meador Inge fe7aa49f24 Issue #9041: raised exception is misleading 14 years ago
Meador Inge ff337ccd4b Issue #13979: Fix ctypes.util.find_library ldconfig regex 15 years ago
Meador Inge 25e70fd133 Issue #12142: Fixed reference cycle when importing ctypes 15 years ago
Meador Inge 0e30317891 Issue #13380: add an internal function for resetting the ctypes caches 15 years ago
Meador Inge ad349a190e Issue #12881: ctypes: Fix segfault with large structure field names. 15 years ago
Amaury Forgeot d'Arc aa3af53f1f Remove trailing spaces 15 years ago
Amaury Forgeot d'Arc 439c25eb9e Issue #12483: ctypes: Fix a crash when the destruction of a callback 15 years ago
Amaury Forgeot d'Arc cf316a171e Issue #12764: Fix a crash in ctypes when the name of a Structure field is not 15 years ago
Amaury Forgeot d'Arc 3d7f236329 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to 15 years ago
Benjamin Peterson 2e7ea507d6 carefully cleanup pointer cache after creating struct pointers 15 years ago
Victor Stinner bf547fd3f2 Close #4376: ctypes now supports nested structures in a endian different than 15 years ago
Benjamin Peterson f21ad92351 check possible recursive _as_parameter_ to prevent segfault (closes #1838) 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 24b07bcba3 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Antoine Pitrou 820021ebd8 Merged revisions 88284 via svnmerge from 16 years ago
Antoine Pitrou 2e811c92c7 Merged revisions 88284 via svnmerge from 16 years ago
Antoine Pitrou 0ea622a5c8 Issue #8275: Fix passing of callback arguments with ctypes under Win64. 16 years ago
Ezio Melotti 2623a37852 Merged revisions 86596 via svnmerge from 16 years ago
Ezio Melotti 19f2aeba67 Merged revisions 86596 via svnmerge from 16 years ago
Ezio Melotti b3aedd4862 #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
Victor Stinner 749261e241 Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t 16 years ago
Hirokazu Yamamoto cc868d430b Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers) 16 years ago
Matthias Klose f01611979b Merged revisions 84836 via svnmerge from 16 years ago
Matthias Klose cf1dd711a4 Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output 16 years ago
Matthias Klose 19f9810a1a Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output 16 years ago
Daniel Stutzbach 061b14a4a1 Reverted r84315 and r84316, with Benjamin's blessing. The tests were 16 years ago
Benjamin Peterson 6505ee8453 apparently this test should be gated, too 16 years ago
Benjamin Peterson b35f646796 this test is only valid when sizeof(wchar) == Py_UNICODE_SIZE 16 years ago
Florent Xicluna b4efb3d81e Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from 16 years ago
Tim Golden 3523443f77 #9055: remove assertion at the end of test_8959_b since the test is about crashing, not about counting and is difficult to manage when run as a service 16 years ago
Tim Golden 3a879e8a27 #9055: remove assertion at the end of test_8959_b since the test is about crashing, not about counting and is difficult to manage when run as a service 16 years ago
Ezio Melotti 26dfaacdda Merged revisions 78757 via svnmerge from 16 years ago
Ezio Melotti 3efafd7749 Merged revisions 77942,79023 via svnmerge from 16 years ago
Victor Stinner d5baeee66b Issue #8966: Fix ctypes tests for Windows 16 years ago
Florent Xicluna 02ea12b291 Syntax cleanup. 16 years ago
Victor Stinner cf448832eb Issue #8966: ctypes: Remove implicit bytes-unicode conversion 16 years ago
Victor Stinner 42746df17b Fix ctypes tests to avoid implicit bytes-unicode conversion 16 years ago
Thomas Heller b00697e67c Merged revisions 82126-82127 via svnmerge from 16 years ago
Thomas Heller a45e6d5791 Add tests for problems reported in issue 8959. 16 years ago
Thomas Heller f180099ec6 Fix #8959 by reverting revision 80761. 16 years ago
Victor Stinner 554f3f0081 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict 16 years ago
Victor Stinner da0eca427a Issue #8966: If a ctypes structure field is an array of c_char, convert its 16 years ago
Thomas Heller 667ce06de4 Merged revisions 80761,80766 via svnmerge from 16 years ago
Thomas Heller 06a7e2069a On Windows, ctypes does no longer check the stack before and after 16 years ago
Victor Stinner 45df820591 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from 16 years ago
Victor Stinner 47c884129d Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) 16 years ago
Victor Stinner 9751472001 Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py 16 years ago
Mark Dickinson 65605f7a5f Use some more interesting test values for (unsigned) long long ctypes tests, 16 years ago
Thomas Heller b102ddadcb Revert rev. 79509; ctypes doesn't build on linux. 16 years ago