Matthias Klose
2db7bdf8b9
Merged revisions 78979 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78979 | matthias.klose | 2010-03-15 14:42:23 +0100 (Mo, 15 Mär 2010) | 3 lines
- Issue #7356 : ctypes.util: Make parsing of ldconfig output independent of
the locale.
........
2010-03-20 02:11:16 +00:00
Thomas Heller
54e024862a
Merged revisions 72352 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines
Fix Issue #4875 : find_library can return directories instead of files
(on win32)
........
2009-05-05 18:59:30 +00:00
Matthias Klose
e1e6ed1e93
Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk:
...
- Issue #4861 : ctypes.util.find_library(): Robustify. Fix library detection on
biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
2009-01-10 17:11:11 +00:00
Thomas Heller
95ba13fa85
Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows).
2008-05-16 20:06:31 +00:00
Thomas Heller
a7f49f733b
ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris.
...
Fixes issue #1777530 ; will backport to release25-maint.
2007-09-14 19:40:35 +00:00
Thomas Heller
d059e7b423
patch #1610795 : BSD version of ctypes.util.find_library, by Martin
...
Kammerhofer.
release25-maint backport candidate, but the release manager has to
decide.
2007-01-12 20:17:34 +00:00
Thomas Heller
2bdf29ec28
Fix #1521375 . When running with root priviledges, 'gcc -o /dev/null'
...
did overwrite /dev/null. Use a temporary file instead of /dev/null.
2006-07-13 17:01:14 +00:00
Thomas Heller
c2da994585
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
Neal Norwitz
6aaccc6b55
Fix errors found by pychecker
2006-06-11 08:35:14 +00:00
Thomas Heller
e43a0fcc9d
Add missing svn properties.
2006-05-12 18:16:03 +00:00
Thomas Heller
6ff67ef096
Merge in changes from ctypes 0.9.9.6 upstream version.
2006-04-21 16:51:04 +00:00