1. d6e9f32 Merge by Kristján Valur Jónsson · 11 years ago
  2. a251b37 #10296: Merge to 3.3 by Kristján Valur Jónsson · 11 years ago
  3. 5aed330 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 11 years ago
  4. 0408bf9 Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 11 years ago
  5. 029273f Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 11 years ago
  6. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 11 years ago
  7. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 11 years ago
  8. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  9. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  10. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  11. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  12. 897c3e9 Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix by Stefan Krah · 11 years ago
  13. c51bafb Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  14. 3cbdaa3 Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  15. 9946bd6 Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  16. 18d105b merge 3.2 by Benjamin Peterson · 12 years ago
  17. 7eb8a1a remove dead code by Benjamin Peterson · 12 years ago
  18. 12f33df Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  19. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  20. cb460b9 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is by Ronald Oussoren · 12 years ago
  21. 2543756 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 12 years ago
  22. 7506dab Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  23. 60c2266 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  24. d4ea23f - Issue #15194: check in the missing m4/ax_append_flag.m4 file. by doko@ubuntu.com · 12 years ago
  25. 49a7da3 - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file. by doko@ubuntu.com · 12 years ago
  26. cc5addd - Issue #14330: Don't derive the include and library search dirs by doko@ubuntu.com · 12 years ago
  27. 36f9805 - Regenerate the libffi configure file by doko@ubuntu.com · 12 years ago
  28. c02be61 - whitespace-normalize libffi file by Matthias Klose · 12 years ago
  29. 2a91876 - Issue #15194: Update libffi to the 3.0.11 release. by doko@ubuntu.com · 12 years ago
  30. d102e04 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  31. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  32. c9e7ef7 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 12 years ago
  33. 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 12 years ago
  34. e81ac8b #13665: merge with 3.2. by Ezio Melotti · 12 years ago
  35. acd5f7b #13665: s/string/bytes/ in error message. by Ezio Melotti · 12 years ago
  36. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  37. ea90e0f ctypes check for PyUnicode_GET_SIZE() failure by Victor Stinner · 13 years ago
  38. 3335447 Check for PyUnicode_AS_UNICODE() failure by Victor Stinner · 13 years ago
  39. 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
  40. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  41. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  42. 29f43f7 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  43. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  44. 67002af Check error when calling PyUnicode_AppendAndDel() by Victor Stinner · 13 years ago
  45. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  46. 48d4949 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  47. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  48. 65604b5 Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  49. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  50. 842d921 ctypes: Slightly better error message when a struct field name is not a string. by Amaury Forgeot d'Arc · 13 years ago
  51. 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
  52. 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
  53. dd2f8b0 Merge from 3.2: by Amaury Forgeot d'Arc · 13 years ago
  54. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  55. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  56. 2ebada4 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  57. d460a76 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  58. eb2389b merge 3.2 by Benjamin Peterson · 13 years ago
  59. 1a07f07 merge 3.1 by Benjamin Peterson · 13 years ago
  60. 39530f8 always check return value of PyObject_IsInstance for error by Benjamin Peterson · 13 years ago
  61. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 13 years ago
  62. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  63. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  64. b78b4d7 Merge with 3.2 by Ezio Melotti · 13 years ago
  65. 8beaa6c Revert typo fixes in _cytpes/libffi* by Ezio Melotti · 13 years ago
  66. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  67. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  68. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  69. 3796bef Merge with 3.2 by Ezio Melotti · 13 years ago
  70. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  71. f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 13 years ago
  72. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  73. 2e811c9 Merged revisions 88284 via svnmerge from by Antoine Pitrou · 13 years ago
  74. 0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. by Antoine Pitrou · 13 years ago
  75. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  76. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  77. d49bf5e Fix type of hash function. by Georg Brandl · 14 years ago
  78. 20f11fe Fix compilation warning in _ctypes module on Window by Amaury Forgeot d'Arc · 14 years ago
  79. 2a53139 Get rid of a "unused static function" warning. by Georg Brandl · 14 years ago
  80. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  81. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 14 years ago
  82. 4c2e4fa Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes module by Victor Stinner · 14 years ago
  83. ffa272d Merged revisions 83841,84741 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  84. 34aa30c Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility by Hirokazu Yamamoto · 14 years ago
  85. 2decf22 Fix for issue9662, patch by Łukasz Langa in issue5504. by Ronald Oussoren · 14 years ago
  86. 8515eae Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use memcpy to convert between the two (as already done when wchar_t is unsigned) by Daniel Stutzbach · 14 years ago
  87. e647b47 Fix buildbot issues due to _ctypes failing to compile in 3.1. by Antoine Pitrou · 14 years ago
  88. 51d19cf Merged revisions 83837,83841 via svnmerge from by Thomas Heller · 14 years ago
  89. bf4cc5d Fix issue6869: refcount problem in the _ctypes extension. by Thomas Heller · 14 years ago
  90. 864cc67 Fix issue5504: ctypes does now work with systems where mmap can't be by Thomas Heller · 14 years ago
  91. 527a5cf Merged revisions 83325,83328,83341 via svnmerge from by Georg Brandl · 14 years ago
  92. ca9400f Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems to not have been merged to py3k. by Georg Brandl · 14 years ago
  93. cf44883 Issue #8966: ctypes: Remove implicit bytes-unicode conversion by Victor Stinner · 14 years ago
  94. e0edb8b Merged revisions 79894-79895,80098,80120 via svnmerge from by Benjamin Peterson · 14 years ago
  95. b00697e Merged revisions 82126-82127 via svnmerge from by Thomas Heller · 14 years ago
  96. da0eca4 Issue #8966: If a ctypes structure field is an array of c_char, convert its by Victor Stinner · 14 years ago
  97. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  98. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  99. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  100. 667ce06 Merged revisions 80761,80766 via svnmerge from by Thomas Heller · 14 years ago