COMMITS
/ Lib/ctypes/util.py April 7, 2026
J
gh-146547: Use lazy imports in ctypes (GH-146548)
Jonathan Dung committed
March 2, 2026
S
gh-145307: Defer loading psapi.dll until ctypes.util.dllist() is called. (GH-145308)
Steve Dower committed
September 17, 2025
G
gh-99948: Support ctypes.util.find_library in emscripten environment (#138519)
Gyeongjae Choi committed
February 8, 2025
B
gh-119349: Add ctypes.util.dllist -- list loaded shared libraries (GH-122946)
Brian Ward committed
March 21, 2024
M
gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)
Malcolm Smith committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
January 22, 2024
A
October 8, 2020
P
bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598)
Pablo Galindo committed
November 19, 2019
May 2, 2018
R
bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625)
Ray Donnelly committed
December 23, 2017
M
bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986)
Mariatta committed
December 19, 2017
M
bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)
Michael Felt committed
November 5, 2016
M
Remove disabled test code
Martin Panter committed
September 5, 2016
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
August 17, 2016
V
Closes #9998: Allowed find_library to search additional locations for libraries.
Vinay Sajip committed
June 14, 2016
M
Issue #22636: Merge ctypes.util from 3.5
Martin Panter committed
M
Issue #22636: Handle OSError from subprocess, e.g. if command not found
Martin Panter committed
M
Issue #22636: Merge ctypes.util shell injection fixes from 3.5
Martin Panter committed
M
Issue #22636: avoid using a shell in the ctypes.util module
Martin Panter committed
May 1, 2016
M
Issue #24114: Fix an uninitialized variable in `ctypes.util`.
Meador Inge committed
M
Issue #24114: Fix an uninitialized variable in `ctypes.util`.
Meador Inge committed
March 17, 2016
M
Issue #21042: Revert Linux find_library() to return just filename
Martin Panter committed
March 10, 2016
M
Issue #21042: Return full path in ctypes.util.find_library() on Linux
Martin Panter committed
March 10, 2015
November 22, 2014
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
November 24, 2013
N
Issue #19734: ctypes resource management fixes
Nick Coghlan committed
May 15, 2013
D
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
doko@ubuntu.com committed
D
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
doko@ubuntu.com committed
February 12, 2013
February 4, 2013
B
fix find_library on Solaris (closes #5289)
Benjamin Peterson committed
June 24, 2012
L
Issue #15118: Change return value of os.uname() and os.times() from
Larry Hastings committed
May 11, 2012
B
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon committed
August 20, 2011
V
Issue #12326: refactor usage of sys.platform
Victor Stinner committed
May 25, 2011
A
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
Antoine Pitrou committed
April 23, 2011
A
Remove unused private function
Antoine Pitrou committed
A
Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor
Antoine Pitrou committed
February 26, 2011
A
Revert r88639 (the optimization changes behaviour and breaks buildbots)
Antoine Pitrou committed
A
Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch
Antoine Pitrou committed
September 15, 2010
M
Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output
Matthias Klose committed
March 15, 2010
M
Merged revisions 78979 via svnmerge from
Matthias Klose committed
October 23, 2009
E
Changed try/finally to contextlib.closing, as discussed in issue 6882.
Eric Smith committed
September 18, 2009
May 5, 2009
T
Merged revisions 72352 via svnmerge from
Thomas Heller committed
January 10, 2009
B
fix syntax in ctypes.util
Benjamin Peterson committed
M
Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk:
Matthias Klose committed
May 23, 2008
T
Merged revisions 63395-63396,63511,63522-63523 via svnmerge from
Thomas Heller committed
January 30, 2008
R
Convert some custom sort comparison functions to equivalent key functions.
Raymond Hettinger committed
December 12, 2007
G
Explicitly close pipes so test_ctypes won't appear to randomly leak
Guido van Rossum committed
December 4, 2007
C
Removed PyInt_GetMax and sys.maxint
Christian Heimes committed