1. 21 May, 2001 1 commit
  2. 17 May, 2001 2 commits
  3. 23 Apr, 2001 2 commits
  4. 14 Apr, 2001 1 commit
  5. 10 Apr, 2001 1 commit
  6. 05 Apr, 2001 1 commit
  7. 31 Mar, 2001 1 commit
  8. 23 Mar, 2001 1 commit
  9. 22 Mar, 2001 6 commits
  10. 17 Mar, 2001 2 commits
  11. 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
  12. 10 Mar, 2001 1 commit
  13. 02 Mar, 2001 1 commit
  14. 28 Feb, 2001 2 commits
  15. 27 Feb, 2001 3 commits
  16. 19 Feb, 2001 2 commits
    • 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
    • Marc-André Lemburg's avatar
      This patch makes the default compiler determination more flexible · 7122d972
      Marc-André Lemburg authored
      and also takes the sys.platform name into account. This helps on
      platforms where there are multiple possible compiler backends (the
      one with which Python itself was compiled is preferred over others
      in this case).
      
      The patch uses this new technique to enable using cygwin compiler
      per default for cygwin compiled Pythons.
      
      Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
      7122d972
  17. 17 Feb, 2001 1 commit
  18. 16 Feb, 2001 1 commit
  19. 09 Feb, 2001 3 commits
  20. 05 Feb, 2001 1 commit
  21. 31 Jan, 2001 1 commit
  22. 28 Jan, 2001 2 commits
  23. 26 Jan, 2001 1 commit
  24. 25 Jan, 2001 1 commit