| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backed out changeset 7d2018774925 | Serhiy Storchaka | 2015-02-15 | 1 | -2/+2 |
| | | |||||
| * | Use os.devnull instead of hardcoded '/dev/null'. | Serhiy Storchaka | 2015-02-15 | 1 | -2/+2 |
| | | |||||
| * | Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py | Ned Deily | 2014-08-22 | 1 | -0/+8 |
| | | | | | for 2.7 to match other versions of sysconfig. | ||||
| * | Issue #13590: OS X Xcode 4 - improve support for universal extension modules | Ned Deily | 2013-01-31 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | In particular, fix extension module build failures when trying to use 32-bit-only installer Pythons on systems with Xcode 4 (currently OS X 10.8, 10.7, and optionally 10.6). * Backport 3.3.0 fixes to 2.7 branch (for release in 2.7.4) * Since Xcode 4 removes ppc support, extension module builds now check for ppc compiler support and by default remove ppc and ppc64 archs when they are not available. * Extension module builds now revert to using system installed headers and libs (/usr and /System/Library) if the SDK used to build the interpreter is not installed or has moved. * Try to avoid building extension modules with deprecated and problematic Apple llvm-gcc compiler. If original compiler is not available, use clang instead by default. | ||||
| * | Fix test_sysconfig when prefix != exec-prefix (#9100). | Éric Araujo | 2011-10-08 | 1 | -5/+8 |
| | | | | | Reported by Zsolt Cserna. | ||||
| * | Fix test_sysconfig when run from a Python installed under /site (#10086). | Éric Araujo | 2011-08-31 | 1 | -2/+2 |
| | | | | | Patch by Hallvard B Furuseth. | ||||
| * | Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set ↵ | Ronald Oussoren | 2011-05-15 | 1 | -3/+47 |
| | | | | | | | | | | in shell. Without this patch python will fail to start properly when the environment variable MACOSX_DEPLOYMENT_TARGET is set on MacOSX and has a value that is not compatible with the value during Python's build. This is caused by code in sysconfig that was only meant to be used in disutils. | ||||
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -18/+18 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | ||||
| * | #8759: Fixed user paths in sysconfig for posix and os2 schemes | Tarek Ziadé | 2010-05-19 | 1 | -1/+10 |
| | | |||||
| * | add underscore | Benjamin Peterson | 2010-05-08 | 1 | -1/+1 |
| | | |||||
| * | r80967 introduced a new scheme | Benjamin Peterson | 2010-05-08 | 1 | -2/+2 |
| | | |||||
| * | It is not optimal to test sys.stderr on a debug build. | Florent Xicluna | 2010-03-11 | 1 | -2/+1 |
| | | |||||
| * | Issue #7880: Fix sysconfig when the python executable is a symbolic link. | Florent Xicluna | 2010-03-10 | 1 | -1/+19 |
| | | |||||
| * | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -2/+1 |
| | | |||||
| * | Add missing import. | Georg Brandl | 2010-02-06 | 1 | -0/+1 |
| | | |||||
| * | sysconfig.get_scheme_names now returns a sorted tuple | Tarek Ziadé | 2010-02-02 | 1 | -1/+7 |
| | | |||||
| * | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -1/+1 |
| | | |||||
| * | fixed the 64bits tests for get_platform() - mac osx | Tarek Ziadé | 2010-01-23 | 1 | -1/+27 |
| | | |||||
| * | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -0/+214 |
