1. 07f1658 bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31) by Pauli Virtanen · 7 years ago
  2. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 7 years ago
  3. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  4. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  5. ccdc09e Fix compiler warnings on Windows introduced in bpo-13617. (#2464) by Serhiy Storchaka · 7 years ago
  6. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  7. 9ba3aa4 bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) by Erik Bray · 7 years ago
  8. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  9. b879fe8 Expand the PySlice_GetIndicesEx macro. (#1023) by Serhiy Storchaka · 7 years ago
  10. 164d30e suppress compiler warnings in _ctypes_test (#902) by Benjamin Peterson · 7 years ago
  11. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 7 years ago
  12. 0b3ec19 Use NULL rather than 0. (#778) by Serhiy Storchaka · 7 years ago
  13. 8999cae bpo-15695: Implemented StgDict.__sizeof__(). (#509) by Serhiy Storchaka · 7 years ago
  14. 1bea762 bpo-28129: fix ctypes crashes (#386) by orenmn · 7 years ago
  15. a86339b Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) by Vinay Sajip · 7 years ago
  16. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  17. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  18. 5ab81d7 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. by Serhiy Storchaka · 8 years ago
  19. 5670764 Use _PyObject_CallMethodIdObjArgs() in _ctypes by Victor Stinner · 8 years ago
  20. 070c4d7 Issue #28915: Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  21. f17c3de Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  22. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  23. 7d6e923 Issue #25659: Merge ctypes fix from 3.6 by Martin Panter · 8 years ago
  24. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 8 years ago
  25. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 8 years ago
  26. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  27. a98c4a9 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  28. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  29. f6f1591 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  30. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  31. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  32. ae8ca1c Issue #24381: merge from 3.6 by Ned Deily · 8 years ago
  33. 82919ec Issue #24381: merge from 3.5 by Ned Deily · 8 years ago
  34. f536af1 Issue #24381: Avoid unused function warning when building bundled macOS libffi. by Ned Deily · 8 years ago
  35. f40d4dd Closes #27979: Remove bundled copy of libffi by Zachary Ware · 8 years ago
  36. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  37. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  38. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  39. 5130a4d Backed out changeset 8b6be1341770 by Benjamin Peterson · 8 years ago
  40. 6d99980 remove long double from ctypes value union by Benjamin Peterson · 8 years ago
  41. c235af4 fix a PY_LONG_LONG straggler by Benjamin Peterson · 8 years ago
  42. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  43. 1c748f3 Issue #27570: Merge null pointer fixes from 3.5 by Martin Panter · 8 years ago
  44. 840ef8f more linux -> __linux__ by Benjamin Peterson · 8 years ago
  45. a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
  46. a439191 Fix some warnings from MSVC by Steve Dower · 8 years ago
  47. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  48. f3dd329 merge 3.5 by Benjamin Peterson · 8 years ago
  49. 6360403 merge 3.5 by Benjamin Peterson · 8 years ago
  50. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  51. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  52. a9391a4 Closes #20160: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  53. 0b58886 Issue #20160: Merged fix from 3.4. by Vinay Sajip · 8 years ago
  54. a0b2568 Issue #20160: Merged fix from 3.3. by Vinay Sajip · 8 years ago
  55. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  56. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  57. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  58. 2561726 Merge 3.5 (issue #11048) by Victor Stinner · 8 years ago
  59. e33797b ctypes: fix CThunkObject_new() by Victor Stinner · 8 years ago
  60. d91e676 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  61. 886a5f3 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  62. d4b45cb ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  63. 85e6635 ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  64. 7410861 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  65. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  66. e2e7168 Issue #27171: Fix typo in exception message by Martin Panter · 8 years ago
  67. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  68. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  69. 0e40df6 Merge ctypes from 3.5 by Martin Panter · 8 years ago
  70. 2dc1bbb Remove outdated PEP 291 compatibility requirement comment by Martin Panter · 8 years ago
  71. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  72. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  73. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  74. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  75. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  76. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  77. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  78. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  79. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  80. bffa73e Issue #25972, #20440: Fix compilation on Windows by Zachary Ware · 9 years ago
  81. 1ed017a Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. by Serhiy Storchaka · 9 years ago
  82. 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  83. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  84. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  85. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  86. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  87. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  88. ad587f9 Issue #25845: Merge PyLong_Check() cleanup from 3.5 by Martin Panter · 9 years ago
  89. f0c0318 Issue #25845: Drop redundant checks leftover from int to long conversion by Martin Panter · 9 years ago
  90. ceaabc1 Issue #25498: Merge ctypes crash fix from 3.5 by Martin Panter · 9 years ago
  91. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  92. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  93. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  94. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  95. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 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. 43e3d22 merge 3.4 (#23042) by Benjamin Peterson · 9 years ago
  99. 0171d7f fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 9 years ago
  100. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago