summaryrefslogtreecommitdiffstats
path: root/lib/ply
AgeCommit message (Collapse)Author
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
amend the code to handle singleton comparisons properly so it only checks if they only refer to the same object or not, and not bother comparing the values. Signed-off-by: Frazer Clews <frazer.clews@codethink.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-06-01bitbake: Convert to python 3Richard Purdie
Various misc changes to convert bitbake to python3 which don't warrant separation into separate commits. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-08-02Add pysh, ply, and codegen to lib/ to prepare for future workChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>