1. 14 Oct, 2009 1 commit
    • PJ Eby's avatar
      Add a better link to the files · e3aaece7
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075399
      e3aaece7
  2. 12 Oct, 2009 4 commits
    • PJ Eby's avatar
      Update change log · da607e59
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075389
      da607e59
    • PJ Eby's avatar
      Windows 64/Vista UAC fixes · 81e2bb6c
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075388
      81e2bb6c
    • PJ Eby's avatar
      Backport fixes for issues 16 & 23 from trunk · 11e0e840
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075386
      11e0e840
    • PJ Eby's avatar
      Major updates and fixes include: · 9294929b
      PJ Eby authored
      * Fix for the Python 2.6.3 build_ext API change
      * Support for the most recent Sourceforge download link insanity
      * Support for SVN 1.6
      * Stop crashing on certain types of HTTP error
      * Stop re-trying URLs that already failed retrieval once
      * Fixes for various dependency management problems such as looping
        builds, re-downloading packages already present on sys.path (but not
        in a registered "site" directory), and randomly preferring local -f
        packages over local installed packages
      * Prevent lots of spurious "already imported from another path" warnings
        (e.g. when pkg_resources is imported late)
      * Ensure C libraries (as opposed to extensions) are also built when
        doing bdist_egg
      
      Other changes:
      
      * Misc. documentation fixes
      * Improved Jython support
      * Fewer warnings under Python 2.6+
      * Warn when 'packages' uses paths instead of package names (because it
        causes other problems, like spurious "already imported" warnings)
      * Stop using /usr/bin/sw_vers on Mac OS (replaced w/'platform' module
        calls)
      
      Note: This is NOT a merge from Distribute; upon review, many of the
      tracker-submitted patches used as a basis for forking were incorrect,
      incomplete, introduced new bugs, or were not addressing the root
      causes.  (E.g., one of the changes in this patch fixes three superficially
      unrelated issues in the setuptools bug tracker.)  Careful review will be
      required if you  want to merge this work back into Distribute.
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075385
      9294929b
  3. 02 Oct, 2008 1 commit
    • PJ Eby's avatar
      Signatures for 0.6c9 · 20a0abd3
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066750
      20a0abd3
  4. 24 Sep, 2008 6 commits
  5. 11 Sep, 2008 1 commit
  6. 21 Aug, 2008 11 commits
  7. 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
  8. 16 Jul, 2008 1 commit
  9. 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
  10. 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
  11. 14 Feb, 2008 3 commits
  12. 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
  13. 18 Jan, 2008 1 commit
  14. 15 Jan, 2008 2 commits
  15. 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
  16. 08 Oct, 2007 1 commit
  17. 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