1. 06 Aug, 2005 2 commits
    • PJ Eby's avatar
      Fix wrongly including files that Subversion has marked deleted. · 01972d44
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041177
      01972d44
    • PJ Eby's avatar
      Performance boosts: don't create environment during require()/resolve() · 34e9acb9
      PJ Eby authored
      if all requirements can be met with items already in the working set.
      Don't eagerly determine whether a path is a directory.  Avoid redundant
      path operations, etc.  These changes dropped the test suite runtime from
      over 3.4 seconds to around .34 seconds.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041176
      34e9acb9
  2. 03 Aug, 2005 1 commit
  3. 31 Jul, 2005 1 commit
  4. 25 Jul, 2005 1 commit
  5. 24 Jul, 2005 5 commits
  6. 21 Jul, 2005 5 commits
  7. 18 Jul, 2005 3 commits
  8. 17 Jul, 2005 3 commits
  9. 16 Jul, 2005 4 commits
  10. 15 Jul, 2005 2 commits
  11. 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
  12. 12 Jul, 2005 7 commits
  13. 11 Jul, 2005 2 commits
  14. 10 Jul, 2005 2 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