Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -2/+4 |
|\ | |||||
| * | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 1 | -2/+4 |
| | | |||||
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -6/+6 |
|/ | |||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -3/+3 |
| | | | | | | Apply the first part of the 'raise' fixer (the three-argument cases are not converted and will need to wait until native support of with_traceback() is available). | ||||
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -5/+5 |
| | |||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -10/+41 |
| | | | | | | | | | | | | GetBuildFailures(). New function convert_to_buildError, and use it in several places so all build failures now go through it and are returned as BuildError exceptions. Had a small effect on output formatting in many tests but no significant change to behavior. I reworked the patch a little to keep SCons exit status values the same as before; this patch could make it simpler to change them in some cases, e.g. exit with the errno of the failed action if desired. One nice side effect of this patch is that more scons errors print the node that caused the error now. | ||||
* | In the error message, supply the file name that triggered on IOError or ↵ | Steven Knight | 2006-02-25 | 1 | -0/+8 |
| | | | | OSError, not just the target name. | ||||
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵ | Steven Knight | 2005-10-14 | 1 | -4/+4 |
| | | | | them with the python -tt option to keep them out. | ||||
* | Lots of Configure() enhancements. (Christoph Wiedemann) | Steven Knight | 2004-09-05 | 1 | -8/+0 |
| | |||||
* | Make exception handling thread-safe by using sys.exc_info() instead of ↵ | Steven Knight | 2004-07-13 | 1 | -9/+0 |
| | | | | sys.exc_{type,value}. | ||||
* | Make exception handling conform to Pythonic standards. (Kevin Quick) | Steven Knight | 2004-07-13 | 1 | -3/+3 |
| | |||||
* | Record and print an internal stack trace when Taskmaster detects errors for ↵ | Steven Knight | 2003-07-27 | 1 | -0/+9 |
| | | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files. | ||||
* | Raise an error if SConf needs to do something but -n or -q is specified. ↵ | Steven Knight | 2003-06-12 | 1 | -0/+6 |
| | | | | (Christoph Wiedemann) | ||||
* | Add an Exit() function for explicit termination of SCons. | Steven Knight | 2003-03-03 | 1 | -0/+7 |
| | |||||
* | 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 |
| | |||||
* | 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, ↵ | Steven Knight | 2002-01-15 | 1 | -2/+2 |
| | | | | don't ignore failures). | ||||
* | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+23 |
| | |||||
* | Handle build errors. | Steven Knight | 2001-10-02 | 1 | -0/+8 |
| | |||||
* | 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/+28 |