1. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  2. a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
  3. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  4. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  5. f0c0318 Issue #25845: Drop redundant checks leftover from int to long conversion by Martin Panter · 9 years ago
  6. 5ef6fde Merge 3.4 (ctypes) by Victor Stinner · 9 years ago
  7. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  8. ef42dae Issue #23765: Remove IsBadStringPtr calls in ctypes by Steve Dower · 9 years ago
  9. 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  10. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 10 years ago
  11. 845f784 Issue #18556: Check the return value for PyUnicode_AsWideChar() in by Brett Cannon · 11 years ago
  12. 7506dab Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  13. 60c2266 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  14. d102e04 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  15. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  16. e81ac8b #13665: merge with 3.2. by Ezio Melotti · 12 years ago
  17. acd5f7b #13665: s/string/bytes/ in error message. by Ezio Melotti · 12 years ago
  18. ea90e0f ctypes check for PyUnicode_GET_SIZE() failure by Victor Stinner · 13 years ago
  19. 3335447 Check for PyUnicode_AS_UNICODE() failure by Victor Stinner · 13 years ago
  20. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  21. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  22. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  23. 2a53139 Get rid of a "unused static function" warning. by Georg Brandl · 14 years ago
  24. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  25. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 14 years ago
  26. 4c2e4fa Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes module by Victor Stinner · 14 years ago
  27. 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
  28. cf44883 Issue #8966: ctypes: Remove implicit bytes-unicode conversion by Victor Stinner · 14 years ago
  29. da0eca4 Issue #8966: If a ctypes structure field is an array of c_char, convert its by Victor Stinner · 14 years ago
  30. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  31. 8b93952 Issue 6239: ctypes.c_char_p return value must return bytes. by Thomas Heller · 15 years ago
  32. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  33. 9cc2cf7 Merged revisions 72344 via svnmerge from by Mark Dickinson · 15 years ago
  34. 34596a9 Merged revisions 71853 via svnmerge from by Thomas Heller · 15 years ago
  35. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  36. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 15 years ago
  37. 28acc6c Merged revisions 66683 via svnmerge from by Thomas Heller · 16 years ago
  38. 1308c26 Merged revisions 66611 via svnmerge from by Thomas Heller · 16 years ago
  39. fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
  40. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  41. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  42. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  43. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 16 years ago
  44. ff72122 Merged revisions 60001,60003-60004,60008 via svnmerge from by Thomas Heller · 16 years ago
  45. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  46. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  47. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  48. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  49. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  50. 97f9d4f Patch #1318 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  51. e1a0d11 #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. by Georg Brandl · 17 years ago
  52. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  53. 2fb5ac7 Fix the ctypes tests. Patch from Victor Stinner. He writes: by Thomas Heller · 17 years ago
  54. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  55. 19b5254 c_char, c_char_p objects and c_char array structure fields return by Thomas Heller · 17 years ago
  56. 27384da Do not accept str8 type in function calls any longer. by Thomas Heller · 17 years ago
  57. 84d66a0 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  58. e5095e1 Structure fields of type c_char array or c_wchar array accept bytes or by Thomas Heller · 17 years ago
  59. 2c5e964 Accept bytes in c_char_p and c_wchar_p types. by Thomas Heller · 17 years ago
  60. 3af4266 ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects. by Thomas Heller · 17 years ago
  61. e16d250 PyUnicode_AsEncodedString() returns a bytes object. by Thomas Heller · 17 years ago
  62. 67611a6 Avoid compiler warnings about 'const char*'. by Thomas Heller · 17 years ago
  63. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  64. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  65. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  66. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  67. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  68. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  69. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  70. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  71. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  72. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  73. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  74. ab906a5 Cast an Py_ssize_t to int, to avoid a compiler warning. by Thomas Heller · 18 years ago
  75. d4c9320 Copy ctypes-0.9.9.4 sources from external into the trunk. by Thomas Heller · 18 years ago