Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge setuptools.archive_util and setuptools.archive_util and setuptools.depends | Jason R. Coombs | 2013-05-03 | 1 | -7/+12 |
|\ | |||||
| * | Guard the chmod in case external_attr is 0. | Jonathan Lange | 2012-09-19 | 1 | -1/+3 |
| | | |||||
| * | Set permissions when extracting from zipfile. | Jonathan Lange | 2012-08-10 | 1 | -0/+1 |
| | | |||||
| * | Include symlinks when extracting source dist. Fixes #183. | Toshio Kuratomi | 2012-03-23 | 1 | -13/+16 |
| | | |||||
| * | Protected against failures in tarfile extraction, as we use a private method ↵ | Hanno Schlichting | 2009-07-16 | 1 | -1/+4 |
| | | | | | | | | which can raise those. Patch as per PJE's setuptools trunk commit r65946. This closes #10. | ||||
* | | Copy changes to setuptools/archive_util.py setuptools/depends.py ↵ | Jason R. Coombs | 2013-05-03 | 1 | -18/+18 |
|/ | | | | setuptools/extension.py and setuptools/__init__.py from 1aae1efe5733 | ||||
* | Preserve timestamps and permissions when "unpacking" (copying) a | PJ Eby | 2006-03-17 | 1 | -3/+3 |
| | | | | directory tree. | ||||
* | Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, so | PJ Eby | 2005-12-06 | 1 | -3/+44 |
| | | | | | that you can process a directory tree through a processing filter as if it were a zipfile or tarfile. | ||||
* | Detect and handle conflicts with "unmanaged" packages when installing | PJ Eby | 2005-07-10 | 1 | -2/+2 |
| | | | | | packages managed by EasyInstall. Also, add an option to exclude source files from .egg distributions. | ||||
* | Enhance unpack_* utilities to allow on-the-fly redirection of where files | PJ Eby | 2005-06-15 | 1 | -16/+16 |
| | | | | are extracted to. | ||||
* | Split setup-running and archive-extraction utilities into separate modules, | PJ Eby | 2005-06-12 | 1 | -0/+164 |
for easy use by tools other than EasyInstall. |