summaryrefslogtreecommitdiff
path: root/Lib/distutils/file_util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-301-13/+21
* Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...Berker Peksag2014-08-291-2/+2
* Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-8/+8
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Remove traces of Mac OS 9 support, again (#9508).Éric Araujo2010-11-061-9/+0
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-051-3/+5
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-25/+33
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-9/+0
* Merged revisions 73814-73815 via svnmerge fromTarek Ziadé2009-07-031-24/+25
* Merged revisions 69332 via svnmerge fromTarek Ziadé2009-02-061-3/+3
* Merged revisions 69324 via svnmerge fromTarek Ziadé2009-02-061-9/+13
* Fix [issue4038] py3k error in distutils file_copy exception handlers. r=martin.Mark Hammond2008-10-051-10/+5
* Fix more exception slicing.Georg Brandl2008-01-061-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-54/+34
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-8/+15
* 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-1/+1
* 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-14/+9
* [Bug #220993; may also fix bug #479469] Fix flakiness when oldAndrew M. Kuchling2002-02-011-0/+7
* Whitespace normalization.Fred Drake2001-12-061-8/+8
* Import the errno moduleAndrew M. Kuchling2001-08-091-1/+2
* Don't "import *" from stat at all -- just import what's needed, andGreg Ward2001-07-251-1/+1
* move "from stat import *" to module levelJeremy Hylton2001-01-311-1/+1
* Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully,Greg Ward2000-09-301-6/+7
* Whitespace fix.Greg Ward2000-09-261-1/+2
* Reformat docstrings.Greg Ward2000-09-231-65/+63
* Bastian Kleineidam: 'copy_file()' now returns the output filename, ratherGreg Ward2000-06-231-6/+5
* Tweaked output of 'copy_file()': if copying to a new name, show the wholeGreg Ward2000-05-201-3/+6
* Sporadic, untested Python 1.5.1 compatibility changes.Greg Ward2000-04-221-1/+1
* Reorganization: ripped util.py to shreds, creating in the process:Greg Ward2000-04-041-0/+248