| Age | Commit message (Expand) | Author |
| 2026-01-01 | update copyrights for 2026 | Jordan Wiens |
| 2025-10-01 | better handling for when utf8 decoding fails | Jordan Wiens |
| 2025-03-28 | missed the older dates! | Jordan Wiens |
| 2024-10-21 | Allow multiple high level representations for display, add Pseudo Rust and a ... | Rusty Wagner |
| 2024-01-08 | update copyright year | Jordan Wiens |
| 2023-01-05 | Update copyright to 2023 | Josh F |
| 2022-11-20 | Initial constant expression builtin outliner. | Brian Potchik |
| 2022-03-11 | Allow DataBuffer to be initialized with a bytearray. | Brian Potchik |
| 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-15 | Database python api | Glenn Smith |
| 2021-09-06 | Add some additional typehints to architecture.py, function.py and metadata.py... | Peter LaFosse |
| 2021-09-05 | Fix data accessors to return bytes objects instead of chr | Peter LaFosse |
| 2021-09-05 | Refactor Python Types | Peter LaFosse |
| 2021-09-05 | Don't inherit from object anymore | Peter LaFosse |
| 2021-09-05 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse |
| 2021-01-18 | updating copyright year | Jordan Wiens |
| 2020-09-16 | Fix #1857 and #1959; Fix bytes/bytearray/string handling for databuffers | KyleMiles |
| 2020-09-16 | add support to databuffers, cstr helper, and bv.write for bytearrays | Jordan Wiens |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens |
| 2019-05-31 | Clean Up 2/3 int/long Compatibility | KyleMiles |
| 2019-05-16 | fix databuffer | Jordan Wiens |
| 2019-05-15 | first half of the refactor adding getters and setters for init created proper... | Jordan Wiens |
| 2019-04-12 | Encode strings to bytes passed to databuffer | Bambu |
| 2019-01-17 | update company name and copyright date | Jordan Wiens |
| 2018-12-22 | Python2/3 support | KyleMiles |
| 2018-07-13 | Python2/3 String Compatibility Fix | KyleMiles |
| 2018-07-10 | Various Python 3 support changes | KyleMiles |
| 2018-07-10 | Various Python 3 support changes | KyleMiles |
| 2018-07-10 | working division, prints, and metaclasses, but imports broken, still needs work | Jordan Wiens |
| 2017-05-19 | update copyright year | Jordan Wiens |
| 2016-10-28 | Refactor python api into separate files and add Enumeration support. Also fix... | plafosse |