1. e75f330 [clang.py] Test Cursor.__ne__ by Gregory Szorc · 12 years ago
  2. 8261345 [clang.py] Format and add documention for Type by Gregory Szorc · 12 years ago
  3. 0e1f4f8 [clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qualified by Gregory Szorc · 12 years ago
  4. 826fce5 [clang.py] Implement Type.argument_types() by Gregory Szorc · 12 years ago
  5. 7eb691a [clang.py] Implement Type.__eq__ and Type.__ne__ by Gregory Szorc · 12 years ago
  6. 31cc38c [clang.py] Implement Type.is_function_variadic by Gregory Szorc · 12 years ago
  7. bf8ca00 [clang.py] Implement Type.element_count by Gregory Szorc · 12 years ago
  8. 8605760 [clang.py] Implement Type.element_type by Gregory Szorc · 12 years ago
  9. 96ad633 [clang.py] Implement Type.is_pod by Gregory Szorc · 12 years ago
  10. eb9ff2e [clang.py] Implement Cursor.enum_type by Tobias Grosser · 12 years ago
  11. 28d939f [clang.py] Implement Cursor.underlying_typedef_type by Tobias Grosser · 12 years ago
  12. eb13634 [clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed} by Tobias Grosser · 12 years ago
  13. 64e7bdc [clang.py] Implement Cursor.hash by Tobias Grosser · 12 years ago
  14. ea40382 [clang.py] Expose diagnostic category and option info to Python binding by Tobias Grosser · 12 years ago
  15. 7485833 [clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRange by Tobias Grosser · 12 years ago
  16. 58ba8c9 cindex.py: Allow to create a cursor from file/row/column by Tobias Grosser · 13 years ago
  17. a9ea5df cindex.py: Add File.create_from_name() by Tobias Grosser · 13 years ago
  18. 13102ff Add support for constant arrays, from Anders Waldenborg!. by Douglas Gregor · 13 years ago
  19. 38d2d55 Add TypeKind.CONSTANTARRAY, from Anders Waldenborg! by Douglas Gregor · 13 years ago
  20. 888982e Update python testcase for GNU old-style field designator warning, by Douglas Gregor · 13 years ago
  21. b60a2be Add support for Cursor.displayname in python bindings, from Anders Waldenborg! by Douglas Gregor · 13 years ago
  22. 6b04623 [python] Fix bug of the SourceLocation binding. Patch by Anders Waldenborg! by Argyrios Kyrtzidis · 13 years ago
  23. 2312f5f [python] Add test_type.py by Anders Waldenborg, which I forgot to commit in r137797. by Argyrios Kyrtzidis · 13 years ago
  24. d7933e6 [python] Add support for CXType to python bindings. Patch by Anders Waldenborg! by Argyrios Kyrtzidis · 13 years ago
  25. 8be80e1 Improve the Python bindings for libclang in a few ways, from Eli by Douglas Gregor · 13 years ago
  26. 265e6b2 python bindings: Add support for translationUnit.reparse(). by Tobias Grosser · 13 years ago
  27. 88f9c6c python bindings: Include local headers the right way. by Tobias Grosser · 13 years ago
  28. f784ff0 python bindings: Remove unneeded instruction by Tobias Grosser · 13 years ago
  29. f498e00 python bindings: fix Diagnostics.range iterator by Tobias Grosser · 13 years ago
  30. d52864b CIndex: Switch CXSourceRange to proper half-open intervals. by Daniel Dunbar · 14 years ago
  31. ef7f798 cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton! by Daniel Dunbar · 14 years ago
  32. 532fc63 cindex/Python: Add full support for Diagnostic and FixIt objects, available via TranslationUnit.diagnostics. by Daniel Dunbar · 14 years ago
  33. 2791dfc cindex/Python: Update Index.create for removal of displayDiagnostics. by Daniel Dunbar · 14 years ago
  34. db59a77 cindex/Python: Support file objects as unsaved_files, albeit inefficiently. by Daniel Dunbar · 15 years ago
  35. 90859ae cindex/Python: Add Cursor test. by Daniel Dunbar · 15 years ago
  36. 5b534f6 cindex/Python: Implement support for unsaved/remapped files. by Daniel Dunbar · 15 years ago
  37. 1f8d7f9 cindex/Python: Fix/simplify Index.parse() passing command line arguments. by Daniel Dunbar · 15 years ago
  38. a6a6499 cindex/Python: Move Cursor.is_ methods to CursorKind, and add test. by Daniel Dunbar · 15 years ago
  39. a33dca4 cindex/Python: Convert CXString objects to regular Python strings below API. by Daniel Dunbar · 15 years ago
  40. 1b945a7 cindex/Python: Add TranslationUnit.cursor. by Daniel Dunbar · 15 years ago
  41. 30c0f26 Initial checkin of CIndex Python bindings, by Andrew Sutton! by Daniel Dunbar · 15 years ago