| Commit message (Expand) | Author | Age | Files | Lines |
* | cleaned distutils.file_util | Tarek Ziadé | 2009-07-03 | 1 | -69/+52 |
* | using >= so setting verbose to 2 will work as well | Tarek Ziadé | 2009-02-06 | 1 | -3/+3 |
* | Fixed #1276768: verbose option was not used in the code. | Tarek Ziadé | 2009-02-06 | 1 | -9/+13 |
* | Issue #5052: removed backward compatibility information (out of date) | Tarek Ziadé | 2009-01-25 | 1 | -2/+0 |
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -14/+9 |
* | [Bug #220993; may also fix bug #479469] Fix flakiness when old | Andrew M. Kuchling | 2002-02-01 | 1 | -0/+7 |
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -8/+8 |
* | Import the errno module | Andrew M. Kuchling | 2001-08-09 | 1 | -1/+2 |
* | Don't "import *" from stat at all -- just import what's needed, and | Greg Ward | 2001-07-25 | 1 | -1/+1 |
* | move "from stat import *" to module level | Jeremy Hylton | 2001-01-31 | 1 | -1/+1 |
* | Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, | Greg Ward | 2000-09-30 | 1 | -6/+7 |
* | Whitespace fix. | Greg Ward | 2000-09-26 | 1 | -1/+2 |
* | Reformat docstrings. | Greg Ward | 2000-09-23 | 1 | -65/+63 |
* | Bastian Kleineidam: 'copy_file()' now returns the output filename, rather | Greg Ward | 2000-06-23 | 1 | -6/+5 |
* | Tweaked output of 'copy_file()': if copying to a new name, show the whole | Greg Ward | 2000-05-20 | 1 | -3/+6 |
* | Sporadic, untested Python 1.5.1 compatibility changes. | Greg Ward | 2000-04-22 | 1 | -1/+1 |
* | Reorganization: ripped util.py to shreds, creating in the process: | Greg Ward | 2000-04-04 | 1 | -0/+248 |