1. a87dbcc python bindings: Add support for different kind of completion chunks by Tobias Grosser · 13 years ago
  2. 6d2a40c python bindings: Get the string representation of a CompletionChunk by Tobias Grosser · 13 years ago
  3. 0a16680 python bindings: Add CodeCompletionResults by Tobias Grosser · 13 years ago
  4. 265e6b2 python bindings: Add support for translationUnit.reparse(). by Tobias Grosser · 13 years ago
  5. 88f9c6c python bindings: Include local headers the right way. by Tobias Grosser · 13 years ago
  6. f784ff0 python bindings: Remove unneeded instruction by Tobias Grosser · 13 years ago
  7. f498e00 python bindings: fix Diagnostics.range iterator by Tobias Grosser · 13 years ago
  8. ff090ca python bindings: Use python Diagnostics as function arguments by Tobias Grosser · 13 years ago
  9. 4ed73ce python bindings: Synchronize cursor kinds by Tobias Grosser · 13 years ago
  10. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago
  11. 1d02ccd Rename the new Iterator objects and raise an assertion instead of returning invalid objects when the key is out of range. by Benjamin Kramer · 14 years ago
  12. 3b0cf09 Update the python bindings for recent changes in the CIndex API. by Benjamin Kramer · 14 years ago
  13. d52864b CIndex: Switch CXSourceRange to proper half-open intervals. by Daniel Dunbar · 14 years ago
  14. 8bb44d5 cindex/Python: Fix cindex-{dump,includes} examples to just pass all args by Daniel Dunbar · 14 years ago
  15. ef7f798 cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton! by Daniel Dunbar · 14 years ago
  16. b51abe9 cindex/Python: Update for clang_getDiagnosticRange... API changes. by Daniel Dunbar · 14 years ago
  17. 8958dc9 cindex/Python: Turn off showing IDs by default, they are really slow to compute by Daniel Dunbar · 14 years ago
  18. 6d32cb8 cindex/Python: Add a simple example which dumps assorted information about a translation unit. by Daniel Dunbar · 14 years ago
  19. 532fc63 cindex/Python: Add full support for Diagnostic and FixIt objects, available via TranslationUnit.diagnostics. by Daniel Dunbar · 14 years ago
  20. e32af42 cindex/Python: Update SourceLocation and SourceRange structures to match API changes. by Daniel Dunbar · 14 years ago
  21. 2791dfc cindex/Python: Update Index.create for removal of displayDiagnostics. by Daniel Dunbar · 14 years ago
  22. 3239a67 cindex/Python: Update to support _getInstantiationLocation's new offset value. by Daniel Dunbar · 14 years ago
  23. 061bae9 cindex/Python: Move translation unit load functions to Index, there isn't a good reason to have separate static methods for this. by Daniel Dunbar · 14 years ago
  24. db59a77 cindex/Python: Support file objects as unsaved_files, albeit inefficiently. by Daniel Dunbar · 14 years ago
  25. 90859ae cindex/Python: Add Cursor test. by Daniel Dunbar · 14 years ago
  26. 5b534f6 cindex/Python: Implement support for unsaved/remapped files. by Daniel Dunbar · 14 years ago
  27. 1f8d7f9 cindex/Python: Fix/simplify Index.parse() passing command line arguments. by Daniel Dunbar · 14 years ago
  28. 4efd632 cindex/Python: Update comments, add module docstrings, add LLVM headers. by Daniel Dunbar · 14 years ago
  29. a6a6499 cindex/Python: Move Cursor.is_ methods to CursorKind, and add test. by Daniel Dunbar · 14 years ago
  30. 12bf15c cindex/Python: Implement explicit objects for CursorKind enumeration values. by Daniel Dunbar · 14 years ago
  31. f869083 cindex/Python: Fetch SourceLocation instantiation location information on lazily, it isn't free. by Daniel Dunbar · 14 years ago
  32. 3d855f8 cindex/Python: Add Cursor.get_usr(). by Daniel Dunbar · 14 years ago
  33. fb8ae17 cindex/Python: Return null cursors as None instead of exposing this notion. by Daniel Dunbar · 14 years ago
  34. a33dca4 cindex/Python: Convert CXString objects to regular Python strings below API. by Daniel Dunbar · 14 years ago
  35. be0b555 Simplify. by Daniel Dunbar · 14 years ago
  36. 0263a1e cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit the API. by Daniel Dunbar · 14 years ago
  37. de3b8e5 cindex/Python: Add Cursor.get_children() by Daniel Dunbar · 15 years ago
  38. 2c7bcaa cindex/Python: Remove Declaration class, this has been removed from the API. by Daniel Dunbar · 15 years ago
  39. 149f38a cindex/Python: Eliminate Entity class, it has been removed from CIndex. by Daniel Dunbar · 15 years ago
  40. 99d593e Simplify. by Daniel Dunbar · 15 years ago
  41. 1b945a7 cindex/Python: Add TranslationUnit.cursor. by Daniel Dunbar · 15 years ago
  42. 7b48b35 cindex/Python: Tweak Source{Location,Range} - Add __repr__ on SourceLocation. by Daniel Dunbar · 15 years ago
  43. aa22984 cindex/Python: Make Cursor.is_... functions not properties. by Daniel Dunbar · 15 years ago
  44. 30c0f26 Initial checkin of CIndex Python bindings, by Andrew Sutton! by Daniel Dunbar · 15 years ago