summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/file_util.py
Commit message (Expand)AuthorAgeFilesLines
* 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