1. 20 Sep, 2006 2 commits
  2. 17 Sep, 2006 2 commits
  3. 06 Sep, 2006 4 commits
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 11 Jul, 2006 7 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
    • PJ Eby's avatar
      Fix doc typo · 7486d707
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050589
      7486d707
    • PJ Eby's avatar
      Simplify release process using new egg_info options · 6feae98e
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050584
      6feae98e
    • PJ Eby's avatar
      Suppressed warning message about possibly-misspelled project name, if an egg · 95637d99
      PJ Eby authored
      or link for that project name has already been seen.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050581
      95637d99
    • PJ Eby's avatar
      Merge updated index api docs from the trunk. · 5a5f3580
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050563
      5a5f3580
    • PJ Eby's avatar
      Reduce screenscraping required for a package index. Homepage and · 6f78e2f6
      PJ Eby authored
      download URLs can now be marked with 'rel="download"' and
      'rel="homepage"' respectively, and the 'Index of Packages' string is no
      longer required.  Since PyPI doesn't yet support rel="" attributes, the
      old "<th>"-matching code remains, as does the MD5 scraping.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050557
      6f78e2f6
  11. 10 Jul, 2006 8 commits
  12. 20 Jun, 2006 1 commit
  13. 15 Jun, 2006 2 commits
  14. 09 Jun, 2006 2 commits
    • PJ Eby's avatar
      syntax error · 182bad29
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046797
      182bad29
    • PJ Eby's avatar
      0.6b3 brown bag fix; update release script to remove revision tags · 87006dd5
      PJ Eby authored
      before uploading!
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046796
      87006dd5