COMMITS
/ Lib/ctypes/util.py 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
September 19, 2007
T
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters committed
July 13, 2007
T
Remove all the Python 2.3 compatibility markers (the Python 3 ctypes
Thomas Heller committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 15, 2007
T
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed