Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bitbake/exceptions: Handle reports from the field of exception code failures | Richard Purdie | 2012-05-25 | 1 | -1/+8 |
* | bb.exceptions: don't choke on frames without arguments | Chris Larson | 2011-06-08 | 1 | -0/+3 |
* | bb.exceptions: don't show a repr of 'self' | Chris Larson | 2011-06-08 | 1 | -3/+20 |
* | bb.exceptions: handle tb entries without context | Chris Larson | 2011-06-08 | 1 | -2/+5 |
* | bb.exceptions: add to_string convenience function | Chris Larson | 2011-06-08 | 1 | -0/+6 |
* | bb.exceptions: add code to create pickleable traceback entries | Chris Larson | 2011-06-08 | 1 | -0/+55 |