1. ffb56c0 Replace deprecated assembly op code. by Chih-Hung Hsieh · 6 years ago
  2. 3cc5817 Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220) by Vinay Sajip · 7 years ago
  3. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 8 years ago
  4. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  5. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  6. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  7. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  8. f536af1 Issue #24381: Avoid unused function warning when building bundled macOS libffi. by Ned Deily · 8 years ago
  9. 82919ec Issue #24381: merge from 3.5 by Ned Deily · 8 years ago
  10. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  11. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  12. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  13. 5130a4d Backed out changeset 8b6be1341770 by Benjamin Peterson · 8 years ago
  14. 6d99980 remove long double from ctypes value union by Benjamin Peterson · 8 years ago
  15. c235af4 fix a PY_LONG_LONG straggler by Benjamin Peterson · 8 years ago
  16. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  17. 1c748f3 Issue #27570: Merge null pointer fixes from 3.5 by Martin Panter · 8 years ago
  18. 840ef8f more linux -> __linux__ by Benjamin Peterson · 8 years ago
  19. a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
  20. a439191 Fix some warnings from MSVC by Steve Dower · 8 years ago
  21. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  22. f3dd329 merge 3.5 by Benjamin Peterson · 8 years ago
  23. 6360403 merge 3.5 by Benjamin Peterson · 8 years ago
  24. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  25. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  26. a9391a4 Closes #20160: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  27. 0b58886 Issue #20160: Merged fix from 3.4. by Vinay Sajip · 8 years ago
  28. a0b2568 Issue #20160: Merged fix from 3.3. by Vinay Sajip · 8 years ago
  29. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  30. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  31. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  32. 2561726 Merge 3.5 (issue #11048) by Victor Stinner · 8 years ago
  33. e33797b ctypes: fix CThunkObject_new() by Victor Stinner · 8 years ago
  34. d91e676 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  35. 886a5f3 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  36. d4b45cb ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  37. 85e6635 ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  38. 7410861 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  39. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  40. e2e7168 Issue #27171: Fix typo in exception message by Martin Panter · 8 years ago
  41. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  42. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  43. 0e40df6 Merge ctypes from 3.5 by Martin Panter · 8 years ago
  44. 2dc1bbb Remove outdated PEP 291 compatibility requirement comment by Martin Panter · 8 years ago
  45. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  46. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  47. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  48. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  49. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  50. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  51. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  52. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  53. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  54. bffa73e Issue #25972, #20440: Fix compilation on Windows by Zachary Ware · 8 years ago
  55. 1ed017a Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. by Serhiy Storchaka · 8 years ago
  56. 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 8 years ago
  57. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 8 years ago
  58. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  59. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  60. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  61. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  62. ad587f9 Issue #25845: Merge PyLong_Check() cleanup from 3.5 by Martin Panter · 8 years ago
  63. f0c0318 Issue #25845: Drop redundant checks leftover from int to long conversion by Martin Panter · 8 years ago
  64. ceaabc1 Issue #25498: Merge ctypes crash fix from 3.5 by Martin Panter · 9 years ago
  65. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  66. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  67. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  68. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  69. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  70. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  71. 5ef6fde Merge 3.4 (ctypes) by Victor Stinner · 9 years ago
  72. 43e3d22 merge 3.4 (#23042) by Benjamin Peterson · 9 years ago
  73. 0171d7f fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 9 years ago
  74. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  75. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  76. f8aa133 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  77. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  78. ef42dae Issue #23765: Remove IsBadStringPtr calls in ctypes by Steve Dower · 9 years ago
  79. b48af34 Silenced minor GCC warnings. by Serhiy Storchaka · 9 years ago
  80. 26861b0 Issue #23450: Fixed possible integer overflows. by Serhiy Storchaka · 9 years ago
  81. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  82. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  83. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  84. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  85. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 9 years ago
  86. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 9 years ago
  87. 2a8ef68 Issue #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly by Steve Dower · 9 years ago
  88. 8726f2b merge 3.4 by Benjamin Peterson · 10 years ago
  89. abd1c97 fix test where sizeof(long) != sizeof(int) by Benjamin Peterson · 10 years ago
  90. 5c2939c Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  91. b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  92. 9755174 Merge: #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  93. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  94. 94262eb Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  95. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  96. 706768c Issue #22156: Fix some "comparison between signed and unsigned integers" by Victor Stinner · 10 years ago
  97. 3b48af0 - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement by doko@ubuntu.com · 10 years ago
  98. 6a66f15 - Issue #22176: Add src/x86/win32.S for x86 libffi builds. by doko@ubuntu.com · 10 years ago
  99. 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
  100. 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago