aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/archive_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Protected against failures in tarfile extraction, as we use a private method ↵Hanno Schlichting2009-07-161-1/+4
| | | | | | | | which can raise those. Patch as per PJE's setuptools trunk commit r65946. This closes #10. --HG-- branch : distribute extra : rebase_source : c621c9d165d820c32bc08d9a9a168074842e3d66
* Preserve timestamps and permissions when "unpacking" (copying) aPJ Eby2006-03-171-3/+3
| | | | | | | | directory tree. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043114
* Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, soPJ Eby2005-12-061-3/+44
| | | | | | | | | that you can process a directory tree through a processing filter as if it were a zipfile or tarfile. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041617
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-2/+2
| | | | | | | | | 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
* Enhance unpack_* utilities to allow on-the-fly redirection of where filesPJ Eby2005-06-151-16/+16
| | | | | | | | are extracted to. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041066
* Split setup-running and archive-extraction utilities into separate modules,PJ Eby2005-06-121-0/+164
for easy use by tools other than EasyInstall. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041049