1. 04 Jul, 2011 1 commit
  2. 03 Jul, 2011 1 commit
  3. 30 Jun, 2011 3 commits
  4. 29 Jun, 2011 3 commits
    • Ned Deily's avatar
      Issue #9516: Merge Distutils changes from 3.2 · d2a69b01
      Ned Deily authored
      d2a69b01
    • Ned Deily's avatar
      Issue #9516: Change distutils to no longer globally attempt to check and · 40bee45e
      Ned Deily authored
      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.
      40bee45e
    • Ned Deily's avatar
      140120ec
  5. 28 Jun, 2011 2 commits
  6. 11 Jun, 2011 3 commits
  7. 04 Jun, 2011 2 commits
  8. 29 May, 2011 3 commits
  9. 28 May, 2011 3 commits
  10. 22 May, 2011 1 commit
  11. 21 May, 2011 1 commit
  12. 19 May, 2011 2 commits
  13. 15 May, 2011 3 commits
  14. 13 May, 2011 2 commits
  15. 10 May, 2011 6 commits
  16. 08 May, 2011 1 commit
  17. 20 Apr, 2011 2 commits
  18. 17 Apr, 2011 1 commit