1. f5d245a Fix test_from_dll* in test_returnfuncptrs.py. by Serhiy Storchaka · 11 years ago
  2. c2255ac Fix test_from_dll* in test_returnfuncptrs.py. by Serhiy Storchaka · 11 years ago
  3. 358751e Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. by Serhiy Storchaka · 11 years ago
  4. a66b46a Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. by Serhiy Storchaka · 11 years ago
  5. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  6. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  7. cfe3474 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 11 years ago
  8. 26f1166 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  9. 9d0add0 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  10. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  11. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  12. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 12 years ago
  13. b17ad53 Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  14. ca9652e Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  15. 7506dab Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  16. 60c2266 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  17. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  18. d102e04 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  19. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  20. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  21. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  22. ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 12 years ago
  23. 5588804 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 12 years ago
  24. 8582bb1 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 12 years ago
  25. 4bc45b7 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  26. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  27. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  28. 29f43f7 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  29. d83f226 test_ctypes: Windows is no more a special case by Victor Stinner · 13 years ago
  30. 88354ed Remove trailing spaces by Amaury Forgeot d'Arc · 13 years ago
  31. 65604b5 Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  32. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  33. 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
  34. 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
  35. dd2f8b0 Merge from 3.2: by Amaury Forgeot d'Arc · 13 years ago
  36. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  37. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  38. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  39. d77e2ea merge 3.2 by Benjamin Peterson · 13 years ago
  40. 6e18e04 carefully cleanup pointer cache after creating struct pointers by Benjamin Peterson · 13 years ago
  41. d93da2b (merge 3.2) Close #4376: ctypes now supports nested structures in a endian by Victor Stinner · 13 years ago
  42. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 13 years ago
  43. b46004c Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 13 years ago
  44. 6803dc2 Remove unused private function by Antoine Pitrou · 13 years ago
  45. 8c52027 Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor by Antoine Pitrou · 13 years ago
  46. eb2389b merge 3.2 by Benjamin Peterson · 13 years ago
  47. 1a07f07 merge 3.1 by Benjamin Peterson · 13 years ago
  48. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 13 years ago
  49. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  50. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  51. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  52. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  53. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  54. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  55. 09c530d Revert r88639 (the optimization changes behaviour and breaks buildbots) by Antoine Pitrou · 13 years ago
  56. ffa1a77 Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch by Antoine Pitrou · 13 years ago
  57. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 13 years ago
  58. 2e811c9 Merged revisions 88284 via svnmerge from by Antoine Pitrou · 14 years ago
  59. 0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. by Antoine Pitrou · 14 years ago
  60. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  61. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  62. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 14 years ago
  63. cc868d4 Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers) by Hirokazu Yamamoto · 14 years ago
  64. f016119 Merged revisions 84836 via svnmerge from by Matthias Klose · 14 years ago
  65. cf1dd71 Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output by Matthias Klose · 14 years ago
  66. 061b14a Reverted r84315 and r84316, with Benjamin's blessing. The tests were by Daniel Stutzbach · 14 years ago
  67. 6505ee8 apparently this test should be gated, too by Benjamin Peterson · 14 years ago
  68. b35f646 this test is only valid when sizeof(wchar) == Py_UNICODE_SIZE by Benjamin Peterson · 14 years ago
  69. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  70. 3a879e8 #9055: remove assertion at the end of test_8959_b since the test is about crashing, not about counting and is difficult to manage when run as a service by Tim Golden · 14 years ago
  71. d5baeee Issue #8966: Fix ctypes tests for Windows by Victor Stinner · 14 years ago
  72. 02ea12b2 Syntax cleanup. by Florent Xicluna · 14 years ago
  73. cf44883 Issue #8966: ctypes: Remove implicit bytes-unicode conversion by Victor Stinner · 14 years ago
  74. 42746df Fix ctypes tests to avoid implicit bytes-unicode conversion by Victor Stinner · 14 years ago
  75. b00697e Merged revisions 82126-82127 via svnmerge from by Thomas Heller · 14 years ago
  76. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  77. da0eca4 Issue #8966: If a ctypes structure field is an array of c_char, convert its by Victor Stinner · 14 years ago
  78. 667ce06 Merged revisions 80761,80766 via svnmerge from by Thomas Heller · 14 years ago
  79. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  80. 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 14 years ago
  81. ffb5384 Merged revisions 78980 via svnmerge from by Matthias Klose · 14 years ago
  82. 82f6091 Merged revisions 78979 via svnmerge from by Matthias Klose · 14 years ago
  83. 1a53091 Merged revisions 78544 via svnmerge from by Gregory P. Smith · 14 years ago
  84. 41c5d2f Merged revisions 78382 via svnmerge from by Thomas Heller · 14 years ago
  85. 5117b0b Merged revisions 78380 via svnmerge from by Thomas Heller · 14 years ago
  86. 5ccfa29 Changed try/finally to contextlib.closing, as discussed in issue 6882. by Eric Smith · 15 years ago
  87. 6e52a5a Merged revisions 75064 via svnmerge from by Ezio Melotti · 15 years ago
  88. af30d2e fix print statement by Ezio Melotti · 15 years ago
  89. 49ac2ac Merged revisions 74922 via svnmerge from by Thomas Heller · 15 years ago
  90. 69b639f Merged revisions 74921 via svnmerge from by Thomas Heller · 15 years ago
  91. 35888e2 Merged revisions 74918 via svnmerge from by Thomas Heller · 15 years ago
  92. d7cb1b9 Merged revisions 74917 via svnmerge from by Thomas Heller · 15 years ago
  93. 53cda53 Merged revisions 74907 via svnmerge from by Eric Smith · 15 years ago
  94. 81fd804 Issue #6882: Import uuid creates zombies processes. I used a slightly different patch than the one attached to the issue, to be consistent with the style in the rest of the module. by Eric Smith · 15 years ago
  95. e83c938 Merged revisions 74664 via svnmerge from by Thomas Heller · 15 years ago
  96. 8b93952 Issue 6239: ctypes.c_char_p return value must return bytes. by Thomas Heller · 15 years ago
  97. fe5f11c Merged revisions 73718,73721,73723 via svnmerge from by Georg Brandl · 15 years ago
  98. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  99. 77108eb Merged revisions 73720 via svnmerge from by Benjamin Peterson · 15 years ago
  100. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago