summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes
Commit message (Expand)AuthorAgeFilesLines
* Try to repair what may be the last new test failure on theTim Peters2006-04-111-1/+15
* Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module.Thomas Heller2006-04-062-10/+3
* One test still fails on the ia64 debian box.Thomas Heller2006-04-051-1/+1
* Use 'ldd' to find the libc library to load. Based on an idea from Matthias K...Thomas Heller2006-04-051-40/+40
* Get ctypes loader working on OSF1 (Tru64)Neal Norwitz2006-04-032-2/+5
* Try to fix test_loading on openbsd.Thomas Heller2006-03-301-1/+1
* Oops - this should not have gone in.Thomas Heller2006-03-301-1/+0
* Output more info when the test fails.Thomas Heller2006-03-301-1/+5
* Make the tests succeed with -Qnew: Do not rely on the exact wording of a Zero...Thomas Heller2006-03-281-6/+4
* Plug a leak in the ctypes test suite when tests are run repeatedly.Thomas Heller2006-03-201-0/+5
* Accessing unaligned structure fields works now on all architectures.Thomas Heller2006-03-202-38/+88
* Merge changes from the upstream version:Thomas Heller2006-03-175-15/+109
* Fix a test that fails when libGL.so and libGLU.so are not installed (on posix...Thomas Heller2006-03-161-2/+4
* Plug some refcount leaks when tests are run repeatedly.Thomas Heller2006-03-132-16/+21
* Remove the slightly broken test_leaks.py.Thomas Heller2006-03-132-91/+4
* Remove the magic to run an uninstalled ctypes version from a CVS sandbox.Thomas Heller2006-03-092-21/+0
* Disable the testcase that crashes solaris.Thomas Heller2006-03-091-1/+2
* Whitespace normalization.Tim Peters2006-03-0923-84/+82
* Remove .cvsignore and set svn:ignore for *.pyc *.pyo.Hye-Shik Chang2006-03-083-11/+0
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-0859-0/+5941