COMMITS
/ Lib/distutils/archive_util.py December 20, 2018
S
bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921)
Serhiy Storchaka committed
December 5, 2018
S
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)
Serhiy Storchaka committed
August 31, 2016
V
Closes #27904: Improved logging statements to defer formatting until needed.
Vinay Sajip committed
May 16, 2015
S
Issue #16314: Added support for the LZMA compression in distutils.
Serhiy Storchaka committed
November 15, 2013
V
Issue #19544, #6516: no need to catch AttributeError on import pwd/grp
Victor Stinner committed
C
Issue #19544 and Issue #6516: quick workaround for failing builds
Christian Heimes committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
July 28, 2011
March 15, 2011
A
On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no
Antoine Pitrou committed
December 15, 2010
É
Merged revisions 87277 via svnmerge from
Éric Araujo committed
October 24, 2009
T
Merged revisions 75662 via svnmerge from
Tarek Ziadé committed
May 28, 2009
T
Merged revisions 72981 via svnmerge from
Tarek Ziadé committed
May 17, 2009
T
Merged revisions 72736 via svnmerge from
Tarek Ziadé committed
May 8, 2008
B
Merged revisions 62873,62887,62892-62896,62904 via svnmerge from
Benjamin Peterson committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
March 17, 2006
N
Remove apply()
Neal Norwitz committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
November 21, 2002
A
Bug #639118 from Ollie Oldham: archiver should use zipfile before zip
Andrew M. Kuchling committed
November 19, 2002
A
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling committed
November 14, 2002
A
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Andrew M. Kuchling committed
June 4, 2002
J
Make setup.py less chatty by default.
Jeremy Hylton committed
December 6, 2001
F
Whitespace normalization.
Fred Drake committed
April 14, 2001
G
Pete Shinners discovered that zipfile.ZipFile() is called with mode
Guido van Rossum committed
September 26, 2000
G
Reformat docstrings.
Greg Ward committed
August 22, 2000
G
Ensure destination directory exists before trying to create a tarball
Greg Ward committed
June 24, 2000
G
Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.
Greg Ward committed
June 7, 2000
G
Patch from Rene Liebscher: this adds "--help-foo" options to list the
Greg Ward committed
June 1, 2000
G
Ensure that 'make_archive()' returns the name of the new archive file.
Greg Ward committed
May 31, 2000
G
Normalize paths before writing them to a zipfile.
Greg Ward committed
April 25, 2000
G
Harry Henry Gebel:
Greg Ward committed
April 22, 2000
G
Extracted the "what-do-I-do-for-this-format" logic from code in
Greg Ward committed
April 4, 2000
G
Reorganization: ripped util.py to shreds, creating in the process:
Greg Ward committed