1. 10 Jul, 2006 6 commits
  2. 20 Jun, 2006 1 commit
  3. 15 Jun, 2006 2 commits
  4. 09 Jun, 2006 6 commits
    • PJ Eby's avatar
      syntax error · 182bad29
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046797
      182bad29
    • PJ Eby's avatar
      0.6b3 brown bag fix; update release script to remove revision tags · 87006dd5
      PJ Eby authored
      before uploading!
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046796
      87006dd5
    • PJ Eby's avatar
      0.6b3 release · b3073b51
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046793
      b3073b51
    • PJ Eby's avatar
      Allow .py files found by the include_package_data option to be · f01c17e9
      PJ Eby authored
      automatically included.  Remove duplicate data file matches if both
      include_package_data and package_data are used to refer to the same
      files.
      (merge from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046791
      f01c17e9
    • PJ Eby's avatar
      Fix mysterious errors during initial setuptools install, caused by · 977692d0
      PJ Eby authored
      ez_setup trying to run easy_install twice, due to a code fallthru
      after deleting the egg from which it's running.
      (merge from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046789
      977692d0
    • PJ Eby's avatar
      Fix sometimes not detecting local packages installed outside of "site" · 455c4612
      PJ Eby authored
      directories.
      (merge from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046782
      455c4612
  5. 07 Jun, 2006 5 commits
  6. 01 Jun, 2006 2 commits
    • PJ Eby's avatar
      0.6b2 MD5's · 1c90af04
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046598
      1c90af04
    • PJ Eby's avatar
      Add missing 0.6b2 release note · 54f707ea
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046593
      54f707ea
  7. 30 May, 2006 1 commit
  8. 26 May, 2006 1 commit
  9. 23 May, 2006 3 commits
    • PJ Eby's avatar
      Oops; doc needs to go under 0.6b2, not 0.6b1 · 5dc9f89d
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046145
      5dc9f89d
    • PJ Eby's avatar
      Don't install or update a ``site.py`` patch when installing to a · b15bbd81
      PJ Eby authored
      ``PYTHONPATH`` directory with ``--multi-version``, unless an
      ``easy-install.pth`` file is already in use there.
      
      (Bugfix merge from 0.7 trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046143
      b15bbd81
    • PJ Eby's avatar
      Bump version for development of 0.6b2 · 8b0978b8
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046137
      8b0978b8
  10. 12 May, 2006 3 commits
    • PJ Eby's avatar
      Updated for 0.6b1 release MD5 signatures · 176a3301
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045986
      176a3301
    • PJ Eby's avatar
      Document 0.6b1 fixes · 16f594d2
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045985
      16f594d2
    • PJ Eby's avatar
      Better ambiguity management: accept #egg name/version even if processing · 27874986
      PJ Eby authored
      what appears to be a correctly-named distutils file, and ignore .egg
      files with no '-', since valid Python .egg files always have a version
      number (but Scheme eggs often don't).
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045984
      27874986
  11. 28 Apr, 2006 1 commit
  12. 27 Apr, 2006 1 commit
  13. 24 Apr, 2006 1 commit
    • PJ Eby's avatar
      Backport 'module' fixes to 0.6 · 847ce20a
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045696
      847ce20a
  14. 21 Apr, 2006 2 commits
  15. 19 Apr, 2006 1 commit
  16. 18 Apr, 2006 1 commit
    • PJ Eby's avatar
      Split ``get_platform()`` into ``get_supported_platform()`` and · fe16ffbe
      PJ Eby authored
      ``get_build_platform()`` to work around a Mac versioning problem that caused
      the behavior of ``compatible_platforms()`` to be platform specific.
      
      (Backport from 0.7 trunk, rev 45536)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045538
      fe16ffbe
  17. 15 Apr, 2006 1 commit
  18. 14 Apr, 2006 2 commits