An error occurred fetching the project authors.
  1. 29 Mar, 2006 2 commits
  2. 28 Mar, 2006 4 commits
  3. 24 Mar, 2006 3 commits
  4. 21 Mar, 2006 1 commit
  5. 20 Mar, 2006 2 commits
  6. 17 Mar, 2006 4 commits
  7. 11 Mar, 2006 1 commit
    • PJ Eby's avatar
      Added automatic handling of installation conflicts. Eggs are now shifted to · 72930bc0
      PJ Eby authored
      the front of sys.path, in an order consistent with where they came from,
      making EasyInstall seamlessly co-operate with system package managers.
      
      The ``--delete-conflicting`` and ``--ignore-conflicts-at-my-risk`` options
      are now no longer necessary, and will generate warnings at the end of a
      run if you use them.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042965
      72930bc0
  8. 04 Mar, 2006 2 commits
  9. 03 Mar, 2006 1 commit
  10. 28 Feb, 2006 2 commits
  11. 21 Feb, 2006 2 commits
  12. 15 Feb, 2006 1 commit
    • PJ Eby's avatar
      Misc. doc fixes · 19ec012a
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042381
      19ec012a
  13. 14 Feb, 2006 4 commits
  14. 13 Feb, 2006 3 commits
  15. 12 Feb, 2006 3 commits
  16. 10 Feb, 2006 5 commits
    • PJ Eby's avatar
      Fixed the annoying ``--help-commands`` wart, albeit in a most · 8b28bf85
      PJ Eby authored
      unfortunately kludgy fashion.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042312
      8b28bf85
    • PJ Eby's avatar
      --prefix support for even more do-what-I-meanishness. :) · ee68f241
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042310
      ee68f241
    • PJ Eby's avatar
      Implemented DWIM for PYTHONPATH. That is, ez_setup and easy_install · a0662830
      PJ Eby authored
      should now "just work" if you're using a PYTHONPATH target, and if it
      can't "just work", you get helpful instructions and doc links.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042308
      a0662830
    • PJ Eby's avatar
      New version of site.py hack, for better compatibility with distros that · 884ec05c
      PJ Eby authored
      patch the stdlib site.py.  This version runs the stdlib site.py, then
      tries to hack sys.path back to something resembling what the old version
      did.  Unfortunately, this is complex since site.py and .pth files can
      munge the path in rather arbitrary ways, and the initial setup of
      sys.path is dependent on the platform and Python version.  This code has
      been tested on Linux, cygwin, and Windows Python, versions 2.2, 2.3, and
      2.4 (although not all versions on all platforms), and appears to perform
      as intended.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042302
      884ec05c
    • PJ Eby's avatar
      Ugh. Rereading the Fedora patch shows my previous hack won't actually · f2489447
      PJ Eby authored
      accomplish anything useful.  This one should, but it needs testing by
      someone who actually has a Fedora 64-bit x86 setup.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042301
      f2489447