1. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  2. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  3. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  4. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  5. 7410861 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  6. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  7. e2e7168 Issue #27171: Fix typo in exception message by Martin Panter · 8 years ago
  8. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  9. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  10. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  11. 5c2939c Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  12. b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  13. 9755174 Merge: #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  14. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  15. 94262eb Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  16. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  17. 706768c Issue #22156: Fix some "comparison between signed and unsigned integers" by Victor Stinner · 10 years ago
  18. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  19. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  20. 3f15cf0 Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failure by Victor Stinner · 11 years ago
  21. 360b89c Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  22. f0400ba Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  23. 8f0aae5 (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  24. 43b2639 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  25. 23f854c Issue #10296: Merge to default by Kristján Valur Jónsson · 11 years ago
  26. a251b37 #10296: Merge to 3.3 by Kristján Valur Jónsson · 11 years ago
  27. 5aed330 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 11 years ago
  28. 16c41d8 Merge 3.3, issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 11 years ago
  29. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 11 years ago
  30. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 11 years ago
  31. ca83233 Fix formatting changes that led to compilation errors by Eli Bendersky · 11 years ago
  32. 3612da6 call_commethod was only used in samples/Windows, which no longer exists. by Eli Bendersky · 11 years ago
  33. d867bad Fix some formatting by Eli Bendersky · 11 years ago
  34. 1724bb1 Merge with 3.3 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  35. c51bafb Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  36. 3cbdaa3 Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  37. 9946bd6 Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  38. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  39. 12f33df Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  40. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  41. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  42. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  43. 67002af Check error when calling PyUnicode_AppendAndDel() by Victor Stinner · 13 years ago
  44. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  45. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  46. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  47. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  48. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  49. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  50. 4c2e4fa Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes module by Victor Stinner · 14 years ago
  51. 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
  52. cf44883 Issue #8966: ctypes: Remove implicit bytes-unicode conversion by Victor Stinner · 14 years ago
  53. b00697e Merged revisions 82126-82127 via svnmerge from by Thomas Heller · 14 years ago
  54. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  55. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  56. 667ce06 Merged revisions 80761,80766 via svnmerge from by Thomas Heller · 14 years ago
  57. ba1f449 Merged revisions 80159 via svnmerge from by Victor Stinner · 14 years ago
  58. 738446f0 Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with surrogates. by Victor Stinner · 14 years ago
  59. e5fd21f Merged revisions 78435 via svnmerge from by Larry Hastings · 14 years ago
  60. 1373a07 Issue #5939: Add additional runtime checking to ensure a valid capsule by Larry Hastings · 14 years ago
  61. 49ac2ac Merged revisions 74922 via svnmerge from by Thomas Heller · 15 years ago
  62. 69b639f Merged revisions 74921 via svnmerge from by Thomas Heller · 15 years ago
  63. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  64. 84c97af Merged revisions 71906 via svnmerge from by Thomas Heller · 15 years ago
  65. 34596a9 Merged revisions 71853 via svnmerge from by Thomas Heller · 15 years ago
  66. 465c802 (The fix has been slightly adjusted.) by Thomas Heller · 15 years ago
  67. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  68. 5e4e427 Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is false. Fixes issue #4867. by Thomas Heller · 15 years ago
  69. d74a1dc Merged revisions 67484 via svnmerge from by Christian Heimes · 16 years ago
  70. 71fb513 Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. by Thomas Heller · 16 years ago
  71. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  72. 15383a0 Merged revisions 64976-64977 via svnmerge from by Thomas Heller · 16 years ago
  73. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  74. b1ef673 PyString_InternFromString -> PyUnicode_InternFromString by Thomas Heller · 16 years ago
  75. b795f528 Merged revisions 63988,63991 via svnmerge from by Thomas Heller · 16 years ago
  76. c5d0126 Merged revisions 64070 via svnmerge from by Thomas Heller · 16 years ago
  77. 9cac7b6 Merged revisions 63977 via svnmerge from by Thomas Heller · 16 years ago
  78. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  79. b041fda Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,62591-62594 via svnmerge from by Thomas Heller · 16 years ago
  80. 3071f81 Merged revisions 62338 via svnmerge from by Thomas Heller · 16 years ago
  81. 13394e9 Merged revisions 60767,60768 via svnmerge from by Thomas Heller · 16 years ago
  82. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 16 years ago
  83. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  84. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  85. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  86. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  87. 97f9d4f Patch #1318 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  88. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  89. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  90. 27384da Do not accept str8 type in function calls any longer. by Thomas Heller · 17 years ago
  91. 84d66a0 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  92. 7775c71 Accept bytes as parameter to foreign functions without prototype. by Thomas Heller · 17 years ago
  93. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  94. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  95. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  96. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  97. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  98. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  99. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  100. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago