1. 10 Feb, 2012 2 commits
    • Ned Deily's avatar
      Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building · 9e8f1dc6
      Ned Deily authored
      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.)
      9e8f1dc6
    • Ezio Melotti's avatar
  2. 09 Feb, 2012 2 commits
  3. 08 Feb, 2012 1 commit
  4. 06 Feb, 2012 1 commit
  5. 03 Feb, 2012 1 commit
  6. 27 Jan, 2012 1 commit
  7. 20 Jan, 2012 1 commit
  8. 03 Jan, 2012 1 commit
  9. 28 Jul, 2011 1 commit
  10. 15 Jul, 2011 1 commit
  11. 14 Jul, 2011 1 commit
  12. 02 Jul, 2011 1 commit
  13. 27 Jun, 2011 1 commit
  14. 25 Jun, 2011 1 commit
  15. 19 Jun, 2011 1 commit
  16. 11 Jun, 2011 3 commits
  17. 10 Jun, 2011 2 commits
  18. 05 Jun, 2011 2 commits
  19. 01 Jun, 2011 1 commit
  20. 31 May, 2011 1 commit
  21. 29 May, 2011 7 commits
  22. 28 May, 2011 5 commits
  23. 27 May, 2011 2 commits