- 17 Agu, 2016 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 14 Haz, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
Replace os.popen() with subprocess.Popen. Based on patch by Victor Stinner. If the "gcc", "cc" or "objdump" command is not available, the code was supposed to raise an OSError exception. But there was a bug in the code. The shell code returns the exit code 10 if the required command is missing, and the code tries to check for the status 10. The problem is that os.popen() doesn't return the exit code directly, but a status which should be processed by os.WIFEXITED() and os.WEXITSTATUS(). In practice, the exception was never raised. The OSError exception was not documented and ctypes.util.find_library() is expected to return None if the library is not found.
-
- 01 May, 2016 1 kayıt (commit)
-
-
Meador Inge yazdı
The bug only occurs on SunOS when the ctypes implementation searches for the `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos.
-
- 17 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
This reverts most of revision 3092cf163eb4. The change worked on x86 architectures, but did not work on ARM, probably due to extra ABI flags in the ldconfig output.
-
- 10 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Tamás Bence Gedai.
-
- 10 Mar, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are skipped while we figure out how best to approach the CRT change
-
- 22 Kas, 2014 1 kayıt (commit)
-
-
Steve Dower yazdı
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 24 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 15 May, 2013 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 12 Şub, 2013 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.)
-
- 04 Şub, 2013 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 24 Haz, 2012 1 kayıt (commit)
-
-
Larry Hastings yazdı
plain tuples to immutable iterable objects with named attributes (structseq objects).
-
- 11 May, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
importlib.machinery that provide the suffix details for import. The attributes were not put on imp so as to compartmentalize everything importlib needs for setting up imports in importlib.machinery. This also led to an indirect deprecation of inspect.getmoduleinfo() as it directly returned imp.get_suffix's returned tuple which no longer makes sense.
-
- 14 Şub, 2012 2 kayıt (commit)
-
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 20 Agu, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Use str.startswith(tuple): I didn't know this Python feature, Python rocks! * Replace sometimes sys.platform.startswith('linux') with sys.platform == 'linux' * sys.platform doesn't contain the major version on Cygwin on Mac OS X (it's just 'cygwin' and 'darwin')
-
- 25 May, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Sijin Joseph.
-
- 23 Nis, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
of 5 to 10. Initial patch by Jonas H.
-
- 26 Şub, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
by Jonas H.
-
- 15 Eyl, 2010 3 kayıt (commit)
-
-
Matthias Klose yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84836 | matthias.klose | 2010-09-15 15:06:09 +0200 (Mi, 15 Sep 2010) | 3 lines Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output independent of the locale. Set LC_ALL=C too. ........
-
Matthias Klose yazdı
independent of the locale. Set LC_ALL=C too.
-
Matthias Klose yazdı
independent of the locale. Set LC_ALL=C too.
-
- 20 Mar, 2010 1 kayıt (commit)
-
-
Matthias Klose yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78979 | matthias.klose | 2010-03-15 14:42:23 +0100 (Mo, 15 Mär 2010) | 3 lines - Issue #7356: ctypes.util: Make parsing of ldconfig output independent of the locale. ........
-
- 15 Mar, 2010 3 kayıt (commit)
-
-
Matthias Klose yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78980 | matthias.klose | 2010-03-15 14:46:04 +0100 (Mo, 15 Mär 2010) | 10 lines Merged revisions 78979 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78979 | matthias.klose | 2010-03-15 14:42:23 +0100 (Mo, 15 Mär 2010) | 3 lines - Issue #7356: ctypes.util: Make parsing of ldconfig output independent of the locale. ........ ................
-
Matthias Klose yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78979 | matthias.klose | 2010-03-15 14:42:23 +0100 (Mo, 15 Mär 2010) | 3 lines - Issue #7356: ctypes.util: Make parsing of ldconfig output independent of the locale. ........
-
Matthias Klose yazdı
the locale.
-
- 23 Eki, 2009 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 22 Eki, 2009 1 kayıt (commit)
-
-
Eric Smith yazdı
Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think).
-
- 18 Eyl, 2009 2 kayıt (commit)
-
-
Eric Smith yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r74907 | eric.smith | 2009-09-18 09:23:13 -0400 (Fri, 18 Sep 2009) | 1 line Issue #6882: Import uuid creates zombies processes. I used a slightly different patch than the one attached to the issue, to be consistent with the style in the rest of the module. ........
-
Eric Smith yazdı
Issue #6882: Import uuid creates zombies processes. I used a slightly different patch than the one attached to the issue, to be consistent with the style in the rest of the module.
-
- 05 May, 2009 3 kayıt (commit)
-
-
Thomas Heller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines Fix Issue #4875: find_library can return directories instead of files (on win32) ........
-
Thomas Heller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines Fix Issue #4875: find_library can return directories instead of files (on win32) ........
-
Thomas Heller yazdı
(on win32)
-
- 10 Ock, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
svn+ssh://pythondev@svn.python.org/python/trunkMatthias Klose yazdı
- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
-