Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make exception handling thread-safe by using sys.exc_info() instead of ↵ | Steven Knight | 2004-07-13 | 1 | -6/+3 |
| | | | | sys.exc_{type,value}. | ||||
* | Record and print an internal stack trace when Taskmaster detects errors for ↵ | Steven Knight | 2003-07-27 | 1 | -1/+7 |
| | | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files. | ||||
* | Don't eat scanner exceptions. | Steven Knight | 2003-03-03 | 1 | -0/+112 |