1. 12 Mar, 2014 1 kayıt (commit)
  2. 04 Tem, 2013 1 kayıt (commit)
  3. 15 Haz, 2013 1 kayıt (commit)
  4. 14 Haz, 2013 1 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. 10 Eki, 2012 1 kayıt (commit)
  8. 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
  9. 30 Haz, 2012 1 kayıt (commit)
  10. 18 Ock, 2012 5 kayıt (commit)
  11. 08 Eki, 2011 1 kayıt (commit)
  12. 07 Eki, 2011 1 kayıt (commit)
  13. 28 Tem, 2011 1 kayıt (commit)
  14. 15 May, 2011 2 kayıt (commit)
  15. 06 Kas, 2010 3 kayıt (commit)
    • Éric Araujo's avatar
      Remove traces of Mac OS 9 support, again (#9508). · 45ee43be
      Éric Araujo yazdı
      This was done in r80805 (#7908) and erroneously brought back by the
      distutils revert.  This commit removes more code than the original,
      which was uncomplete.  There is no NEWS entry, like in r80805.
      45ee43be
    • Éric Araujo's avatar
      Merged revisions 86223-86224,86226,86234 via svnmerge from · d1feff70
      Éric Araujo yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Always close files in distutils code and tests (#10252).
      ........
        r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Add missing entry for r86223.
      ........
        r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Of course, I forgot one file in r86223.
      ........
        r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Also close file descriptors from os.popen and subprocess.Popen
      ........
      d1feff70
    • Éric Araujo's avatar
      Merged revisions 86223-86224,86226,86234 via svnmerge from · c6d7ead0
      Éric Araujo yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Always close files in distutils code and tests (#10252).
      ........
        r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Add missing entry for r86223.
      ........
        r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Of course, I forgot one file in r86223.
      ........
        r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Also close file descriptors from os.popen and subprocess.Popen
      ........
      c6d7ead0
  16. 05 Kas, 2010 1 kayıt (commit)
  17. 02 Agu, 2010 2 kayıt (commit)
  18. 22 Tem, 2010 1 kayıt (commit)
  19. 11 Tem, 2010 3 kayıt (commit)
  20. 05 May, 2010 2 kayıt (commit)
  21. 01 Nis, 2010 1 kayıt (commit)
  22. 07 Mar, 2010 1 kayıt (commit)
  23. 05 Mar, 2010 1 kayıt (commit)
  24. 29 Ock, 2010 2 kayıt (commit)
  25. 26 Ock, 2010 2 kayıt (commit)