1. 07 Jan, 2005 1 commit
  2. 06 Jan, 2005 1 commit
  3. 05 Jan, 2005 5 commits
  4. 04 Jan, 2005 1 commit
  5. 03 Jan, 2005 4 commits
  6. 02 Jan, 2005 2 commits
  7. 01 Jan, 2005 6 commits
  8. 31 Dec, 2004 5 commits
  9. 30 Dec, 2004 2 commits
  10. 29 Dec, 2004 5 commits
  11. 28 Dec, 2004 3 commits
  12. 27 Dec, 2004 3 commits
  13. 26 Dec, 2004 2 commits
    • Jack Jansen's avatar
      After discussion on the PythonMac-SIG it was decided that it is better · e3ce630d
      Jack Jansen authored
      to make using "-undefined dynamic_lookup" for linking extensions more
      automatic on 10.3 and later. So if we're on that platform and
      MACOSX_DEPLOYMENT_TARGET is not set we now set it to the current OSX
      version during configure. Additionally, distutils will pick up the
      configure-time value by default.
      
      Will backport.
      e3ce630d
    • Jack Jansen's avatar
      A script to fix Apple-installed Python 2.3 (and a test whether the user · da9723a6
      Jack Jansen authored
      needs to run it in the Makefile).
      
      After installing a newer framework Python the apple-installed Python can
      no longer build extension modules, because they will inadvertantly be linked
      against the newer framework. This script modifies lib/config/Makefile so
      it will link extensions with "-undefined dynamic_lookup", which forestalls
      this problem.
      
      Will backport to 2.4 and 2.3.
      da9723a6