1. 29 Dec, 2006 3 commits
  2. 01 Dec, 2006 1 commit
  3. 24 Oct, 2006 1 commit
    • PJ Eby's avatar
      Fixed not allowing ``os.open()`` of paths outside the sandbox, even if they · 3abf8f8b
      PJ Eby authored
      are opened read-only (e.g. reading ``/dev/urandom`` for random numbers, as
      is done by ``os.urandom()`` on some platforms).
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4052438
      3abf8f8b
  4. 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
  5. 28 Sep, 2006 1 commit
  6. 27 Sep, 2006 1 commit
  7. 26 Sep, 2006 2 commits
  8. 25 Sep, 2006 2 commits
  9. 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
  10. 21 Sep, 2006 8 commits
  11. 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
  12. 17 Sep, 2006 2 commits
  13. 06 Sep, 2006 4 commits
  14. 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
  15. 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
  16. 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
  17. 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
  18. 18 Jul, 2006 1 commit