summaryrefslogtreecommitdiff
path: root/Lib/distutils/archive_util.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921)Serhiy Storchaka2018-12-201-11/+11
* bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)Serhiy Storchaka2018-12-051-0/+8
* Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-1/+1
* Issue #16314: Added support for the LZMA compression in distutils.Serhiy Storchaka2015-05-161-9/+12
* Issue #19544, #6516: no need to catch AttributeError on import pwd/grpVictor Stinner2013-11-151-2/+2
* Issue #19544 and Issue #6516: quick workaround for failing buildsChristian Heimes2013-11-151-2/+2
* Issue #19544 and Issue #6516: Restore support for --user and --group paramete...Andrew Kuchling2013-11-151-5/+66
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile noAntoine Pitrou2011-03-151-7/+12
* Merged revisions 87277 via svnmerge fromÉric Araujo2010-12-151-1/+1
* Merged revisions 75662 via svnmerge fromTarek Ziadé2009-10-241-5/+6
* Merged revisions 72981 via svnmerge fromTarek Ziadé2009-05-281-23/+35
* Merged revisions 72736 via svnmerge fromTarek Ziadé2009-05-171-40/+40
* Merged revisions 62873,62887,62892-62896,62904 via svnmerge fromBenjamin Peterson2008-05-081-8/+6
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-8/+5
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Bug #639118 from Ollie Oldham: archiver should use zipfile before zipAndrew M. Kuchling2002-11-211-28/+30
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-15/+13
* Whitespace normalization.Fred Drake2001-12-061-3/+3
* Pete Shinners discovered that zipfile.ZipFile() is called with modeGuido van Rossum2001-04-141-1/+1
* Reformat docstrings.Greg Ward2000-09-261-28/+28
* Ensure destination directory exists before trying to create a tarballGreg Ward2000-08-221-2/+4
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-241-4/+4
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-071-5/+5
* Ensure that 'make_archive()' returns the name of the new archive file.Greg Ward2000-06-011-4/+5
* Normalize paths before writing them to a zipfile.Greg Ward2000-05-311-1/+1
* Harry Henry Gebel:Greg Ward2000-04-251-8/+16
* Extracted the "what-do-I-do-for-this-format" logic from code inGreg Ward2000-04-221-11/+21
* Reorganization: ripped util.py to shreds, creating in the process:Greg Ward2000-04-041-0/+152