1. 23 Feb, 2007 1 commit
  2. 20 Feb, 2007 1 commit
  3. 17 Feb, 2007 1 commit
  4. 15 Feb, 2007 2 commits
  5. 08 Feb, 2007 1 commit
  6. 01 Feb, 2007 2 commits
  7. 24 Jan, 2007 3 commits
  8. 19 Jan, 2007 1 commit
    • PJ Eby's avatar
      Fix missing dev links in new README · a47edc63
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053495
      a47edc63
  9. 09 Jan, 2007 10 commits
    • PJ Eby's avatar
      Update release notes. · f1365f5e
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053328
      f1365f5e
    • PJ Eby's avatar
      Bump to 0.6c6. :( · a3bbfc46
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053326
      a3bbfc46
    • PJ Eby's avatar
      Fix missing backport of import fix for bdist_rpm building non-source · 3c7dab35
      PJ Eby authored
      rpms.
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053325
      3c7dab35
    • PJ Eby's avatar
      MD5's for 0.6c5 · 8d0f76da
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053320
      8d0f76da
    • PJ Eby's avatar
      Fix uploaded ``bdist_wininst`` packages being described as suitable for · e4b870ff
      PJ Eby authored
      "any" version by Python 2.5, even if a ``--target-version`` was
      specified.  (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053319
      e4b870ff
    • PJ Eby's avatar
      Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixes · e75740ba
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053317
      e75740ba
    • PJ Eby's avatar
      MD5's for setuptools 0.6c4. · c9e71537
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053313
      c9e71537
    • PJ Eby's avatar
      Argh. · d8f5d221
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053311
      d8f5d221
    • PJ Eby's avatar
      Don't double-upload .exe files under Python 2.5. :( · 605ef54c
      PJ Eby authored
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053310
      605ef54c
    • PJ Eby's avatar
      README formatting fix (backport from trunk) · e3c117ac
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053308
      e3c117ac
  10. 05 Jan, 2007 1 commit
    • PJ Eby's avatar
      Fix a problem installing eggs with a system packaging tool if the project · ddfd78c6
      PJ Eby authored
      contained an implicit namespace package; for example if the ``setup()``
      listed a namespace package ``foo.bar`` without explicitly listing
      ``foo`` as a namespace package. (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053271
      ddfd78c6
  11. 30 Dec, 2006 2 commits
  12. 29 Dec, 2006 9 commits
    • PJ Eby's avatar
      Switch default package-index to cheeseshop.python.org, and make · dfa0c16a
      PJ Eby authored
      setuptools' home page its cheeseshop page.  (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053196
      dfa0c16a
    • PJ Eby's avatar
      Overhauled Windows script wrapping to support ``bdist_wininst`` better. · e44a3a3a
      PJ Eby authored
      Scripts installed with ``bdist_wininst`` will always use ``#!python.exe`` or
      ``#!pythonw.exe`` as the executable name (even when built on non-Windows
      platforms!), and the wrappers will look for the executable in the script's
      parent directory (which should find the right version of Python).
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053194
      e44a3a3a
    • PJ Eby's avatar
      Partial support for cross-platform generation of bdist_wininst .exe's. · 47f061ee
      PJ Eby authored
      Unfortunately, bdist_wininst doesn't fix up #! lines, so python.exe or
      pythonw.exe have to be on PATH for generated scripts to work.  This
      could probably be fixed up with a post-install script, but that's a
      job for another day.  (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053186
      47f061ee
    • PJ Eby's avatar
      Work around a distutils bdist_wininst bug: if the user has specified an · 3f14d160
      PJ Eby authored
      --install-lib via a configuration file, the path is hardcoded into the
      .exe file in place of PLATLIB/ or PURELIB/.  (Backport from trunk.)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053184
      3f14d160
    • PJ Eby's avatar
      Fix import problem for bdist_rpm w/Python<2.5 · 76dfb37a
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053182
      76dfb37a
    • PJ Eby's avatar
      And another typo... · 1b118c5f
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053180
      1b118c5f
    • PJ Eby's avatar
      Fix typo in release notes · 6d2f3ce9
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053179
      6d2f3ce9
    • PJ Eby's avatar
      Removed all special support for Sourceforge mirrors, as Sourceforge's · a2c73245
      PJ Eby authored
      mirror system now works well for non-browser downloads.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053178
      a2c73245
    • PJ Eby's avatar
      New installation instructions & credits (backport from trunk) · df37d56d
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053176
      df37d56d
  13. 01 Dec, 2006 1 commit
  14. 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
  15. 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
  16. 28 Sep, 2006 1 commit
  17. 27 Sep, 2006 1 commit
  18. 26 Sep, 2006 1 commit