Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) | Éric Araujo | 2010-11-06 | 1 | -1/+2 |
* | Always close files in distutils code and tests (#10252). | Éric Araujo | 2010-11-05 | 1 | -2/+4 |
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -3/+3 |
* | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -3/+3 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -5/+5 |
* | Merged revisions 71884 via svnmerge from | Tarek Ziadé | 2009-04-25 | 1 | -1/+1 |
* | Merged revisions 69598 via svnmerge from | Tarek Ziadé | 2009-02-13 | 1 | -0/+28 |
* | Add missing executable option to DummyCommand. | Martin v. Löwis | 2004-08-26 | 1 | -1/+3 |
* | make sure distutils logging is shut off in tests to avoid spurious output | Fred Drake | 2004-08-03 | 1 | -1/+3 |
* | add boilerplate so the test modules can be run as scripts | Fred Drake | 2004-06-25 | 1 | -0/+3 |
* | add a couple of tests for the build_scripts command | Fred Drake | 2004-06-21 | 1 | -0/+74 |