1. 11 Eki, 2013 1 kayıt (commit)
  2. 15 Haz, 2013 1 kayıt (commit)
  3. 22 Mar, 2013 1 kayıt (commit)
  4. 21 Mar, 2013 2 kayıt (commit)
  5. 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
  6. 25 Ara, 2012 1 kayıt (commit)
  7. 18 Kas, 2012 1 kayıt (commit)
  8. 17 Eki, 2012 2 kayıt (commit)
  9. 16 Eki, 2012 1 kayıt (commit)
  10. 05 Eki, 2012 1 kayıt (commit)
  11. 27 Tem, 2012 1 kayıt (commit)
  12. 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
  13. 16 Tem, 2012 1 kayıt (commit)
  14. 30 Haz, 2012 2 kayıt (commit)
  15. 24 Haz, 2012 3 kayıt (commit)
  16. 27 May, 2012 1 kayıt (commit)
  17. 26 May, 2012 2 kayıt (commit)
  18. 05 Şub, 2012 1 kayıt (commit)
  19. 18 Ock, 2012 3 kayıt (commit)
  20. 07 Kas, 2011 1 kayıt (commit)
  21. 19 Eki, 2011 1 kayıt (commit)
  22. 18 Eki, 2011 1 kayıt (commit)
  23. 11 Eki, 2011 1 kayıt (commit)
  24. 25 May, 2011 1 kayıt (commit)
  25. 24 May, 2011 1 kayıt (commit)
  26. 19 May, 2011 1 kayıt (commit)
  27. 15 May, 2011 2 kayıt (commit)
  28. 15 Nis, 2011 2 kayıt (commit)