1. 26 Sep, 2005 1 commit
    • PJ Eby's avatar
      Ensure that WorkingSet.resolve() (and therefore require() as well) · cbbc6e76
      PJ Eby authored
      returns a list of the relevant distributions, even if they are found in
      the working set rather than the environment.  This fixes some problems
      in the 0.6a3 release.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041256
      cbbc6e76
  2. 24 Sep, 2005 8 commits
  3. 18 Sep, 2005 1 commit
    • PJ Eby's avatar
      setuptools 0.6a2 release · 3adaf85e
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041247
      3adaf85e
  4. 17 Sep, 2005 2 commits
    • PJ Eby's avatar
      Added support to solve the infamous "we want .py on Windows, no · 673ac23e
      PJ Eby authored
      extension elsewhere" problem, while also bypassing the need for PATHEXT
      on Windows, and in fact the need to even write script files at all, for
      any platform.  Instead, you define "entry points" in your setup script,
      in this case the names of the scripts you want (without extensions) and
      the functions that should be imported and run to implement the scripts.
      Setuptools will then generate platform-appropriate script files at
      install time, including an .exe wrapper when installing on Windows.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041246
      673ac23e
    • PJ Eby's avatar
      Fixed cheeseshop URL. · baad93e3
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041245
      baad93e3
  5. 14 Sep, 2005 4 commits
    • PJ Eby's avatar
      Fix another typo · 1a71998f
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041244
      1a71998f
    • PJ Eby's avatar
      Update cheeseshop URL, fix typo. · 9eb3e52f
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041243
      9eb3e52f
    • PJ Eby's avatar
      0.6a1 release of setuptools. · d8c21aa6
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041242
      d8c21aa6
    • PJ Eby's avatar
      Correctly handle URL fragments in --find-links. · 6a36f2af
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041241
      6a36f2af
  6. 03 Sep, 2005 7 commits
  7. 23 Aug, 2005 4 commits
  8. 22 Aug, 2005 10 commits
  9. 21 Aug, 2005 3 commits
    • PJ Eby's avatar
      Display a download warning in ez_setup, so that people won't be caught · 478fd8f9
      PJ Eby authored
      off-guard by the setuptools download (which only occurs if setuptools isn't
      locally available, of course).
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041216
      478fd8f9
    • PJ Eby's avatar
      Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. I · 040f032a
      PJ Eby authored
      was trying to have setuptools fix distutils' broken filename handling that
      assumes people haven't put punctuation in their distribution names,
      including '-' (which prevents unambiguous parsing of distribution names).
      However, bdist_rpm's attempt to guess a source distribution's filename
      isn't compatible with this fix, without making other changes.  I decided
      therefore to drop the fixes for the sake of backward compatibility, but
      monkeypatch bdist_rpm so that it runs "egg_info" first, to ensure that any
      --tag-svn-revision or other tagging options take effect.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041215
      040f032a
    • PJ Eby's avatar
      Make "build_ext --inplace" work sanely w/multiple Python versions and · e00f4a87
      PJ Eby authored
      platforms, by ensuring that the in-place extensions are the right ones for
      the currently-running Python, even if they are newer than their sources.
      (This, like so many other setuptools fixes and enhancements, should
      probably be backported into the distutils as well, although it would have
      to be implemented a bit differently.)
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041214
      e00f4a87