1. 12 Feb, 2012 4 commits
  2. 11 Feb, 2012 1 commit
    • Ned Deily's avatar
      Issue #13994: Earler partial revert of Distutils enhancements in 2.7 · c47a4592
      Ned Deily authored
      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
  3. 10 Feb, 2012 3 commits
    • Benjamin Peterson's avatar
      0f7e2df2
    • Ned Deily's avatar
      Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building · 0d0ea487
      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.)
      0d0ea487
    • Éric Araujo's avatar
      distutils 2.7’s Extension does not support optional (#13865). · 4ad7f7f3
      Éric Araujo authored
      Reported by Miki Tebeka.
      4ad7f7f3
  4. 09 Feb, 2012 2 commits
  5. 08 Feb, 2012 1 commit
  6. 06 Feb, 2012 2 commits
  7. 05 Feb, 2012 6 commits
  8. 04 Feb, 2012 6 commits
  9. 03 Feb, 2012 2 commits
  10. 02 Feb, 2012 7 commits
  11. 01 Feb, 2012 6 commits