summaryrefslogtreecommitdiff
path: root/bindings/python/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor2011-07-062-8/+15
* python bindings: Add support for translationUnit.reparse().Tobias Grosser2011-02-051-0/+9
* python bindings: Include local headers the right way.Tobias Grosser2011-02-051-4/+3
* python bindings: Remove unneeded instructionTobias Grosser2011-02-051-2/+0
* python bindings: fix Diagnostics.range iteratorTobias Grosser2011-02-051-0/+23
* CIndex: Switch CXSourceRange to proper half-open intervals.Daniel Dunbar2010-02-141-1/+1
* cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!Daniel Dunbar2010-02-135-0/+42
* cindex/Python: Add full support for Diagnostic and FixIt objects, available v...Daniel Dunbar2010-01-301-0/+48
* cindex/Python: Update Index.create for removal of displayDiagnostics.Daniel Dunbar2010-01-301-1/+1
* cindex/Python: Support file objects as unsaved_files, albeit inefficiently.Daniel Dunbar2010-01-251-0/+8
* cindex/Python: Add Cursor test.Daniel Dunbar2010-01-251-0/+59
* cindex/Python: Implement support for unsaved/remapped files.Daniel Dunbar2010-01-251-0/+17
* cindex/Python: Fix/simplify Index.parse() passing command line arguments.Daniel Dunbar2010-01-252-0/+10
* cindex/Python: Move Cursor.is_ methods to CursorKind, and add test.Daniel Dunbar2010-01-242-1/+28
* cindex/Python: Convert CXString objects to regular Python strings below API.Daniel Dunbar2010-01-241-1/+1
* cindex/Python: Add TranslationUnit.cursor.Daniel Dunbar2010-01-241-0/+8
* Initial checkin of CIndex Python bindings, by Andrew Sutton!Daniel Dunbar2010-01-245-0/+31