1. 21 Mar, 2002 3 commits
  2. 28 Feb, 2002 1 commit
  3. 20 Feb, 2002 1 commit
    • Thomas Heller's avatar
      First version which runs an install-script (specified by the · 32ee66a4
      Thomas Heller authored
      --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.
      32ee66a4
  4. 11 Feb, 2002 1 commit
  5. 08 Feb, 2002 1 commit
  6. 06 Feb, 2002 1 commit
  7. 01 Feb, 2002 2 commits
  8. 31 Jan, 2002 2 commits
  9. 29 Jan, 2002 1 commit
  10. 18 Jan, 2002 1 commit
    • Thomas Heller's avatar
      SWIGing a source file <name>.i silently overwrites <name>.c if it is · 877f0c18
      Thomas Heller authored
      present - at least the swigged file should be named <name>_wrap.c as
      this is also SWIG's default. (Even better would be to generate the
      wrapped sources in a different location, but I'll leave this for
      later).
      
      Newer versions of SWIG don't accept the -dnone flag any more.
      
      Since virtually nobody uses SWIG with distutils, this should do no
      harm.
      
      Suggested be Martin Bless on c.l.p.
      877f0c18
  11. 12 Jan, 2002 1 commit
  12. 21 Dec, 2001 1 commit
  13. 18 Dec, 2001 2 commits
  14. 11 Dec, 2001 2 commits
  15. 10 Dec, 2001 2 commits
    • Michael W. Hudson's avatar
      Fix for · 158c496c
      Michael W. Hudson authored
      [ #409430 ] pydoc install broken
      158c496c
    • Michael W. Hudson's avatar
      Fix for · 730b95b7
      Michael W. Hudson authored
      [ #477371 ] build_scripts can use wrong #! line
      
      scripts now get "built" into a directory
      
      build/scripts-$(PYTHON_VERSION)/
      730b95b7
  16. 06 Dec, 2001 6 commits
  17. 10 Nov, 2001 1 commit
  18. 05 Oct, 2001 2 commits
  19. 05 Sep, 2001 2 commits
  20. 04 Sep, 2001 3 commits
  21. 03 Sep, 2001 1 commit
  22. 29 Aug, 2001 1 commit
  23. 27 Aug, 2001 1 commit
  24. 23 Aug, 2001 1 commit