summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-232-3/+0
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-151-1/+1
* Readded Lib/distutils/tests/test_sysconfig.pyChristian Heimes2007-12-081-0/+37
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-092-4/+4
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-132-4/+39
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Whitespace normalization.Tim Peters2005-03-282-2/+2
* PEP 314 implementation (client side):Fred Drake2005-03-201-1/+90
* helper code, mostly from Andy Harrington, for PEP 314 completionFred Drake2005-03-201-0/+9
* Add missing executable option to DummyCommand.Martin v. Löwis2004-08-261-1/+3
* make sure distutils logging is shut off in tests to avoid spurious outputFred Drake2004-08-034-3/+22
* This allows additional commands to be provided for existing setup.pyFred Drake2004-08-031-0/+100
* elaborate package data test to make sure get_outputs() gives the rightFred Drake2004-07-211-1/+7
* Make distutils "install --home" support all platforms.Fred Drake2004-06-251-0/+55
* add boilerplate so the test modules can be run as scriptsFred Drake2004-06-253-1/+9
* add a couple of tests for the build_scripts commandFred Drake2004-06-211-0/+74
* fix bug: list of data files was initialized too soon in build_pyFred Drake2004-06-171-0/+50
* move support code to a helper module to ease re-useFred Drake2004-06-172-34/+48
* add a test that actually installs some scriptsFred Drake2004-06-151-0/+56
* One unit test for distutils is not much, but is more than we had yesterday.Fred Drake2004-06-152-0/+81