summaryrefslogtreecommitdiffstats
path: root/test/WhereIs.py
Commit message (Collapse)AuthorAgeFilesLines
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-12/+11
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* call subst on the line passed to Environment.WhereIsJim Randall2008-08-221-1/+7
|
* Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵Steven Knight2005-10-141-2/+2
| | | | them with the python -tt option to keep them out.
* Add a reject argument to the env.Whereis() method. (sam th)Steven Knight2004-04-041-0/+5
|
* Add more environment methods for global functions: Action(), Builder(), ↵Steven Knight2003-09-251-2/+4
| | | | Environment(), Literal(), Platform(), Split(), Tool(). Deprecate ParseConfig() in favor of an environment method.
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-2/+2
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-4/+6
| | | | we're building targets.
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-311-2/+4
| | | | Default() targets.
* Add WhereIs() functionality.Steven Knight2002-03-271-0/+126