summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-201-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
* Revert r88639 (the optimization changes behaviour and breaks buildbots)Antoine Pitrou2011-02-261-11/+7
* Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. PatchAntoine Pitrou2011-02-261-7/+11
* 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