| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379) | Malcolm Smith | 2024-03-21 | 1 | -0/+9 |
|
|
* | gh-114099 - Add iOS framework loading machinery. (GH-116454) | Russell Keith-Magee | 2024-03-19 | 1 | -1/+1 |
|
|
* | gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394) | AN Long | 2024-01-22 | 1 | -2/+5 |
|
|
* | bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc... | Pablo Galindo | 2020-10-08 | 1 | -6/+24 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 1 | -1/+1 |
|
|
* | bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) | Ray Donnelly | 2018-05-02 | 1 | -2/+2 |
|
|
* | bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986) | Mariatta | 2017-12-23 | 1 | -8/+8 |
|
|
* | bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) | Michael Felt | 2017-12-19 | 1 | -0/+25 |
|
|
* | Remove disabled test code | Martin Panter | 2016-11-05 | 1 | -4/+0 |
|
|
* | Issue #27355: Removed support for Windows CE. It was never finished, | Larry Hastings | 2016-09-05 | 1 | -10/+0 |
|
|
* | Closes #9998: Allowed find_library to search additional locations for libraries. | Vinay Sajip | 2016-08-17 | 1 | -1/+25 |
|
|
* | Issue #22636: Merge ctypes.util from 3.5 | Martin Panter | 2016-06-14 | 1 | -19/+35 |
|\ |
|
| * | Issue #22636: Handle OSError from subprocess, e.g. if command not found | Martin Panter | 2016-06-14 | 1 | -19/+35 |
|
|
* | | Issue #22636: Merge ctypes.util shell injection fixes from 3.5 | Martin Panter | 2016-06-14 | 1 | -43/+76 |
|\ \
| |/ |
|
| * | Issue #22636: avoid using a shell in the ctypes.util module | Martin Panter | 2016-06-14 | 1 | -43/+76 |
|
|
* | | Issue #24114: Fix an uninitialized variable in `ctypes.util`. | Meador Inge | 2016-05-01 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #24114: Fix an uninitialized variable in `ctypes.util`. | Meador Inge | 2016-05-01 | 1 | -0/+1 |
|
|
* | | Issue #21042: Revert Linux find_library() to return just filename | Martin Panter | 2016-03-17 | 1 | -1/+1 |
|
|
* | | Issue #21042: Return full path in ctypes.util.find_library() on Linux | Martin Panter | 2016-03-10 | 1 | -2/+2 |
|/ |
|
* | Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are s... | Steve Dower | 2015-03-10 | 1 | -1/+3 |
|
|
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ... | Steve Dower | 2014-11-22 | 1 | -1/+5 |
|
|
* | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -1/+1 |
|
|
* | Issue #19734: ctypes resource management fixes | Nick Coghlan | 2013-11-24 | 1 | -6/+9 |
|
|
* | - Issue #17754: Make ctypes.util.find_library() independent of the locale. | doko@ubuntu.com | 2013-05-15 | 1 | -1/+1 |
|\ |
|
| * | - Issue #17754: Make ctypes.util.find_library() independent of the locale. | doko@ubuntu.com | 2013-05-15 | 1 | -1/+1 |
|
|
* | | modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIS... | Giampaolo Rodola' | 2013-02-12 | 1 | -3/+2 |
|/ |
|
* | fix find_library on Solaris (closes #5289) | Benjamin Peterson | 2013-02-04 | 1 | -0/+29 |
|
|
* | Issue #15118: Change return value of os.uname() and os.times() from | Larry Hastings | 2012-06-24 | 1 | -2/+2 |
|
|
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes on | Brett Cannon | 2012-05-11 | 1 | -2/+2 |
|
|
* | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-20 | 1 | -3/+1 |
|
|
* | Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). | Antoine Pitrou | 2011-05-25 | 1 | -3/+1 |
|
|
* | Remove unused private function | Antoine Pitrou | 2011-04-23 | 1 | -16/+0 |
|
|
* | Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor | Antoine Pitrou | 2011-04-23 | 1 | -8/+14 |
|
|
* | Revert r88639 (the optimization changes behaviour and breaks buildbots) | Antoine Pitrou | 2011-02-26 | 1 | -11/+7 |
|
|
* | Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch | Antoine Pitrou | 2011-02-26 | 1 | -7/+11 |
|
|
* | Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output | Matthias Klose | 2010-09-15 | 1 | -1/+1 |
|
|
* | Merged revisions 78979 via svnmerge from | Matthias Klose | 2010-03-15 | 1 | -1/+1 |
|
|
* | Changed try/finally to contextlib.closing, as discussed in issue 6882. | Eric Smith | 2009-10-23 | 1 | -24/+7 |
|
|
* | Issue #6882: Import uuid creates zombies processes. I used a slightly differe... | Eric Smith | 2009-09-18 | 1 | -2/+6 |
|
|
* | Merged revisions 72352 via svnmerge from | Thomas Heller | 2009-05-05 | 1 | -2/+2 |
|
|
* | fix syntax in ctypes.util | Benjamin Peterson | 2009-01-10 | 1 | -2/+2 |
|
|
* | Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk: | Matthias Klose | 2009-01-10 | 1 | -4/+36 |
|
|
* | Merged revisions 63395-63396,63511,63522-63523 via svnmerge from | Thomas Heller | 2008-05-23 | 1 | -0/+43 |
|
|
* | Convert some custom sort comparison functions to equivalent key functions. | Raymond Hettinger | 2008-01-30 | 1 | -1/+1 |
|
|
* | Explicitly close pipes so test_ctypes won't appear to randomly leak | Guido van Rossum | 2007-12-12 | 1 | -9/+34 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -1/+1 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -9/+21 |
|
|
* | Remove all the Python 2.3 compatibility markers (the Python 3 ctypes | Thomas Heller | 2007-07-13 | 1 | -3/+0 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -13/+13 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -28/+50 |
|
|