1. 24 Jul, 2005 5 commits
  2. 21 Jul, 2005 5 commits
  3. 18 Jul, 2005 3 commits
  4. 17 Jul, 2005 3 commits
  5. 16 Jul, 2005 4 commits
  6. 15 Jul, 2005 2 commits
  7. 13 Jul, 2005 2 commits
    • PJ Eby's avatar
      Prep for 0.5a12 release; update docs. · ec66b7d6
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041125
      ec66b7d6
    • PJ Eby's avatar
      Updated extraction/cache mechanism for zipped resources to avoid inter- · 9e8e8681
      PJ Eby authored
      process and inter-thread races during extraction.  The default cache
      location can now be set via the ``PYTHON_EGGS_CACHE`` environment variable,
      and the default Windows cache is now a ``Python-Eggs`` subdirectory of the
      current user's "Application Data" directory, if the ``PYTHON_EGGS_CACHE``
      variable isn't set.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041124
      9e8e8681
  8. 12 Jul, 2005 7 commits
  9. 11 Jul, 2005 2 commits
  10. 10 Jul, 2005 6 commits
    • PJ Eby's avatar
      First-pass implementation of zippability analysis; scans for impure · 4b0b1262
      PJ Eby authored
      distribution or use of __file__/__path__ and selected 'inspect' operations.
      Currently, the analysis is a bit overconservative; when the runtime is more
      robust, it should probably allow extensions to be zipped by default.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041114
      4b0b1262
    • PJ Eby's avatar
      Implement ``namespace_packages`` keyword to ``setup()``. Added keyword · 39fc2a15
      PJ Eby authored
      summary to setuptools doc.  Begin work on ``zip_safe`` flag.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041113
      39fc2a15
    • PJ Eby's avatar
      Add an example of using the new "directory w/setup.py" feature · 7922a815
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041112
      7922a815
    • PJ Eby's avatar
      EasyInstall now builds eggs in a temporary directory alongside the setup · 29108200
      PJ Eby authored
      script it's running.  This avoids it getting confused by projects with
      non-standard distribution locations, and projects that may have various
      eggs already sitting in their distribution directory.  It should probably
      also do something like this for the build directory to ensure a clean,
      fresh build, but it seems like overkill, since it only affects local
      projects, not stuff that EasyInstall downloaded in the first place.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041111
      29108200
    • PJ Eby's avatar
      Allow EasyInstall to accept a directory containing a setup script as one · ebe75f51
      PJ Eby authored
      of its arguments.  Fix swapped short option names for --bdist-dir and
      --dist-dir in bdist_egg.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041110
      ebe75f51
    • PJ Eby's avatar
      Detect and handle conflicts with "unmanaged" packages when installing · 451377d0
      PJ Eby authored
      packages managed by EasyInstall.  Also, add an option to exclude source
      files from .egg distributions.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041109
      451377d0
  11. 09 Jul, 2005 1 commit