| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 87277 via svnmerge from | Éric Araujo | 2010-12-15 | 1 | -1/+1 |
|
|
* | #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the... | Tarek Ziadé | 2009-10-24 | 1 | -4/+6 |
|
|
* | now uses the right exception type | Tarek Ziadé | 2009-10-03 | 1 | -2/+2 |
|
|
* | removing the last remaning apply() calls | Tarek Ziadé | 2009-10-03 | 1 | -1/+1 |
|
|
* | #6516 added owner/group support for tarfiles in Distutils | Tarek Ziadé | 2009-10-02 | 1 | -6/+66 |
|
|
* | Fixed #6048: Distutils uses the tarfile module instead of the tar command now | Tarek Ziadé | 2009-05-28 | 1 | -23/+35 |
|
|
* | pep8-fied distutils.archive_util + added minimum test coverage | Tarek Ziadé | 2009-05-17 | 1 | -40/+40 |
|
|
* | Issue #5052: removed backward compatibility information (out of date) | Tarek Ziadé | 2009-01-25 | 1 | -2/+0 |
|
|
* | Replace instances of os.path.walk with os.walk | Benjamin Peterson | 2008-05-08 | 1 | -8/+6 |
|
|
* | Removed uses of dict.has_key() from distutils, and uses of | Guido van Rossum | 2008-02-21 | 1 | -1/+1 |
|
|
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | Bug #639118 from Ollie Oldham: archiver should use zipfile before zip | Andrew M. Kuchling | 2002-11-21 | 1 | -28/+30 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -15/+13 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -3/+3 |
|
|
* | Pete Shinners discovered that zipfile.ZipFile() is called with mode | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-26 | 1 | -28/+28 |
|
|
* | Ensure destination directory exists before trying to create a tarball | Greg Ward | 2000-08-22 | 1 | -2/+4 |
|
|
* | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 1 | -4/+4 |
|
|
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 1 | -5/+5 |
|
|
* | Ensure that 'make_archive()' returns the name of the new archive file. | Greg Ward | 2000-06-01 | 1 | -4/+5 |
|
|
* | Normalize paths before writing them to a zipfile. | Greg Ward | 2000-05-31 | 1 | -1/+1 |
|
|
* | Harry Henry Gebel: | Greg Ward | 2000-04-25 | 1 | -8/+16 |
|
|
* | Extracted the "what-do-I-do-for-this-format" logic from code in | Greg Ward | 2000-04-22 | 1 | -11/+21 |
|
|
* | Reorganization: ripped util.py to shreds, creating in the process: | Greg Ward | 2000-04-04 | 1 | -0/+152 |
|
|