1. 22 Kas, 2014 1 kayıt (commit)
  2. 06 Eyl, 2014 1 kayıt (commit)
  3. 06 Tem, 2014 1 kayıt (commit)
  4. 26 Kas, 2013 1 kayıt (commit)
  5. 22 Kas, 2013 1 kayıt (commit)
  6. 28 May, 2013 1 kayıt (commit)
  7. 22 Mar, 2013 1 kayıt (commit)
  8. 21 Mar, 2013 2 kayıt (commit)
  9. 31 Ock, 2013 3 kayıt (commit)
    • doko@python.org's avatar
    • Ned Deily's avatar
      Issue #13590: OS X Xcode 4 - improve support for universal extension modules · fc20d77b
      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.
      fc20d77b
    • Ned Deily's avatar
      Issue #13590: OS X Xcode 4 - improve support for universal extension modules · 18fae3f9
      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.
      18fae3f9
  10. 25 Ock, 2013 1 kayıt (commit)
  11. 25 Ara, 2012 1 kayıt (commit)
  12. 10 Eki, 2012 1 kayıt (commit)
  13. 27 Tem, 2012 1 kayıt (commit)
  14. 21 Tem, 2012 1 kayıt (commit)
    • Ned Deily's avatar
      Issue #15184: Ensure consistent results of OS X configuration · df8aa2b3
      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.
      df8aa2b3
  15. 16 Tem, 2012 2 kayıt (commit)
  16. 23 Haz, 2012 1 kayıt (commit)
    • Ned Deily's avatar
      Issue #13590: Improve support for OS X Xcode 4: · cbfb9a56
      Ned Deily yazdı
      - Try to avoid building Python or extension modules with problematic
        llvm-gcc compiler.
      - Since Xcode 4 removes ppc support, extension module builds now
        check for ppc compiler support and automatically remove ppc and
        ppc64 archs when not available.
      - Since Xcode 4 no longer install SDKs in default locations,
        extension module builds now revert to using installed headers
        and libs if the SDK used to build the interpreter is not
        available.
      - Update ./configure to use better defaults for universal builds;
        in particular, --enable-universalsdk=yes uses the Xcode default
        SDK and --with-universal-archs now defaults to "intel" if ppc
        not available.
      cbfb9a56
  17. 27 May, 2012 1 kayıt (commit)
  18. 26 May, 2012 2 kayıt (commit)
  19. 11 Şub, 2012 1 kayıt (commit)
    • Ned Deily's avatar
      Issue #13994: Earler partial revert of Distutils enhancements in 2.7 · c47a4592
      Ned Deily yazdı
      has left two versions of customize_compiler, the original in
      distutils.sysconfig and another copy in distutils.ccompiler, with some
      parts of distutils calling one and others using the other.
      Complete the revert back to only having one in distutils.sysconfig as
      is the case in 3.x.
      c47a4592
  20. 10 Şub, 2012 2 kayıt (commit)
    • Ned Deily's avatar
      Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building · 9937748f
      Ned Deily yazdı
      Distutils-based packages with C extension modules may fail because
      Apple has removed gcc-4.2, the version used to build python.org
      64-bit/32-bit Pythons.  If the user does not explicitly override
      the default C compiler by setting the CC environment variable,
      Distutils will now attempt to compile extension modules with clang
      if gcc-4.2 is required but not found. Also as a convenience, if
      the user does explicitly set CC, substitute its value as the default
      compiler in the Distutils LDSHARED configuration variable for OS X.
      (Note, the python.org 32-bit-only Pythons use gcc-4.0 and the 10.4u
      SDK, neither of which are available in Xcode 4.  This change does not
      attempt to override settings to support their use with Xcode 4.)
      9937748f
    • Ned Deily's avatar
      Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building · 0d0ea487
      Ned Deily yazdı
      Distutils-based packages with C extension modules may fail because
      Apple has removed gcc-4.2, the version used to build python.org
      64-bit/32-bit Pythons.  If the user does not explicitly override
      the default C compiler by setting the CC environment variable,
      Distutils will now attempt to compile extension modules with clang
      if gcc-4.2 is required but not found. Also as a convenience, if
      the user does explicitly set CC, substitute its value as the default
      compiler in the Distutils LDSHARED configuration variable for OS X.
      (Note, the python.org 32-bit-only Pythons use gcc-4.0 and the 10.4u
      SDK, neither of which are available in Xcode 4.  This change does not
      attempt to override settings to support their use with Xcode 4.)
      0d0ea487
  21. 07 Eki, 2011 1 kayıt (commit)
  22. 28 Tem, 2011 1 kayıt (commit)
  23. 29 Haz, 2011 2 kayıt (commit)
    • Ned Deily's avatar
      Issue #9516: Change distutils to no longer globally attempt to check and · a8f8b50b
      Ned Deily yazdı
      set the MACOSX_DEPLOYMENT_TARGET env variable for the interpreter process
      on OS X.  This could cause failures in non-distutils subprocesses and was
      unreliable since tests or user programs could modify the interpreter
      environment after distutils set it.  Instead, have distutils set the
      the deployment target only in the environment of each build subprocess.
      
      Continue to use the previous algorithm for deriving the deployment target
      value:
          if MACOSX_DEPLOYMENT_TARGET is not set in the interpreter's env:
              use the interpreter build configure MACOSX_DEPLOYMENT_TARGET
          elif the MACOSX_DEPLOYMENT_TARGET env value >= configure value:
              use the env MACOSX_DEPLOYMENT_TARGET
          else: # env value less than interpreter build configure value
              raise exception
      This allows building extensions that can only run on newer versions of
      the OS than the version python was built for, for example with a python
      built for 10.3 or later and an extension that needs to be built for 10.5.
      a8f8b50b
    • Ned Deily's avatar
      Issue #9516: Change distutils to no longer globally attempt to check and · 041645a8
      Ned Deily yazdı
      set the MACOSX_DEPLOYMENT_TARGET env variable for the interpreter process
      on OS X.  This could cause failures in non-distutils subprocesses and was
      unreliable since tests or user programs could modify the interpreter
      environment after distutils set it.  Instead, have distutils set the
      the deployment target only in the environment of each build subprocess.
      
      Continue to use the previous algorithm for deriving the deployment target
      value:
          if MACOSX_DEPLOYMENT_TARGET is not set in the interpreter's env:
              use the interpreter build configure MACOSX_DEPLOYMENT_TARGET
          elif the MACOSX_DEPLOYMENT_TARGET env value >= configure value:
              use the env MACOSX_DEPLOYMENT_TARGET
          else: # env value less than interpreter build configure value
              raise exception
      This allows building extensions that can only run on newer versions of
      the OS than the version python was built for, for example with a python
      built for 10.3 or later and an extension that needs to be built for 10.5.
      041645a8
  24. 15 May, 2011 2 kayıt (commit)
  25. 24 Kas, 2010 1 kayıt (commit)
  26. 06 Kas, 2010 2 kayıt (commit)
  27. 29 Eki, 2010 1 kayıt (commit)
  28. 23 Eki, 2010 1 kayıt (commit)
  29. 10 Eki, 2010 2 kayıt (commit)
  30. 20 Eyl, 2010 1 kayıt (commit)