summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_shutil.py
Commit message (Expand)AuthorAgeFilesLines
* - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affectsGuido van Rossum2004-07-141-0/+1
* shutil.move() will raise an exception when trying to move a directory intoBrett Cannon2004-06-191-2/+14
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-8/+2
* A very minimal start to a test of the shutil module.Barry Warsaw2003-01-241-0/+28