summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_distutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 75860 via svnmerge fromAntoine Pitrou2009-10-271-0/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75860 | antoine.pitrou | 2009-10-27 21:20:41 +0100 (mar., 27 oct. 2009) | 3 lines Try to fix transient refleaks in test_distutils. ........
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
|
* One unit test for distutils is not much, but is more than we had yesterday.Fred Drake2004-06-151-0/+17
We need to write more; hopefully the barrier is a little lower now.