COMMITS
/ Lib/distutils/file_util.py October 30, 2014
A
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
Antoine Pitrou committed
August 29, 2014
B
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file.
Berker Peksag committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
July 28, 2011
November 6, 2010
É
Remove traces of Mac OS 9 support, again (#9508).
Éric Araujo committed
November 5, 2010
É
Always close files in distutils code and tests (#10252).
Éric Araujo committed
July 22, 2010
May 5, 2010
R
Remove traces of MacOS9 support.
Ronald Oussoren committed
July 3, 2009
T
Merged revisions 73814-73815 via svnmerge from
Tarek Ziadé committed
February 6, 2009
T
Merged revisions 69332 via svnmerge from
Tarek Ziadé committed
T
Merged revisions 69324 via svnmerge from
Tarek Ziadé committed
October 5, 2008
M
Fix [issue4038] py3k error in distutils file_copy exception handlers. r=martin.
Mark Hammond committed
January 6, 2008
G
Fix more exception slicing.
Georg Brandl committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum 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 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
February 1, 2002
A
[Bug #220993; may also fix bug #479469] Fix flakiness when old
Andrew M. Kuchling committed
December 6, 2001
F
Whitespace normalization.
Fred Drake committed
August 9, 2001
A
Import the errno module
Andrew M. Kuchling committed
July 25, 2001
G
Don't "import *" from stat at all -- just import what's needed, and
Greg Ward committed
January 31, 2001
J
move "from stat import *" to module level
Jeremy Hylton committed
September 30, 2000
G
Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully,
Greg Ward committed
September 26, 2000
G
Whitespace fix.
Greg Ward committed
September 23, 2000
G
Reformat docstrings.
Greg Ward committed
June 23, 2000
G
Bastian Kleineidam: 'copy_file()' now returns the output filename, rather
Greg Ward committed
May 20, 2000
G
Tweaked output of 'copy_file()': if copying to a new name, show the whole
Greg Ward committed
April 22, 2000
G
Sporadic, untested Python 1.5.1 compatibility changes.
Greg Ward committed
April 4, 2000
G
Reorganization: ripped util.py to shreds, creating in the process:
Greg Ward committed