- 11 Eki, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
to speed up interpreter start.
-
- 15 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 22 Mar, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 21 Mar, 2013 2 kayıt (commit)
-
-
doko@ubuntu.com yazdı
when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
-
doko@ubuntu.com yazdı
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.
-
- 31 Ock, 2013 3 kayıt (commit)
-
-
doko@python.org yazdı
the package.
-
Ned Deily yazdı
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 yazdı
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.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Kas, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 17 Eki, 2012 2 kayıt (commit)
-
-
Trent Nelson yazdı
-
Trent Nelson yazdı
Reported by: Ned Deily.
-
- 16 Eki, 2012 1 kayıt (commit)
-
-
Trent Nelson yazdı
not source directory. Patch by Richard Oudkerk (sbt).
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 27 Tem, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 21 Tem, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
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 Tem, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
- fix test_distutils and test_sysconfig test failures by aligning sysconfig and distutils.sysconfig tailoring of configure variables (as in 2.7)
-
- 30 Haz, 2012 2 kayıt (commit)
-
-
doko@ubuntu.com yazdı
for host compiler. Add NEWS entry, rename _PROJECT_BASE to _PYTHON_PROJECT_BASE.
-
doko@ubuntu.com yazdı
for host compiler.
-
- 24 Haz, 2012 3 kayıt (commit)
-
-
Larry Hastings yazdı
plain tuple to a collections.namedtuple.
-
Éric Araujo yazdı
We need a discussion to define what should be customized how; this new config file is premature. It was added to serve the needs of the resources system in install_data / packaging.database, so it can be removed alongside packaging for 3.3.
-
Éric Araujo yazdı
Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
-
- 27 May, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 26 May, 2012 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 05 Şub, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 18 Ock, 2012 3 kayıt (commit)
-
-
Jesus Cea yazdı
And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
-
Jesus Cea yazdı
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
-
Jesus Cea yazdı
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
-
- 07 Kas, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 19 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 18 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
-
- 11 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 25 May, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
Also remove outdated and unhelpful docstrings in test_sysconfig.
-
- 24 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
correctly references to "bogus variable" (e.g. "prefix=$/opt/python").
-
- 19 May, 2011 1 kayıt (commit)
-
-
Tarek Ziade yazdı
-
- 15 May, 2011 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
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.
-
Ronald Oussoren yazdı
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.
-
- 15 Nis, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
The other one is in a finally block not seen in the diff, which I added in 3bf86785cd9c (for #10252).
-
Éric Araujo yazdı
The other one is in a finally block not seen in the diff, which I added in 3bf86785cd9c (for #10252).
-