1. 24 Nov, 2004 1 commit
  2. 10 Nov, 2004 2 commits
  3. 27 Oct, 2004 1 commit
  4. 14 Oct, 2004 1 commit
  5. 13 Oct, 2004 3 commits
  6. 17 Sep, 2004 2 commits
  7. 12 Sep, 2004 1 commit
  8. 10 Sep, 2004 2 commits
  9. 29 Aug, 2004 1 commit
  10. 26 Aug, 2004 1 commit
  11. 25 Aug, 2004 3 commits
  12. 17 Aug, 2004 1 commit
  13. 04 Aug, 2004 1 commit
  14. 03 Aug, 2004 3 commits
  15. 02 Aug, 2004 1 commit
  16. 28 Jul, 2004 1 commit
  17. 23 Jul, 2004 3 commits
  18. 21 Jul, 2004 1 commit
  19. 19 Jul, 2004 2 commits
  20. 18 Jul, 2004 1 commit
  21. 16 Jul, 2004 1 commit
  22. 14 Jul, 2004 1 commit
  23. 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
  24. 02 Jul, 2004 1 commit
  25. 25 Jun, 2004 2 commits
  26. 21 Jun, 2004 1 commit
  27. 18 Jun, 2004 1 commit