summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Errors.py
Commit message (Expand)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-3/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-1/+1
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-0/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Older Python portability: isinstance() only takes a single class.Steven Knight2008-10-301-1/+3
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-11/+136
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+7
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-0/+3
* In the error message, supply the file name that triggered on IOError or OSErr...Steven Knight2006-02-251-1/+8
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-5/+0
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-131-7/+0
* Make exception handling conform to Pythonic standards. (Kevin Quick)Steven Knight2004-07-131-9/+6
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-271-0/+7
* 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/+6
* 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
* Provide graceful failures when a source file doesn't exist and can't be build...Steven Knight2002-11-271-0/+4
* 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/+6
* 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/+18