index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
ctypes
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-3/+13
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-0/+122