- 9ad7bbc cleaned distutils.file_util by Tarek Ziadé · 16 years ago
- aaf2e18 using >= so setting verbose to 2 will work as well by Tarek Ziadé · 16 years ago
- d5eb985 Fixed #1276768: verbose option was not used in the code. by Tarek Ziadé · 16 years ago
- 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 16 years ago
- 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 21 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
- a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 23 years ago
- cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 23 years ago
- 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 23 years ago
- b94b849 Whitespace normalization. by Fred Drake · 23 years ago
- 106ffdb Import the errno module by Andrew M. Kuchling · 24 years ago
- e628a2f Don't "import *" from stat at all -- just import what's needed, and by Greg Ward · 24 years ago
- 2fa699e move "from stat import *" to module level by Jeremy Hylton · 24 years ago
- 0d4a853 Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, by Greg Ward · 25 years ago
- 449f556 Whitespace fix. by Greg Ward · 25 years ago
- 9e3dc4e Reformat docstrings. Standardize use of whitespace on function calls. by Greg Ward · 25 years ago
- a392dcb Bastian Kleineidam: 'copy_file()' now returns the output filename, rather by Greg Ward · 25 years ago
- 4355093 Tweaked output of 'copy_file()': if copying to a new name, show the whole by Greg Ward · 25 years ago
- 3af07e9 Sporadic, untested Python 1.5.1 compatibility changes. by Greg Ward · 25 years ago
- aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 25 years ago