summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_build_py.py
Commit message (Collapse)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
| | | | | | | | even if package_dir is empty. This needs to be backported. I'm too tired tonight. It would be great if someone backports this if the buildbots are ok with it. Otherwise, I will try to get to it tomorrow.
* 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
| | | | | | results when byte-code compilation is requested (in particular, make sure that package data doesn't get a bogus byte-code listing generated)
* 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