- 12 May, 2013 1 commit
-
-
Georg Brandl authored
distutils.cfg when a venv is active.
-
- 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 4 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
Original patch by Julien Courteau and Pierre Paul Lefebvre.
-
Éric Araujo authored
-
Éric Araujo authored
Original patch by Julien Courteau and Pierre Paul Lefebvre.
-
- 08 Dec, 2012 2 commits
-
-
Éric Araujo authored
There was a window between the write and the chmod where the user’s password would be exposed, depending on default permissions. Philip Jenvey’s patch fixes it.
-
Éric Araujo authored
-