1. 28 Nov, 2002 2 commits
    • Just van Rossum's avatar
      fixed typo and wrapping · 2a5b5c04
      Just van Rossum authored
      2a5b5c04
    • Just van Rossum's avatar
      - Rewrote bootstapping code in sh so we're really independent of an · 8b8c8684
      Just van Rossum authored
      installed Python. So we don't use os.execve any longer, which means
      we need an actual executable in <myapp>.app/Contents/MacOS. For applets
      we make a symlink to the Python executable used to build the applet,
      for standalone apps we simply copy it.
      - Added support for the new any_missing_maybe() feature of modulefinder.py,
      which is pending as patch #643711. Its use is optional so it still works
      with the existing version of modulefinder.py
      8b8c8684
  2. 27 Nov, 2002 18 commits
  3. 26 Nov, 2002 20 commits