summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_dir_util.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #6131: test_modulefinder leaked when run after test_distutilsTarek Ziadé2009-05-291-2/+2
* Fixed #6053 - win32 fixes for distutils testsTarek Ziadé2009-05-181-1/+1
* removed sys.platform == 'mac' usage in distutils.dir_utilTarek Ziadé2009-05-171-4/+10
* Fix for #5257: refactored all tests in distutils, so they use a temporary dir...Tarek Ziadé2009-02-141-6/+7
* Fixed #1276768: verbose option was not used in the code.Tarek Ziadé2009-02-061-0/+91