summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_clean.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-161-1/+1
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-031-1/+2
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* Fixed 5694: removed spurious test output in DistutilsTarek Ziadé2009-04-051-0/+1
* added tests for the clean commandTarek Ziadé2009-03-311-0/+49