summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_build_py.py
Commit message (Expand)AuthorAgeFilesLines
* fixed stdout alteration in test_distutilsTarek Ziadé2009-11-011-1/+2
* fixed warning and error messageTarek Ziadé2009-10-241-1/+1
* Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecodeTarek Ziadé2009-10-241-0/+16
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
* SF 1668596/1720897: distutils now copies data filesNeal Norwitz2007-06-011-0/+35
* make sure distutils logging is shut off in tests to avoid spurious outputFred Drake2004-08-031-1/+3
* elaborate package data test to make sure get_outputs() gives the rightFred Drake2004-07-211-1/+7
* add boilerplate so the test modules can be run as scriptsFred Drake2004-06-251-0/+3
* fix bug: list of data files was initialized too soon in build_pyFred Drake2004-06-171-0/+50