aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/clang
AgeCommit message (Expand)Author
2010-01-24cindex/Python: Return null cursors as None instead of exposing this notion.Daniel Dunbar
2010-01-24cindex/Python: Convert CXString objects to regular Python strings below API.Daniel Dunbar
2010-01-24Simplify.Daniel Dunbar
2010-01-24cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit ...Daniel Dunbar
2010-01-24cindex/Python: Add Cursor.get_children()Daniel Dunbar
2010-01-24cindex/Python: Remove Declaration class, this has been removed from the API.Daniel Dunbar
2010-01-24cindex/Python: Eliminate Entity class, it has been removed from CIndex.Daniel Dunbar
2010-01-24Simplify.Daniel Dunbar
2010-01-24cindex/Python: Add TranslationUnit.cursor.Daniel Dunbar
2010-01-24cindex/Python: Tweak Source{Location,Range}Daniel Dunbar
2010-01-24cindex/Python: Make Cursor.is_... functions not properties.Daniel Dunbar
2010-01-24Initial checkin of CIndex Python bindings, by Andrew Sutton!Daniel Dunbar