Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed stdout alteration in test_distutils | Tarek Ziadé | 2009-11-01 | 1 | -1/+2 |
* | fixed warning and error message | Tarek Ziadé | 2009-10-24 | 1 | -1/+1 |
* | Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode | Tarek Ziadé | 2009-10-24 | 1 | -0/+16 |
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -3/+3 |
* | SF 1668596/1720897: distutils now copies data files | Neal Norwitz | 2007-06-01 | 1 | -0/+35 |
* | make sure distutils logging is shut off in tests to avoid spurious output | Fred Drake | 2004-08-03 | 1 | -1/+3 |
* | elaborate package data test to make sure get_outputs() gives the right | Fred Drake | 2004-07-21 | 1 | -1/+7 |
* | add boilerplate so the test modules can be run as scripts | Fred Drake | 2004-06-25 | 1 | -0/+3 |
* | fix bug: list of data files was initialized too soon in build_py | Fred Drake | 2004-06-17 | 1 | -0/+50 |