summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_build.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-2/+3
| | | | to format short Python version.
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-7/+7
|
* Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)Éric Araujo2010-11-061-1/+2
|
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77704 | tarek.ziade | 2010-01-23 10:23:15 +0100 (Sat, 23 Jan 2010) | 1 line taking sysconfig out of distutils ........ r77752 | tarek.ziade | 2010-01-26 00:19:56 +0100 (Tue, 26 Jan 2010) | 1 line switched the call order so this call works without suffering from issue #7774 ........
* Merged revisions 73925-73926 via svnmerge fromTarek Ziadé2009-07-101-0/+54
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73925 | tarek.ziade | 2009-07-10 11:57:15 +0200 (Fri, 10 Jul 2009) | 1 line Added test coverage for distutils.command.build ........ r73926 | tarek.ziade | 2009-07-10 12:00:21 +0200 (Fri, 10 Jul 2009) | 1 line cleaned up distutils.command.build ........