Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 26931: Skip the test_distutils tests using a compiler executable | Xavier de Gaye | 2016-11-17 | 1 | -14/+6 |
| | | | | that is not found | ||||
* | Issue #19492: Silently skipped distutils tests now reported as skipped. | Serhiy Storchaka | 2013-12-18 | 1 | -5/+2 |
| | |||||
* | Issue #19600: Use specific asserts in distutils tests. | Serhiy Storchaka | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -5/+5 |
| | |||||
* | Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) | Éric Araujo | 2010-11-06 | 1 | -1/+3 |
| | |||||
* | reverted distutils its 3.1 state. All new work is now happening in ↵ | Tarek Ziadé | 2010-07-22 | 1 | -1/+2 |
| | | | | disutils2, and distutils is now feature-frozen. | ||||
* | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -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 Peterson | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | Merged revisions 72560 via svnmerge from | Tarek Ziadé | 2009-05-11 | 1 | -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 from | Tarek Ziadé | 2009-05-07 | 1 | -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 from | Tarek Ziadé | 2009-05-06 | 1 | -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-06 | 1 | -0/+47 |
right checkings again |