summaryrefslogtreecommitdiffstats
path: root/test/overrides.py
Commit message (Collapse)AuthorAgeFilesLines
* Better test handling of File lines in stack traces. (Chad Austin)Steven Knight2004-10-271-4/+2
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-2/+2
|
* Make the targets/sources warnings test pass regardless of dictionary order.Steven Knight2004-04-071-8/+8
|
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-061-0/+37
|
* Handle recursive substitution in overrides.Steven Knight2004-02-241-2/+8
|
* Deprecate the overrides Builder() keyword argument in favor of specifying ↵Steven Knight2004-02-081-8/+18
| | | | values directly as keyword arguments, like we do for other functions and methods.
* 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
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
|
* Provide graceful failures when a source file doesn't exist and can't be ↵Steven Knight2002-11-271-0/+2
| | | | build, and when a nonexistent drive letter is used on Win32.
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-0/+77