summaryrefslogtreecommitdiff
path: root/setuptools/archive_util.py
Commit message (Expand)AuthorAgeFilesLines
* Handle tarballs with forward-referencing symlinksphillip.eby2010-10-121-6/+6
* Argh. Missing parens.phillip.eby2010-10-091-2/+2
* Don't crash if an unextractable symlink is found.phillip.eby2010-10-091-2/+2
* Tarfile link support, and handle .pyd/.dll files installed as data on phillip.eby2010-10-021-9/+9
* Fix for http://bugs.python.org/setuptools/issue16phillip.eby2008-08-211-1/+6
* Backport whitespace normalization from 2.5 trunk.phillip.eby2006-04-191-7/+2
* Preserve timestamps and permissions when "unpacking" (copying) a phillip.eby2006-03-171-3/+3
* Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, sophillip.eby2005-12-061-3/+44
* Detect and handle conflicts with "unmanaged" packages when installingpje2005-07-101-2/+2
* Enhance unpack_* utilities to allow on-the-fly redirection of where filespje2005-06-151-16/+16
* Split setup-running and archive-extraction utilities into separate modules,pje2005-06-121-0/+164