1. 29 Sep, 2006 1 commit
    • PJ Eby's avatar
      Use cross-platform relative paths in ``easy-install.pth`` when doing · c82e1669
      PJ Eby authored
      ``develop`` and the source directory is a subdirectory of the installation
      target directory.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4052047
      c82e1669
  2. 28 Sep, 2006 1 commit
  3. 27 Sep, 2006 1 commit
  4. 26 Sep, 2006 2 commits
  5. 25 Sep, 2006 2 commits
  6. 22 Sep, 2006 1 commit
    • PJ Eby's avatar
      Add support for "eggsecutable" headers: a /bin/sh script that is prepended · ae347c1e
      PJ Eby authored
      to an .egg file to allow it to be run as a script on Unix-ish platforms.
      (This is mainly so that setuptools itself can have a single-file installer
      on Unix, without doing multiple downloads, dealing with firewalls, etc.)
      (Backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051969
      ae347c1e
  7. 21 Sep, 2006 8 commits
  8. 20 Sep, 2006 4 commits
    • PJ Eby's avatar
      0.6c3 release · 580975d3
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051938
      580975d3
    • PJ Eby's avatar
      More Python 2.5 compatibility fixes. · 3f80f94b
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051937
      3f80f94b
    • PJ Eby's avatar
      Backport all known 2.5-compatibility fixes · 3bf8c4fa
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051935
      3bf8c4fa
    • PJ Eby's avatar
      Backport some Python 2.5 compatibility work · 7e0489e5
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051932
      7e0489e5
  9. 17 Sep, 2006 2 commits
  10. 06 Sep, 2006 4 commits
  11. 22 Aug, 2006 2 commits
    • PJ Eby's avatar
      Update release notes for Jim's #! fixes. · c63bb77e
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051488
      c63bb77e
    • Jim Fulton's avatar
      Added quoting of script arguments and extended the quoting logic to · cd84d4b5
      Jim Fulton authored
      handle embedded quotes.
      
      Added support for passing a single argument on the shebang line to
      pass things like -O and -i.
      
      Fixed bug in handling trailing whitespace in Python command.
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051487
      cd84d4b5
  12. 13 Aug, 2006 1 commit
    • PJ Eby's avatar
      Backport OS X doc fix from trunk. · f744be10
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051244
      f744be10
  13. 21 Jul, 2006 3 commits
    • PJ Eby's avatar
      bump version number to 0.6c2.dev · 1539c7f2
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050758
      1539c7f2
    • PJ Eby's avatar
      Fix a problem with eggs specified directly on ``PYTHONPATH`` on · 6cc3cd68
      PJ Eby authored
      case-insensitive filesystems possibly not showing up in the default
      working set, due to differing normalizations of ``sys.path`` entries.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050757
      6cc3cd68
    • PJ Eby's avatar
      0.6c1 MD5 info · c816c62c
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050756
      c816c62c
  14. 20 Jul, 2006 2 commits
    • PJ Eby's avatar
      Backport PyPI regex change. · 9dea6009
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050735
      9dea6009
    • PJ Eby's avatar
      EasyInstall now includes setuptools version information in the · bad362fe
      PJ Eby authored
      ``User-Agent`` string sent to websites it visits. (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050733
      bad362fe
  15. 18 Jul, 2006 3 commits
    • PJ Eby's avatar
      Fix incorrect release note regarding the egg_info/sdist fix. · fa18a05d
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050707
      fa18a05d
    • PJ Eby's avatar
      Source distributions now always include a ``setup.cfg`` file that explicitly · 3536c85d
      PJ Eby authored
      sets ``egg_info`` options such that they produce an identical version number
      to the source distribution's version number.  (Previously, the default
      version number could be different due to the use of ``--tag-date``, or if
      the version was overridden on the command line that built the source
      distribution.)
      
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050703
      3536c85d
    • PJ Eby's avatar
      Support ``extra_path`` option to ``setup()`` when ``install`` is run in · 5afddb36
      PJ Eby authored
      backward-compatibility mode.  (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050700
      5afddb36
  16. 14 Jul, 2006 1 commit
    • PJ Eby's avatar
      * Fixed ``AttributeError`` when trying to download a ``setup_requires`` · 403e6845
      PJ Eby authored
        dependency when a distribution lacks a ``dependency_links`` setting.
      
      * Made ``zip-safe`` and ``not-zip-safe`` flag files contain a single byte,
        so as to play better with packaging tools that complain about zero-length
        files.
      
      * Made ``setup.py develop`` respect the ``--no-deps`` option, which it
        previously was ignoring.
      
      (bug fixes backported from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050659
      403e6845
  17. 11 Jul, 2006 2 commits
    • PJ Eby's avatar
      Fix doubled --tag-build help display (backport from trunk) · d9cf1dca
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050593
      d9cf1dca
    • PJ Eby's avatar
      Bump version # · ce302c2f
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050590
      ce302c2f