aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/archive_util.py
Commit message (Expand)AuthorAgeFilesLines
* Protected against failures in tarfile extraction, as we use a private method ...Hanno Schlichting2009-07-161-1/+4
* Preserve timestamps and permissions when "unpacking" (copying) aPJ Eby2006-03-171-3/+3
* Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, soPJ Eby2005-12-061-3/+44
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-2/+2
* Enhance unpack_* utilities to allow on-the-fly redirection of where filesPJ Eby2005-06-151-16/+16
* Split setup-running and archive-extraction utilities into separate modules,PJ Eby2005-06-121-0/+164