| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921) | Serhiy Storchaka | 2018-12-20 | 1 | -11/+11 |
|
|
* | bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) | Serhiy Storchaka | 2018-12-05 | 1 | -0/+8 |
|
|
* | Closes #27904: Improved logging statements to defer formatting until needed. | Vinay Sajip | 2016-08-31 | 1 | -1/+1 |
|
|
* | Issue #16314: Added support for the LZMA compression in distutils. | Serhiy Storchaka | 2015-05-16 | 1 | -9/+12 |
|
|
* | Issue #19544, #6516: no need to catch AttributeError on import pwd/grp | Victor Stinner | 2013-11-15 | 1 | -2/+2 |
|
|
* | Issue #19544 and Issue #6516: quick workaround for failing builds | Christian Heimes | 2013-11-15 | 1 | -2/+2 |
|
|
* | Issue #19544 and Issue #6516: Restore support for --user and --group paramete... | Andrew Kuchling | 2013-11-15 | 1 | -5/+66 |
|
|
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|
|
* | On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no | Antoine Pitrou | 2011-03-15 | 1 | -7/+12 |
|
|
* | Merged revisions 87277 via svnmerge from | Éric Araujo | 2010-12-15 | 1 | -1/+1 |
|
|
* | Merged revisions 75662 via svnmerge from | Tarek Ziadé | 2009-10-24 | 1 | -5/+6 |
|
|
* | Merged revisions 72981 via svnmerge from | Tarek Ziadé | 2009-05-28 | 1 | -23/+35 |
|
|
* | Merged revisions 72736 via svnmerge from | Tarek Ziadé | 2009-05-17 | 1 | -40/+40 |
|
|
* | Merged revisions 62873,62887,62892-62896,62904 via svnmerge from | Benjamin Peterson | 2008-05-08 | 1 | -8/+6 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -8/+5 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -1/+1 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 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 |
|
|