1. 24 Sep, 2008 5 commits
  2. 11 Sep, 2008 1 commit
  3. 21 Aug, 2008 11 commits
  4. 24 Jul, 2008 1 commit
    • PJ Eby's avatar
      Backport egg_info SVN fix from trunk · b3ba9a6a
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065223
      b3ba9a6a
  5. 16 Jul, 2008 1 commit
  6. 10 Mar, 2008 1 commit
    • PJ Eby's avatar
      Fixed ``win32.exe`` support for .pth files, so unnecessary directory · 005e04d6
      PJ Eby authored
      nesting is flattened out in the resulting egg.  (There was a
      case-sensitivity problem that affected some distributions, notably
      ``pywin32``.)
      
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4061342
      005e04d6
  7. 15 Feb, 2008 2 commits
    • PJ Eby's avatar
      Fix ``resource_listdir('')`` always returning an empty list for zipped · 601add28
      PJ Eby authored
      eggs.  Fix missing import in sdist command when encountering
      unrecognized SVN entries format.  (backports from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060849
      601add28
    • PJ Eby's avatar
      Bump version · ef659874
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060848
      ef659874
  8. 14 Feb, 2008 3 commits
  9. 19 Jan, 2008 1 commit
    • PJ Eby's avatar
      Fix interactions between the various "require" options, · 60cf2d31
      PJ Eby authored
      so that downloads aren't repeated and needed eggs are
      always installed, even if they were downloaded to the
      setup directory already.  (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060066
      60cf2d31
  10. 18 Jan, 2008 1 commit
  11. 15 Jan, 2008 2 commits
  12. 03 Jan, 2008 1 commit
    • PJ Eby's avatar
      Backport gui.exe launcher fix. · 8e3c998e
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4059684
      8e3c998e
  13. 08 Oct, 2007 1 commit
  14. 26 Sep, 2007 2 commits
    • PJ Eby's avatar
      Fixed a missing files problem when using Windows source distributions on · dd4feba8
      PJ Eby authored
      non-Windows platforms, due to distutils not handling manifest file line
      endings correctly.  (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058259
      dd4feba8
    • PJ Eby's avatar
      Bump version. · 85ee3531
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058258
      85ee3531
  15. 04 Sep, 2007 4 commits
    • PJ Eby's avatar
      0.6c7 release · 9a85e27d
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057967
      9a85e27d
    • PJ Eby's avatar
      The default ``--index-url`` is now ``http://pypi.python.org/simple``, to · a44ba4da
      PJ Eby authored
      use the Python Package Index's new simpler (and faster!) REST API.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057965
      a44ba4da
    • PJ Eby's avatar
      Fix import problems with nested namespace packages installed via · 46c6ed5e
      PJ Eby authored
      ``--root`` or ``--single-version-externally-managed``, due to the
      parent package not having the child package as an attribute.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057946
      46c6ed5e
    • PJ Eby's avatar
      Fix package precedence problem where single-version eggs installed in · 9dcf16a5
      PJ Eby authored
      ``site-packages`` would take precedence over ``.egg`` files (or
      directories) installed in ``site-packages``.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057944
      9dcf16a5
  16. 24 Aug, 2007 1 commit
  17. 12 Jul, 2007 1 commit
    • PJ Eby's avatar
      Backport findall() fix fix from trunk. · ab69c26c
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4056321
      ab69c26c
  18. 11 Jul, 2007 1 commit
    • PJ Eby's avatar
      Update release notes w/fixes. · 78d1ac39
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4056278
      78d1ac39