1. 5ef6fde Merge 3.4 (ctypes) by Victor Stinner · 9 years ago
  2. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  3. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  4. 84d3e76 Issue #23911: Fix ctypes test on Windows. by Zachary Ware · 9 years ago
  5. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  6. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  7. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  8. 1770fde Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  9. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  10. e6bb7eb Issue #23765: Removed IsBadStringPtr calls in ctypes by Steve Dower · 9 years ago
  11. a2a9df9 Issue #23606: Temporarily suppress test for CRT name. by Steve Dower · 9 years ago
  12. 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
  13. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  14. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  15. e262074 Merge with 3.4 (#23256) by Zachary Ware · 10 years ago
  16. 465b057 Closes #23256: Avoid a crash in test_ctypes by Zachary Ware · 10 years ago
  17. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  18. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  19. 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
  20. 5c2939c Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  21. b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  22. 5368396 #22732 ctypes tests don't set correct restype for intptr_t functions by Steve Dower · 10 years ago
  23. 9755174 Merge: #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  24. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  25. 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
  26. d5736fa Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  27. 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  28. d630e00 Closes #22060: Merge with 3.4 by Zachary Ware · 10 years ago
  29. 5a794c1 Issue #22060: Clean up/simplify test_ctypes, use test discovery by Zachary Ware · 10 years ago
  30. baddc84 Merge with 3.4 by Zachary Ware · 10 years ago
  31. 88b2b45 Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) by Zachary Ware · 10 years ago
  32. 0c937b3 Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix by Serhiy Storchaka · 10 years ago
  33. 7180c79 Issue #21829: Fix running test_ctypes on Windows with -O or -OO by Zachary Ware · 10 years ago
  34. 9422df0 Issue #19493: Refactor ctypes test package. by Zachary Ware · 10 years ago
  35. 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 10 years ago
  36. c420343 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 10 years ago
  37. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  38. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 10 years ago
  39. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 10 years ago
  40. 1889623 Issue #19734: ctypes resource management fixes by Nick Coghlan · 11 years ago
  41. 8f203dd Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 11 years ago
  42. 7c5e24f Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 11 years ago
  43. 87456e5 #18981: merge with 3.3. by Ezio Melotti · 11 years ago
  44. e7f4c1c #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). by Ezio Melotti · 11 years ago
  45. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  46. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  47. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  48. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  49. bcaddf6 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  50. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  51. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  52. 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 11 years ago
  53. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  54. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  55. 0166a28 modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) by Giampaolo Rodola' · 11 years ago
  56. 73cfd79 Fix test_from_dll* in test_returnfuncptrs.py. by Serhiy Storchaka · 11 years ago
  57. f5d245a Fix test_from_dll* in test_returnfuncptrs.py. by Serhiy Storchaka · 11 years ago
  58. c2255ac Fix test_from_dll* in test_returnfuncptrs.py. by Serhiy Storchaka · 11 years ago
  59. ac06352 Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. by Serhiy Storchaka · 12 years ago
  60. 358751e Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. by Serhiy Storchaka · 12 years ago
  61. a66b46a Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. by Serhiy Storchaka · 12 years ago
  62. b6a5340 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  63. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  64. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  65. d41e01d merge 3.3 (#5289) by Benjamin Peterson · 12 years ago
  66. cfe3474 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 12 years ago
  67. f011881 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  68. 26f1166 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  69. 9d0add0 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  70. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  71. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  72. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  73. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  74. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 12 years ago
  75. b17ad53 Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  76. ca9652e Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  77. 7506dab Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  78. 60c2266 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  79. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  80. d102e04 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  81. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  82. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  83. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  84. ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 12 years ago
  85. 5588804 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 13 years ago
  86. 8582bb1 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 13 years ago
  87. 4bc45b7 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  88. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  89. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  90. 29f43f7 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  91. d83f226 test_ctypes: Windows is no more a special case by Victor Stinner · 13 years ago
  92. 88354ed Remove trailing spaces by Amaury Forgeot d'Arc · 13 years ago
  93. 65604b5 Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  94. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  95. 9b20e27 Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a by Amaury Forgeot d'Arc · 13 years ago
  96. 02dd539 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 13 years ago
  97. dd2f8b0 Merge from 3.2: by Amaury Forgeot d'Arc · 13 years ago
  98. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  99. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  100. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago