| Age | Commit message (Expand) | Author |
| 2026-05-20 | Sort switch blocks in graph view by case number | Glenn Smith |
| 2026-01-01 | update copyrights for 2026 | Jordan Wiens |
| 2025-10-15 | Fix some python type hints | Josh Ferrell |
| 2025-07-01 | Python bindings for custom basic block analysis | Brandon Miller |
| 2025-06-23 | Perform BB analysis from Architecture C++ API | Brandon Miller |
| 2025-06-11 | Fix IL BasicBlock repr using hex IL instr indices | Glenn Smith |
| 2025-06-11 | Docs describing what basic block (post) dominators are | Glenn Smith |
| 2025-06-09 | More None checks when querying IL internal to API | Brandon Miller |
| 2025-03-28 | missed the older dates! | Jordan Wiens |
| 2025-01-30 | Render Layers | Glenn Smith |
| 2024-02-23 | 4.0 documentation | Jordan Wiens |
| 2024-01-08 | update copyright year | Jordan Wiens |
| 2023-11-23 | Fix address printing for BasicBlocks in repr | Scott Lagler |
| 2023-06-29 | Implement __repr__ for all basic blocks in the base class | Peter LaFosse |
| 2023-06-29 | Clarifying parts of the basic block APIs. | Alexander Taylor |
| 2023-01-05 | Update copyright to 2023 | Josh F |
| 2022-11-10 | Fix regression in BasicBlock outgoing_edges/incoming_edges source/target | Peter LaFosse |
| 2022-10-14 | Fix some minor bugs in BasicBlock and highlight API | Peter LaFosse |
| 2022-05-06 | many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho... | Jordan Wiens |
| 2022-03-14 | add additional documentation warning users from creating objects with handles... | Jordan Wiens |
| 2022-01-28 | Format All Files | KyleMiles |
| 2022-01-19 | Turn some asserts back into exceptions | Peter LaFosse |
| 2022-01-19 | Many type check fixes | Peter LaFosse |
| 2022-01-03 | update copyright years | Jordan Wiens |
| 2021-10-05 | More HLIL API parity; Resolves #2363 | KyleMiles |
| 2021-09-28 | Fix BasicBlock iteration for arm/thumb | Peter LaFosse |
| 2021-09-24 | Use more f-strings | Peter LaFosse |
| 2021-09-22 | Add __contains__ for Function, Section, Segment, BasicBlock and BinaryView | Peter LaFosse |
| 2021-09-18 | Make some additional dataclasses frozen | Peter LaFosse |
| 2021-09-17 | Add back in get_disassembly minus the cruft for backward compatibility | Peter LaFosse |
| 2021-09-06 | Commonize _to_core_struct/_from_core_struct | Peter LaFosse |
| 2021-09-06 | Improve include style in basicblock.py | Peter LaFosse |
| 2021-09-06 | Fix some type check errors in debuginfo.py | Peter LaFosse |
| 2021-09-06 | Fix BasicBlock.can_exit | Peter LaFosse |
| 2021-09-05 | Refactor Python Types | Peter LaFosse |
| 2021-09-05 | type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py | Peter LaFosse |
| 2021-09-05 | Don't inherit from object anymore | Peter LaFosse |
| 2021-09-05 | Convert the following to dataclasses: | Peter LaFosse |
| 2021-09-05 | Fix highlight colors on BasicBlock objects | Peter LaFosse |
| 2021-09-05 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse |
| 2021-08-04 | Expose some BasicBlock APIs. | Brian Potchik |
| 2021-07-07 | Added slicing support to __getitem__ in all basic block classes | Galen Williamson |
| 2021-07-07 | Fixed missing self parameter in get_instruction_containing_address | Galen Williamson |
| 2021-04-22 | add persistent search result | Xusheng |
| 2021-03-17 | Misc typo changes, const changes, code cleanup, and example updates | KyleMiles |
| 2021-01-18 | updating copyright year | Jordan Wiens |
| 2020-09-16 | fixup broken warning syntax | Jordan Wiens |
| 2020-06-11 | fix for fixed comment | Jordan Wiens |
| 2020-05-03 | Fix up equality operators and had hash operators | Peter LaFosse |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens |