1. 006c1d1 <rdar://problem/13281528> by Greg Clayton · 13 years ago
  2. bcd80b4 <rdar://problem/13021266> by Enrico Granata · 13 years ago
  3. b43165b <rdar://problem/12749733> by Greg Clayton · 13 years ago
  4. e14e192 <rdar://problem/12750060> by Greg Clayton · 13 years ago
  5. 5ef31a9 Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output. by Greg Clayton · 13 years ago
  6. 1a96ef8 Make every Python API __len__() method return a PyIntObject. by Filipe Cabecinhas · 14 years ago
  7. 1b72f09 Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. by Johnny Chen · 14 years ago
  8. c2ff931 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 14 years ago
  9. 5569e64 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 14 years ago
  10. c966054 <rdar://problem/10560053> by Greg Clayton · 14 years ago
  11. 819134a Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 14 years ago
  12. b62bb8c Cleaned up the documentation strings for many helper objects and added by Greg Clayton · 14 years ago
  13. 6b2bd93 Added many more python convenience accessors: by Greg Clayton · 14 years ago
  14. 13d1950 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 14 years ago
  15. 5d3bca4 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 14 years ago
  16. b49b7b5 Add SBFrame.WatchLocation() to find and watch the location pointed to by by Johnny Chen · 14 years ago
  17. c44e20c Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 14 years ago
  18. 5b94dc2 SBSection supports iteration through its subsections, represented as SBSection as well. by Johnny Chen · 14 years ago
  19. cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
  20. 6f3533f Public API changes: by Enrico Granata · 14 years ago
  21. f74cb50 Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 14 years ago