summaryrefslogtreecommitdiff
path: root/test/overrides.py
Commit message (Expand)AuthorAgeFilesLines
* Use mode='r' to fix tests on Python 3.Craig Rodrigues2017-03-141-6/+6
* Resolving a batch of failing tests for python 2.7.William Blevins2016-01-241-3/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Remove (lots) more unnecessary imports.Steven Knight2009-02-061-1/+0
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-7/+7
* 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 val...Steven Knight2004-02-081-8/+18
* 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 build...Steven Knight2002-11-271-0/+2
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-0/+77