summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_build_py.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19286: Adding test demonstrating the failure when a directory is found...Jason R. Coombs2013-11-021-0/+31
* Fix test_distutils when sys.dont_write_bytecode is true (#9831).Éric Araujo2011-05-281-16/+11
* Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-031-1/+2
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-4/+8
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-2/+11
* 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