summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ErrorsTests.py
Commit message (Expand)AuthorAgeFilesLines
* In the error message, supply the file name that triggered on IOError or OSErr...Steven Knight2006-02-251-0/+8
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-4/+4
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-8/+0
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-131-9/+0
* Make exception handling conform to Pythonic standards. (Kevin Quick)Steven Knight2004-07-131-3/+3
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-271-0/+9
* Raise an error if SConf needs to do something but -n or -q is specified. (Ch...Steven Knight2003-06-121-0/+6
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-0/+7
* 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
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-151-2/+2
* Updating licensing.Steven Knight2001-10-031-0/+23
* Handle build errors.Steven Knight2001-10-021-0/+8
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+28