- 21 Aug, 2013 1 commit
-
-
Tim Peters authored
The only file change is adding the v3.2.5 tag to 3.3's .hgtags file.
-
- 17 Aug, 2013 1 commit
-
-
Ezio Melotti authored
-
- 28 May, 2013 1 commit
-
-
Ned Deily authored
is overriden with the CC environment variable, use the new compiler as the default for linking if LDSHARED is not also overriden. This restores Distutils behavior introduced in 3.2.3 and inadvertently dropped in 3.3.0.
-
- 12 May, 2013 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
distutils.cfg when a venv is active.
-
Georg Brandl authored
-
- 06 Apr, 2013 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 03 Apr, 2013 1 commit
-
-
Roger Serwy authored
-
- 28 Mar, 2013 1 commit
-
-
Georg Brandl authored
-
- 23 Mar, 2013 3 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 22 Mar, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 21 Mar, 2013 3 commits
-
-
doko@ubuntu.com authored
when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
-
doko@ubuntu.com authored
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
-
doko@ubuntu.com authored
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
-
- 16 Mar, 2013 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 11 Mar, 2013 3 commits
-
-
Terry Jan Reedy authored
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.
-
Terry Jan Reedy authored
as reported by Serhiy Storchaka and Matthew Barnett.
-
Terry Jan Reedy authored
as reported by Serhiy Storchaka and Matthew Barnett.
-
- 03 Feb, 2013 1 commit
-
-
Éric Araujo authored
The customize_compiler function moved many times during the 2.7 series; in 2.7.3, setup scripts importing this function from ccompiler were broken. This commit restores compatibility without reintroducing the issue that #13994 originally fixed (duplication of the function). A unit test makes little sense here, as distutils tests never do imports in functions, and the fix is very simple.
-
- 31 Jan, 2013 4 commits
-
-
doko@python.org authored
the package.
-
Ned Deily authored
-
Ned Deily authored
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 3.2 branch (for release in 3.2.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.
-
Ned Deily authored
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.
-
- 27 Jan, 2013 3 commits
-
-
Serhiy Storchaka authored
--without-doc-strings.
-
Serhiy Storchaka authored
--without-doc-strings.
-
Serhiy Storchaka authored
--without-doc-strings option.
-
- 25 Jan, 2013 1 commit
-
-
doko@python.org authored
use _PYTHON_PROJECT_BASE in distutils/sysconfig.py.
-
- 28 Dec, 2012 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 18 Dec, 2012 3 commits
-
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
- 09 Dec, 2012 1 commit
-
-
Éric Araujo authored
-