1. 08 Jul, 2011 2 commits
  2. 06 Jul, 2011 1 commit
  3. 05 Jul, 2011 8 commits
  4. 04 Jul, 2011 8 commits
  5. 03 Jul, 2011 1 commit
  6. 02 Jul, 2011 2 commits
  7. 01 Jul, 2011 2 commits
  8. 29 Jun, 2011 7 commits
    • Raymond Hettinger's avatar
      Fixup repr for dict_proxy objects. · 6110d6c8
      Raymond Hettinger authored
      6110d6c8
    • Ned Deily's avatar
      Merge 2.7 · 2dfd696b
      Ned Deily authored
      2dfd696b
    • Benjamin Peterson's avatar
      merge 2.6 · 07ab7044
      Benjamin Peterson authored
      07ab7044
    • Benjamin Peterson's avatar
      fix ws · b4a47f12
      Benjamin Peterson authored
      b4a47f12
    • Ned Deily's avatar
      Issue #9516: Update Misc/NEWS. · 9688ef25
      Ned Deily authored
      9688ef25
    • Ned Deily's avatar
      Issue #9516: Change distutils to no longer globally attempt to check and · 46be55be
      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.
      46be55be
    • Ned Deily's avatar
      072f22b5
  9. 28 Jun, 2011 4 commits
  10. 27 Jun, 2011 5 commits