summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Convert to python 3 megacommit This needs breaking up into ...Richard Purdie2016-05-161-1/+1
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-05-161-1/+1
* bitbake/exceptions: Handle reports from the field of exception code failuresRichard Purdie2012-05-251-1/+8
* bb.exceptions: don't choke on frames without argumentsChris Larson2011-06-081-0/+3
* bb.exceptions: don't show a repr of 'self'Chris Larson2011-06-081-3/+20
* bb.exceptions: handle tb entries without contextChris Larson2011-06-081-2/+5
* bb.exceptions: add to_string convenience functionChris Larson2011-06-081-0/+6
* bb.exceptions: add code to create pickleable traceback entriesChris Larson2011-06-081-0/+55