1. 11 Dec, 2001 1 commit
  2. 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
  3. 06 Dec, 2001 6 commits
  4. 10 Nov, 2001 1 commit
  5. 05 Oct, 2001 2 commits
  6. 05 Sep, 2001 2 commits
  7. 04 Sep, 2001 3 commits
  8. 03 Sep, 2001 1 commit
  9. 29 Aug, 2001 1 commit
  10. 27 Aug, 2001 1 commit
  11. 23 Aug, 2001 1 commit
  12. 16 Aug, 2001 3 commits
  13. 13 Aug, 2001 1 commit
  14. 10 Aug, 2001 7 commits
  15. 09 Aug, 2001 3 commits
  16. 02 Aug, 2001 1 commit
  17. 29 Jul, 2001 1 commit
  18. 26 Jul, 2001 2 commits
  19. 25 Jul, 2001 1 commit
    • Greg Ward's avatar
      Undo revision 1.7: always mangle a #! line containing "python" to point · 49b8a8e8
      Greg Ward authored
      to the current Python interpreter (ie. the one used for
      building/installation), even (especially!) if "/usr/bin/env" appears in
      the #! line.
      
      Rationale: installing scripts with "#!/usr/bin/env python" is asking for
      trouble, because
        1) it might pick the wrong interpreter (not the one used to
           build/install the script)
        2) it doesn't work on all platforms (try it on IRIX 5, or on Linux
           with command-line options for python)
        3) "env" might not be in /usr/bin
      49b8a8e8