summaryrefslogtreecommitdiff
path: root/Lib/ctypes/util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22636: Avoid using a shell in the ctypes.util moduleVictor Stinner2014-10-161-45/+82
* Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent.Matthias Klose2010-03-151-1/+1
* Remove PEP 291 compatibility requirements for ctypes and modulefinderMartin Panter2016-05-141-3/+0
* Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().Antoine Pitrou2011-05-251-8/+5
* Issue #24114: Fix an uninitialized variable in `ctypes.util`.Meador Inge2016-04-301-0/+1
* Avoid deprecation warnings.Serhiy Storchaka2015-01-311-1/+1
* - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-151-1/+1
* fix find_library on Solaris (closes #5289)Benjamin Peterson2013-02-031-0/+29
* Issue #13979: Fix ctypes.util.find_library ldconfig regexMeador Inge2012-02-131-24/+1
* 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