aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/tests
AgeCommit message (Expand)Author
2011-08-17[python] Add test_type.py by Anders Waldenborg, which I forgot to commit in r...Argyrios Kyrtzidis
2011-08-17[python] Add support for CXType to python bindings.Argyrios Kyrtzidis
2011-07-06Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor
2011-02-05python bindings: Add support for translationUnit.reparse().Tobias Grosser
2011-02-05python bindings: Include local headers the right way.Tobias Grosser
2011-02-05python bindings: Remove unneeded instructionTobias Grosser
2011-02-05python bindings: fix Diagnostics.range iteratorTobias Grosser
2010-02-14CIndex: Switch CXSourceRange to proper half-open intervals.Daniel Dunbar
2010-02-13cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!Daniel Dunbar
2010-01-30cindex/Python: Add full support for Diagnostic and FixIt objects, available v...Daniel Dunbar
2010-01-30cindex/Python: Update Index.create for removal of displayDiagnostics.Daniel Dunbar
2010-01-25cindex/Python: Support file objects as unsaved_files, albeit inefficiently.Daniel Dunbar
2010-01-25cindex/Python: Add Cursor test.Daniel Dunbar
2010-01-25cindex/Python: Implement support for unsaved/remapped files.Daniel Dunbar
2010-01-25cindex/Python: Fix/simplify Index.parse() passing command line arguments.Daniel Dunbar
2010-01-24cindex/Python: Move Cursor.is_ methods to CursorKind, and add test.Daniel Dunbar
2010-01-24cindex/Python: Convert CXString objects to regular Python strings below API.Daniel Dunbar
2010-01-24cindex/Python: Add TranslationUnit.cursor.Daniel Dunbar
2010-01-24Initial checkin of CIndex Python bindings, by Andrew Sutton!Daniel Dunbar