- 23 Mar, 2013 1 commit
-
-
Georg Brandl authored
-
- 21 Mar, 2013 2 commits
-
-
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 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 11 Mar, 2013 2 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.
-
- 31 Jan, 2013 2 commits
-
-
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.
-
- 27 Jan, 2013 2 commits
-
-
Serhiy Storchaka authored
--without-doc-strings.
-
Serhiy Storchaka authored
--without-doc-strings.
-
- 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 3 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
-
Éric Araujo authored
These files are created by some NFS clients a file is edited and removed concurrently (see added link in doc for more info). If such a file is removed between distutils calls listdir and copy, it will get confused. Other special files are ignored in sdist (namely VCS directories), but this has to be filtered out earlier.
-
- 23 Oct, 2012 1 commit
-
-
Vinay Sajip authored
-
- 29 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 23 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 09 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 25 Aug, 2012 1 commit
-
-
Georg Brandl authored
-
- 11 Aug, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 28 Jul, 2012 1 commit
-
-
Ned Deily authored
-
- 27 Jul, 2012 1 commit
-
-
Richard Oudkerk authored
-
- 22 Jul, 2012 1 commit
-
-
Ned Deily authored
may differ between sysconfig and distutils.sysconfig due to compiler customizations on OS X. For now, move those vars into a separate test and skip if the customization has taken place in distutils. The long-term solution is to eliminate having two sysconfig modules.
-
- 21 Jul, 2012 1 commit
-
-
Ned Deily authored
tailoring for universal builds by factoring out common OS X-specific customizations from sysconfig, distutils.sysconfig, distutils.util, and distutils.unixccompiler into a new module _osx_support that can eventually also be used by packaging.
-
- 16 Jul, 2012 3 commits
-
-
Vinay Sajip authored
Closes #15367: Corrected computation of include locations for source builds on Windows. Thanks to Richard Oudkerk for the bug report and patch.
-
Vinay Sajip authored
Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch.
-
Ned Deily authored
- fix test_distutils and test_sysconfig test failures by aligning sysconfig and distutils.sysconfig tailoring of configure variables (as in 2.7)
-
- 10 Jul, 2012 1 commit
-
-
Martin v. Löwis authored
-
- 03 Jul, 2012 1 commit
-
-
É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.
-