| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove... | William Deegan | 2019-04-18 | 1 | -2/+2 |
|
|
* | Fix EnvironmentError printing bug | Fredrik Medley | 2018-04-05 | 1 | -6/+5 |
|
|
* | Prevent TypeError with None in error message | Gary Oberbrunner | 2018-01-16 | 1 | -5/+5 |
|
|
* | Fix many epydoc warnings | William Deegan | 2017-09-01 | 1 | -43/+42 |
|
|
* | PY2/3 stub shutil.SameFileError for py2. with PY3 there's now a specific exce... | William Deegan | 2017-05-16 | 1 | -2/+23 |
|
|
* | improve some debug logic which is commented out most of the time | William Deegan | 2017-05-16 | 1 | -1/+1 |
|
|
* | py2/3 ensure that errstr is string and not bytes | William Deegan | 2017-04-03 | 1 | -3/+5 |
|
|
* | fix error where IOError and OSError exceptions were falling through to the wr... | William Deegan | 2016-05-12 | 1 | -3/+7 |
|
|
* | Manual python3 post-2to3 fixes from Neal Becker | Gary Oberbrunner | 2013-09-22 | 1 | -3/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -3/+1 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -1/+1 |
|
|
* | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 1 | -0/+3 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Older Python portability: isinstance() only takes a single class. | Steven Knight | 2008-10-30 | 1 | -1/+3 |
|
|
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -11/+136 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -1/+7 |
|
|
* | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -0/+3 |
|
|
* | In the error message, supply the file name that triggered on IOError or OSErr... | Steven Knight | 2006-02-25 | 1 | -1/+8 |
|
|
* | Lots of Configure() enhancements. (Christoph Wiedemann) | Steven Knight | 2004-09-05 | 1 | -5/+0 |
|
|
* | Make exception handling thread-safe by using sys.exc_info() instead of sys.ex... | Steven Knight | 2004-07-13 | 1 | -7/+0 |
|
|
* | Make exception handling conform to Pythonic standards. (Kevin Quick) | Steven Knight | 2004-07-13 | 1 | -9/+6 |
|
|
* | Record and print an internal stack trace when Taskmaster detects errors for e... | Steven Knight | 2003-07-27 | 1 | -0/+7 |
|
|
* | Raise an error if SConf needs to do something but -n or -q is specified. (Ch... | Steven Knight | 2003-06-12 | 1 | -0/+6 |
|
|
* | Add an Exit() function for explicit termination of SCons. | Steven Knight | 2003-03-03 | 1 | -0/+6 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|
* | Provide graceful failures when a source file doesn't exist and can't be build... | Steven Knight | 2002-11-27 | 1 | -0/+4 |
|
|
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
|
|
* | Document function Actions and fix their return values (None == success, don't... | Steven Knight | 2002-01-15 | 1 | -2/+2 |
|
|
* | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+23 |
|
|
* | Handle build errors. | Steven Knight | 2001-10-02 | 1 | -0/+6 |
|
|
* | Add automatic substitution on filename lines. | Steven Knight | 2001-09-17 | 1 | -1/+1 |
|
|
* | Run setup.py on the unpacked .tar.gz for testing. | Steven Knight | 2001-09-17 | 1 | -0/+18 |
|
|