summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_build_clib.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue 26931: Skip the test_distutils tests using a compiler executableXavier de Gaye2016-11-171-14/+6
| | | | that is not found
* Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-181-5/+2
|
* Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-161-1/+1
|
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
|
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-5/+5
|
* Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)Éric Araujo2010-11-061-1/+3
|
* reverted distutils its 3.1 state. All new work is now happening in ↵Tarek Ziadé2010-07-221-1/+2
| | | | disutils2, and distutils is now feature-frozen.
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-2/+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 ........
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
|
* Merged revisions 72560 via svnmerge fromTarek Ziadé2009-05-111-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72560 | tarek.ziade | 2009-05-11 10:45:17 +0200 (Mon, 11 May 2009) | 1 line distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers ........
* Merged revisions 72445 via svnmerge fromTarek Ziadé2009-05-071-0/+40
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72445 | tarek.ziade | 2009-05-07 23:20:34 +0200 (Thu, 07 May 2009) | 1 line Fixed #5941: added ARFLAGS for the archiver command. ........
* Merged revisions 72388 via svnmerge fromTarek Ziadé2009-05-061-0/+57
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72388 | tarek.ziade | 2009-05-06 10:05:47 +0200 (Wed, 06 May 2009) | 1 line more build_clib cleanup + test coverage ........
* Fixed #5940: distutils.command.build_clib.check_library_list is doing the ↵Tarek Ziadé2009-05-061-0/+47
right checkings again