summaryrefslogtreecommitdiff
path: root/Lib/ctypes/util.py
Commit message (Expand)AuthorAgeFilesLines
* Try harder on issue #7356: ctypes.util: Make parsing of ldconfig outputMatthias Klose2010-09-151-1/+1
* - Issue #7356: ctypes.util: Make parsing of ldconfig output independent ofMatthias Klose2010-03-151-1/+1
* Per the discussion in issue6882, backport the try/finally work that was done ...Eric Smith2009-10-221-11/+40
* Fix Issue #4875: find_library can return directories instead of filesThomas Heller2009-05-051-2/+2
* - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection onMatthias Klose2009-01-101-4/+36
* Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows).Thomas Heller2008-05-161-0/+43
* ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris.Thomas Heller2007-09-141-9/+21
* patch #1610795: BSD version of ctypes.util.find_library, by MartinThomas Heller2007-01-121-28/+50
* Fix #1521375. When running with root priviledges, 'gcc -o /dev/null'Thomas Heller2006-07-131-1/+9
* Add pep-291 compatibility markers.Thomas Heller2006-06-121-0/+3
* Fix errors found by pycheckerNeal Norwitz2006-06-111-2/+1
* Add missing svn properties.Thomas Heller2006-05-121-122/+122
* Merge in changes from ctypes 0.9.9.6 upstream version.Thomas Heller2006-04-211-0/+122