1. 10 Sep, 2004 2 commits
  2. 29 Aug, 2004 1 commit
  3. 26 Aug, 2004 1 commit
  4. 25 Aug, 2004 3 commits
  5. 17 Aug, 2004 1 commit
  6. 04 Aug, 2004 1 commit
  7. 03 Aug, 2004 3 commits
  8. 02 Aug, 2004 1 commit
  9. 28 Jul, 2004 1 commit
  10. 23 Jul, 2004 3 commits
  11. 21 Jul, 2004 1 commit
  12. 19 Jul, 2004 2 commits
  13. 18 Jul, 2004 1 commit
  14. 16 Jul, 2004 1 commit
  15. 14 Jul, 2004 1 commit
  16. 06 Jul, 2004 1 commit
    • Thomas Heller's avatar
      Fix SF#983164. · 84314dfe
      Thomas Heller authored
      Patch from Mark Hammond:
      
      bdist_wininst attempts to use the correct MSVC runtime for the current
      version of Python. This doesn't work correctly when --target-version
      is set. In that case, bdist_wininst still uses the *current*
      sys.version (ie, 2.4) rather than the version specified as
      --target-version. Thus, the msvc7 runtime based executable stub is
      *always* used.
      
      This patch "hard-codes" knowledge of earlier Python versions,
      providing the correct result when Python 2.4 is used to build Python
      2.3 and earlier distributions.
      
      Remove the short variant (-v) of the --target-version command line
      options, it conflicts with the --verbose/-v standard distutils switch.
      84314dfe
  17. 02 Jul, 2004 1 commit
  18. 25 Jun, 2004 2 commits
  19. 21 Jun, 2004 1 commit
  20. 18 Jun, 2004 3 commits
  21. 17 Jun, 2004 2 commits
  22. 15 Jun, 2004 2 commits
  23. 11 Jun, 2004 2 commits
  24. 05 Jun, 2004 1 commit
  25. 03 Jun, 2004 1 commit
    • Jack Jansen's avatar
      Partial fix for #887242 (link extensions with dynamic_lookup in stead · 48fa26d6
      Jack Jansen authored
      of hard linking against the framework).
      
      If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we
      setup extensions to link with dynamic lookup. We also record the
      value in the Makefile.
      
      Distutils checks whether a value for MACOSX_DEPLOYMENT_TARGET was
      recorded in the Makefile, and if it was insists that the current
      value matches.
      
      This is only a partial fix because it only applies to 2.4, and the
      "two python problem" exists with Python 2.3 shipped with MacOSX 10.3,
      which we have no influence over.
      48fa26d6
  26. 31 May, 2004 1 commit