1. d059e7b patch #1610795: BSD version of ctypes.util.find_library, by Martin Kammerhofer. by Thomas Heller · 18 years ago
  2. 572104f Avoid warnings in the test suite because ctypes.wintypes cannot be by Thomas Heller · 18 years ago
  3. f5b5183 Correct the comments: the code is right. by Thomas Heller · 18 years ago
  4. 8138c26 Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions by Thomas Heller · 18 years ago
  5. fb9d787 Change the ctypes version number to "1.1.0". by Thomas Heller · 18 years ago
  6. 85a2192 Verify the sizes of the basic ctypes data types against the struct module. by Thomas Heller · 18 years ago
  7. 8211297 Fix a bad assumption that all objects assigned to '__loader__' on a module by Brett Cannon · 18 years ago
  8. 25d208b Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  9. d2ea4a2 ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  10. 2244af5 The cast function did not accept c_char_p or c_wchar_p instances by Thomas Heller · 18 years ago
  11. fdb62f0 Anonymous structure fields that have a bit-width specified did not work, by Thomas Heller · 18 years ago
  12. 98619f2 Port _ctypes.pyd to win64 on AMD64. by Thomas Heller · 18 years ago
  13. b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 18 years ago
  14. b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 18 years ago
  15. 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 18 years ago
  16. 09a6f6a Remove code that is no longer used (ctypes.com). by Thomas Heller · 18 years ago
  17. ce049a0 Patch #1521817: The index range checking on ctypes arrays containing by Thomas Heller · 18 years ago
  18. 2bdf29e Fix #1521375. When running with root priviledges, 'gcc -o /dev/null' by Thomas Heller · 18 years ago
  19. 47d7a06 Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to by Thomas Heller · 18 years ago
  20. 3b9be2a Change the ctypes version number to 1.0.0. by Thomas Heller · 18 years ago
  21. a42a662 When a foreign function is retrived by calling __getitem__ on a ctypes by Thomas Heller · 18 years ago
  22. 7644262 Assigning None to pointer type structure fields possible overwrote wrong fields. by Thomas Heller · 18 years ago
  23. dda068d Fix bug #1518190: accept any integer or long value in the by Thomas Heller · 18 years ago
  24. 5becdbe Patch #1517790: It is now possible to use custom objects in the ctypes by Thomas Heller · 18 years ago
  25. 2329b64 The test that calls a function with invalid arguments and catches the by Thomas Heller · 18 years ago
  26. 43d9a58 Revert the change done in svn revision 47206: by Thomas Heller · 18 years ago
  27. f780be4 Add a new function uses_seh() to the _ctypes extension module. This by Thomas Heller · 18 years ago
  28. b3c0942 Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS flag. by Thomas Heller · 18 years ago
  29. c314ac5 Next try to fix the OpenBSD buildbot tests: by Thomas Heller · 18 years ago
  30. 0b46570 Try to repair the failing test on the OpenBSD buildbot. Trial and error... by Thomas Heller · 18 years ago
  31. 4180e12 Add an __all__ list, since this module does 'from ctypes import *'. by Thomas Heller · 18 years ago
  32. 866a5d8 Fix docstring. by Thomas Heller · 18 years ago
  33. fdbebb6 Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER. by Thomas Heller · 18 years ago
  34. a7e823f Add some windows datatypes that were missing from this file, and add by Thomas Heller · 18 years ago
  35. c2da994 Add pep-291 compatibility markers. by Thomas Heller · 18 years ago
  36. 4f96f1f Whitespace normalization. by Tim Peters · 18 years ago
  37. 6aaccc6 Fix errors found by pychecker by Neal Norwitz · 18 years ago
  38. 5114826 Upgrade to ctypes version 0.9.9.7. by Thomas Heller · 18 years ago
  39. 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 18 years ago
  40. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  41. ecc3e67 Convert CFieldObject tp_members to tp_getset, since there is no by Thomas Heller · 18 years ago
  42. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  43. 0e10cb0 add svn:eol-style native svn:keywords Id by Thomas Heller · 18 years ago
  44. e43a0fc Add missing svn properties. by Thomas Heller · 18 years ago
  45. 40f55b2 Disable a test that is unreliable. by Thomas Heller · 18 years ago
  46. 97a7b7f oops - the function is exported as 'my_free', not 'free'. by Thomas Heller · 18 years ago
  47. 748f6fb Fix memory leaks in the ctypes test suite, reported by valgrind, by by Thomas Heller · 18 years ago
  48. 14f3da7 Don't fail the tests when libglut.so or libgle.so cannot be loaded. by Thomas Heller · 18 years ago
  49. 6a907d8 Remove a duplicated test (the same test is in test_incomplete.py). by Thomas Heller · 18 years ago
  50. 6ff67ef Merge in changes from ctypes 0.9.9.6 upstream version. by Thomas Heller · 18 years ago
  51. c5c9ce9 Add missing SVN eol-style property to text files. by Tim Peters · 18 years ago
  52. 55d031e Fix for a bug found by Armin Rigo, plus test. by Thomas Heller · 18 years ago
  53. 319c47f Try to repair what may be the last new test failure on the by Tim Peters · 18 years ago
  54. fff61ea Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module. by Thomas Heller · 18 years ago
  55. fb8f83b One test still fails on the ia64 debian box. by Thomas Heller · 18 years ago
  56. 726dcf3 Use 'ldd' to find the libc library to load. Based on an idea from Matthias Klose. by Thomas Heller · 18 years ago
  57. b0b20a1 Get ctypes loader working on OSF1 (Tru64) by Neal Norwitz · 18 years ago
  58. 0d93a23 Try to fix test_loading on openbsd. by Thomas Heller · 18 years ago
  59. 300269a Oops - this should not have gone in. by Thomas Heller · 18 years ago
  60. b320682 Output more info when the test fails. by Thomas Heller · 18 years ago
  61. 240ec6b Make the tests succeed with -Qnew: Do not rely on the exact wording of a ZeroDivisionError. by Thomas Heller · 18 years ago
  62. cce2267 Plug a leak in the ctypes test suite when tests are run repeatedly. by Thomas Heller · 18 years ago
  63. d59ca8f Accessing unaligned structure fields works now on all architectures. by Thomas Heller · 18 years ago
  64. b03cb60 Merge changes from the upstream version: by Thomas Heller · 18 years ago
  65. 23e4086 Fix a test that fails when libGL.so and libGLU.so are not installed (on posix systems). by Thomas Heller · 18 years ago
  66. a022789 Plug some refcount leaks when tests are run repeatedly. by Thomas Heller · 18 years ago
  67. 6058aa4 Remove the slightly broken test_leaks.py. by Thomas Heller · 18 years ago
  68. 51f77b5 Remove the magic to run an uninstalled ctypes version from a CVS sandbox. by Thomas Heller · 18 years ago
  69. 57e881e Disable the testcase that crashes solaris. by Thomas Heller · 18 years ago
  70. e8d09e5 Whitespace normalization. by Tim Peters · 18 years ago
  71. d758d3d Remove .cvsignore and set svn:ignore for *.pyc *.pyo. by Hye-Shik Chang · 18 years ago
  72. babddfc Copy ctypes-0.9.9.4 Python modules from external into the trunk. by Thomas Heller · 18 years ago