1. 3cc5817 Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220) by Vinay Sajip · 7 years ago
  2. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  3. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  4. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 8 years ago
  5. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  6. 6a8e1ea Merge test cleanup from 3.5 into 3.6 by Martin Panter · 8 years ago
  7. c49b4d8 Remove disabled ctypes test by Martin Panter · 8 years ago
  8. 11179b2 Issue #18893: Merge from 3.5 by Berker Peksag · 8 years ago
  9. 8b6b508 Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py by Berker Peksag · 8 years ago
  10. b745f92 Issue #27355: Import no longer needed by Martin Panter · 8 years ago
  11. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  12. 82df3b3 Closes #9998: Allowed find_library to search additional locations for libraries. by Vinay Sajip · 8 years ago
  13. a9391a4 Closes #20160: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  14. 0b58886 Issue #20160: Merged fix from 3.4. by Vinay Sajip · 8 years ago
  15. a0b2568 Issue #20160: Merged fix from 3.3. by Vinay Sajip · 8 years ago
  16. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  17. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  18. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  19. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  20. d91e676 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  21. 886a5f3 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  22. bd305e4 Issue #22636: Merge ctypes.util from 3.5 by Martin Panter · 8 years ago
  23. e1b3431 Issue #22636: Handle OSError from subprocess, e.g. if command not found by Martin Panter · 8 years ago
  24. 1db314b Issue #22636: Merge ctypes.util shell injection fixes from 3.5 by Martin Panter · 8 years ago
  25. bfb15ab Issue #22636: avoid using a shell in the ctypes.util module by Martin Panter · 8 years ago
  26. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  27. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  28. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  29. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  30. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  31. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  32. 38e2f17 Remove old Python 2 compatibility from ctypes test by Martin Panter · 8 years ago
  33. f1e2671 Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  34. 8988ebf Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  35. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  36. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  37. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  38. 32f2eb4 Issue #21042: Revert Linux find_library() to return just filename by Martin Panter · 8 years ago
  39. b9f3114 Issue #21042: Return full path in ctypes.util.find_library() on Linux by Martin Panter · 8 years ago
  40. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  41. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 8 years ago
  42. ee2a392 #24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus Vieira Portela. by Ezio Melotti · 8 years ago
  43. 077e36a Issue #25622: Use repr(bytes) to avoid BytesWarning by Martin Panter · 8 years ago
  44. 7b2eb81 Issue #25622: Merge ctypes test from 3.4 into 3.5 by Martin Panter · 8 years ago
  45. 92072ac Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows by Martin Panter · 8 years ago
  46. 75559af Issue #25498: Update error message for 3.5 by Martin Panter · 9 years ago
  47. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  48. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  49. b63902a Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  50. 8263981 Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  51. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  52. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  53. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  54. 5ef6fde Merge 3.4 (ctypes) by Victor Stinner · 9 years ago
  55. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  56. 84d3e76 Issue #23911: Fix ctypes test on Windows. by Zachary Ware · 9 years ago
  57. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  58. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  59. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  60. 1770fde Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  61. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  62. e6bb7eb Issue #23765: Removed IsBadStringPtr calls in ctypes by Steve Dower · 9 years ago
  63. a2a9df9 Issue #23606: Temporarily suppress test for CRT name. by Steve Dower · 9 years ago
  64. 959ee7c Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are skipped while we figure out how best to approach the CRT change by Steve Dower · 9 years ago
  65. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  66. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  67. e262074 Merge with 3.4 (#23256) by Zachary Ware · 9 years ago
  68. 465b057 Closes #23256: Avoid a crash in test_ctypes by Zachary Ware · 9 years ago
  69. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 9 years ago
  70. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 9 years ago
  71. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  72. 5c2939c Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  73. b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  74. 5368396 #22732 ctypes tests don't set correct restype for intptr_t functions by Steve Dower · 10 years ago
  75. 9755174 Merge: #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  76. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  77. 5ce8f35 Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define an empty __slots__ so that subclasses don't always get an instance dict. by Antoine Pitrou · 10 years ago
  78. d5736fa Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  79. 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  80. d630e00 Closes #22060: Merge with 3.4 by Zachary Ware · 10 years ago
  81. 5a794c1 Issue #22060: Clean up/simplify test_ctypes, use test discovery by Zachary Ware · 10 years ago
  82. baddc84 Merge with 3.4 by Zachary Ware · 10 years ago
  83. 88b2b45 Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) by Zachary Ware · 10 years ago
  84. 0c937b3 Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix by Serhiy Storchaka · 10 years ago
  85. 7180c79 Issue #21829: Fix running test_ctypes on Windows with -O or -OO by Zachary Ware · 10 years ago
  86. 9422df0 Issue #19493: Refactor ctypes test package. by Zachary Ware · 10 years ago
  87. 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 10 years ago
  88. c420343 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 10 years ago
  89. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  90. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 10 years ago
  91. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 10 years ago
  92. 1889623 Issue #19734: ctypes resource management fixes by Nick Coghlan · 11 years ago
  93. 8f203dd Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 11 years ago
  94. 7c5e24f Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 11 years ago
  95. 87456e5 #18981: merge with 3.3. by Ezio Melotti · 11 years ago
  96. e7f4c1c #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). by Ezio Melotti · 11 years ago
  97. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  98. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  99. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  100. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago