1. 25 Jun, 2005 1 commit
    • PJ Eby's avatar
      0.5a3 bugfix release · 5ed7f988
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041072
      5ed7f988
  2. 15 Jun, 2005 6 commits
  3. 14 Jun, 2005 11 commits
  4. 12 Jun, 2005 6 commits
  5. 07 Jun, 2005 1 commit
  6. 06 Jun, 2005 1 commit
  7. 05 Jun, 2005 7 commits
  8. 04 Jun, 2005 2 commits
  9. 31 May, 2005 2 commits
    • PJ Eby's avatar
      Release 0.3a3 · 70bf5aa6
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041033
      70bf5aa6
    • PJ Eby's avatar
      Ditch outdated TODO file, move docs to a new 'EasyInstall.txt' file. Fix · 894c3467
      PJ Eby authored
      installation report for .egg files/directories.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041032
      894c3467
  10. 30 May, 2005 3 commits
    • PJ Eby's avatar
      Add option to allow specifying a download/extract/build directory, which · 2de648f4
      PJ Eby authored
      will be kept after installation completes.  Added an "installation report"
      that tells you how to use 'require()' to activate a particular package
      version.  Installer.install_eggs() now returns a list of Distribution
      objects for the eggs it found and installed, so that the command-line tool
      can print an installation report for each one.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041031
      2de648f4
    • PJ Eby's avatar
      Ensure that the distribution name written to PKG-INFO is the same as the · a0453161
      PJ Eby authored
      name you'll use in 'require()' operations for that distribution.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041030
      a0453161
    • PJ Eby's avatar
      Add setup script "sandboxing" -- abort a setup script if it tries to write · 0017e334
      PJ Eby authored
      to the filesystem outside of the installer's temporary directory.  This is
      accomplished by temporarily replacing 'os.*' functions and the 'open'
      builtin with path-validation wrappers.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041029
      0017e334