summaryrefslogtreecommitdiff
path: root/Lib/ctypes/util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24114: Fix an uninitialized variable in `ctypes.util`.Meador Inge2016-04-301-0/+1
* Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are s...Steve Dower2015-03-101-1/+3
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-1/+5
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+1
* Issue #19734: ctypes resource management fixesNick Coghlan2013-11-241-6/+9
* - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko2013-05-151-3/+2
|\
| * modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIS...Giampaolo Rodola'2013-02-121-3/+2
* | - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko2013-05-151-1/+1
|/
* fix find_library on Solaris (closes #5289)Benjamin Peterson2013-02-031-0/+29
* Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-2/+2
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-2/+2
* Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-211-3/+1
* Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().Antoine Pitrou2011-05-251-3/+1
* Remove unused private functionAntoine Pitrou2011-04-231-16/+0
* Issue #11258: Speed up ctypes.util.find_library() under Linux by a factorAntoine Pitrou2011-04-231-8/+14
* Try harder on issue #7356: ctypes.util: Make parsing of ldconfig outputMatthias Klose2010-09-151-1/+1
* Merged revisions 78979 via svnmerge fromMatthias Klose2010-03-151-1/+1
* Changed try/finally to contextlib.closing, as discussed in issue 6882.Eric Smith2009-10-231-24/+7
* Issue #6882: Import uuid creates zombies processes. I used a slightly differe...Eric Smith2009-09-181-2/+6
* Merged revisions 72352 via svnmerge fromThomas Heller2009-05-051-2/+2
* fix syntax in ctypes.utilBenjamin Peterson2009-01-101-2/+2
* Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk:Matthias Klose2009-01-101-4/+36
* Merged revisions 63395-63396,63511,63522-63523 via svnmerge fromThomas Heller2008-05-231-0/+43
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-1/+1
* Explicitly close pipes so test_ctypes won't appear to randomly leakGuido van Rossum2007-12-121-9/+34
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-9/+21
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-131-3/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-13/+13
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-28/+50
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+13
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+122