1. 29 Jul, 2001 1 commit
  2. 26 Jul, 2001 2 commits
  3. 25 Jul, 2001 2 commits
  4. 20 Jul, 2001 1 commit
  5. 18 Jul, 2001 1 commit
  6. 16 Jul, 2001 2 commits
  7. 04 Jul, 2001 1 commit
  8. 19 Jun, 2001 2 commits
  9. 21 May, 2001 1 commit
  10. 17 May, 2001 2 commits
  11. 23 Apr, 2001 2 commits
  12. 14 Apr, 2001 1 commit
  13. 10 Apr, 2001 1 commit
  14. 05 Apr, 2001 1 commit
  15. 31 Mar, 2001 1 commit
  16. 23 Mar, 2001 1 commit
  17. 22 Mar, 2001 6 commits
  18. 17 Mar, 2001 2 commits
  19. 16 Mar, 2001 2 commits
    • Thomas Heller's avatar
      Distutils version number has been changed from 1.0.1 to 1.0.2pre · 517c0d40
      Thomas Heller authored
      before this get forgotten again.
      Should probably be set to 1.0.2 before final release of python 2.1
      
      Does someone still release distutils separate from python?
      517c0d40
    • Thomas Heller's avatar
      The bdist_wininst.py command has been recreated after wininst.exe · c30a37b5
      Thomas Heller authored
      has been changed to include an uninstaller.
      I forgot to mention in the uninstaller checkin that the logfile
      name (used for uninstalling) has been changed from
      <module>.log to <module>-wininst.log. This should prevent
      conflicts with a distutils logfile serving the same purpose.
      
      The short form of the --bdist-dir (-d) option has been removed
      because it caused conflicts with the short form of the --dist-dir
      option.
      c30a37b5
  20. 10 Mar, 2001 1 commit
  21. 02 Mar, 2001 1 commit
  22. 28 Feb, 2001 2 commits
  23. 27 Feb, 2001 3 commits
  24. 19 Feb, 2001 1 commit
    • Thomas Heller's avatar
      Enhancements to the bdist_wininst command: · a8b3af87
      Thomas Heller authored
      --bitmap command line option allows to use a different bitmap file instead
      of the build-in python powered logo.
      --title lets you specify the text to display on the background.
      
      The editbox in the first screen now longer is
      selected (highlighted), it had the WS_TABSTOP flag.
      
      This is the patch
      http://sourceforge.net/patch/?func=detailpatch&patch_id=103687&group_id=5470
      with two changes:
      1. No messagebox displayed when the compilation to .pyc or .pyo files
      failes, this will only confuse the user (and it will fail under certain
      cases, where sys.path contains garbage).
      2. A debugging print statement was removed from bdist_wininst.py.
      a8b3af87