1. 28 Şub, 2002 5 kayıt (commit)
  2. 27 Şub, 2002 1 kayıt (commit)
  3. 26 Şub, 2002 6 kayıt (commit)
  4. 25 Şub, 2002 6 kayıt (commit)
  5. 24 Şub, 2002 4 kayıt (commit)
  6. 23 Şub, 2002 5 kayıt (commit)
  7. 22 Şub, 2002 4 kayıt (commit)
  8. 20 Şub, 2002 2 kayıt (commit)
    • Thomas Heller's avatar
      First version which runs an install-script (specified by the · d2d58e04
      Thomas Heller yazdı
      --install-script ... command line option to bdist_wininst) at the end
      of the installation and at the start of deinstallation.  Output
      (stdout, stderr) of the script (if any) is displayed in the last
      screen at installation, or in a simple message box at deinstallation.
      
      sys.argv[1] for the script will contain '-install' at installation
      time or '-remove' at deinstallation time.
      
      The installation script runs in an environment (embedded by the
      bdist_wininst runtime) where an additional function is available as
      builtin:
      
      create_shortcut(path, description, filename,
      	        [arguments[, workdir[, iconpath, iconindex]]])
      
      Recreated this file after source changes.
      d2d58e04
    • Fred Drake's avatar
      Correct the refcount information for the PyWeakref_GetObject() function. · 8371e840
      Fred Drake yazdı
      This closes SF bug #520087.
      8371e840
  9. 19 Şub, 2002 3 kayıt (commit)
  10. 18 Şub, 2002 3 kayıt (commit)
  11. 17 Şub, 2002 1 kayıt (commit)