1. 17f61ed bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) by Miss Islington (bot) · 5 years ago
  2. b0f6fa8 bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) by Miss Islington (bot) · 5 years ago
  3. 3d03a35 [3.8] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13911) by Miss Islington (bot) · 5 years ago
  4. 14514d9 bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) by Zackery Spytz · 5 years ago
  5. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  6. 487b73a bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660) by Zackery Spytz · 5 years ago
  7. ac19d96 bpo-36085: Add additional load flag to ensure DLL loads successfully (GH-12633) by Steve Dower · 5 years ago
  8. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 5 years ago
  9. 32119e1 bpo-35947: Update Windows to the current version of libffi (GH-11797) by Paul Monson · 5 years ago
  10. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 6 years ago
  11. 22462da bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164) by Michael Felt · 6 years ago
  12. e6b247c bpo-35523: Remove ctypes callback workaround (GH-11211) by Victor Stinner · 6 years ago
  13. 842acaa bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) by Zackery Spytz · 6 years ago
  14. 3ffa8b9 bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863) by Serhiy Storchaka · 6 years ago
  15. 2447773 bpo-29843: raise AttributeError if given negative _length_ (GH-10029) by Tal Einat · 6 years ago
  16. 4642d5f Use assertEqual() instead of assertEquals(). (GH-9721) by Serhiy Storchaka · 6 years ago
  17. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  18. 7843cae bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Vladimir Matveev · 6 years ago
  19. 172a71f bpo-34558: Add missing parentheses in _aix.py (GH-9017) by Michael Felt · 6 years ago
  20. b796e7d Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) by Sergey Fedoseev · 6 years ago
  21. 735abad bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Segev Finer · 6 years ago
  22. d518d8b bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Oren Milman · 6 years ago
  23. d06d345 bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) by Ray Donnelly · 6 years ago
  24. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 7 years ago
  25. c0919c2 bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986) by Mariatta · 7 years ago
  26. c5ae169 bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) by Michael Felt · 7 years ago
  27. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  28. 884d13a time.clock() now emits a DeprecationWarning (GH-4020) by Victor Stinner · 7 years ago
  29. 57c2561 bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (#3254) by Oren Milman · 7 years ago
  30. 30b61b5 bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (#3615) by Oren Milman · 7 years ago
  31. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  32. cb76029 Removed noop branch from ctypes code (#3234) by Alex Gaynor · 7 years ago
  33. 07f1658 bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31) by Pauli Virtanen · 7 years ago
  34. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  35. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 7 years ago
  36. 3f8f16d Show what's changed when Travis fails regen check (GH-2095) by Zachary Ware · 7 years ago
  37. 9ba3aa4 bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) by Erik Bray · 7 years ago
  38. a36e939 bpo-30125: disable faulthandler in ctypes test_SEH (#1237) by Victor Stinner · 7 years ago
  39. 24c738a bpo-29845: Mark tests that use _testcapi as CPython-only (#711) by Serhiy Storchaka · 7 years ago
  40. 1bea762 bpo-28129: fix ctypes crashes (#386) by orenmn · 8 years ago
  41. a86339b Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) by Vinay Sajip · 8 years ago
  42. 6196ac4 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  43. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  44. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  45. 7d6e923 Issue #25659: Merge ctypes fix from 3.6 by Martin Panter · 8 years ago
  46. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 8 years ago
  47. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  48. a76f014 Remove disabled test code by Martin Panter · 8 years ago
  49. 6a8e1ea Merge test cleanup from 3.5 into 3.6 by Martin Panter · 8 years ago
  50. c49b4d8 Remove disabled ctypes test by Martin Panter · 8 years ago
  51. 11179b2 Issue #18893: Merge from 3.5 by Berker Peksag · 8 years ago
  52. 8b6b508 Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py by Berker Peksag · 8 years ago
  53. b745f92 Issue #27355: Import no longer needed by Martin Panter · 8 years ago
  54. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  55. 82df3b3 Closes #9998: Allowed find_library to search additional locations for libraries. by Vinay Sajip · 8 years ago
  56. a9391a4 Closes #20160: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  57. 0b58886 Issue #20160: Merged fix from 3.4. by Vinay Sajip · 8 years ago
  58. a0b2568 Issue #20160: Merged fix from 3.3. by Vinay Sajip · 8 years ago
  59. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  60. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  61. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  62. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  63. d91e676 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  64. 886a5f3 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  65. bd305e4 Issue #22636: Merge ctypes.util from 3.5 by Martin Panter · 8 years ago
  66. e1b3431 Issue #22636: Handle OSError from subprocess, e.g. if command not found by Martin Panter · 8 years ago
  67. 1db314b Issue #22636: Merge ctypes.util shell injection fixes from 3.5 by Martin Panter · 8 years ago
  68. bfb15ab Issue #22636: avoid using a shell in the ctypes.util module by Martin Panter · 8 years ago
  69. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  70. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  71. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  72. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  73. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  74. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  75. 38e2f17 Remove old Python 2 compatibility from ctypes test by Martin Panter · 8 years ago
  76. f1e2671 Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  77. 8988ebf Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  78. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  79. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  80. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  81. 32f2eb4 Issue #21042: Revert Linux find_library() to return just filename by Martin Panter · 8 years ago
  82. b9f3114 Issue #21042: Return full path in ctypes.util.find_library() on Linux by Martin Panter · 8 years ago
  83. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  84. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  85. ee2a392 #24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus Vieira Portela. by Ezio Melotti · 9 years ago
  86. 077e36a Issue #25622: Use repr(bytes) to avoid BytesWarning by Martin Panter · 9 years ago
  87. 7b2eb81 Issue #25622: Merge ctypes test from 3.4 into 3.5 by Martin Panter · 9 years ago
  88. 92072ac Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows by Martin Panter · 9 years ago
  89. 75559af Issue #25498: Update error message for 3.5 by Martin Panter · 9 years ago
  90. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  91. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  92. b63902a Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  93. 8263981 Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  94. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  95. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  96. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  97. 5ef6fde Merge 3.4 (ctypes) by Victor Stinner · 9 years ago
  98. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  99. 84d3e76 Issue #23911: Fix ctypes test on Windows. by Zachary Ware · 9 years ago
  100. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago