| Age | Commit message (Expand) | Author |
| 2022-03-16 | Add support for structured logging | Peter LaFosse |
| 2022-01-28 | Format All Files | KyleMiles |
| 2022-01-19 | Many type check fixes | Peter LaFosse |
| 2022-01-17 | Make various database progress functions cancellable | Glenn Smith |
| 2022-01-13 | Fix a bunch of core function calls with bad args | Glenn Smith |
| 2022-01-03 | update copyright years | Jordan Wiens |
| 2021-11-19 | Check if core is None in FileMetadata destructor | Peter LaFosse |
| 2021-10-15 | Database python api | Glenn Smith |
| 2021-09-24 | Use more f-strings | Peter LaFosse |
| 2021-09-06 | Fix some unnecessary checks for handle is not None in destructors | Peter LaFosse |
| 2021-09-06 | Fix import of log | 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 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse |
| 2021-03-30 | Add ability to query for database backing of specific BinaryViewTypes and fix... | Brian Potchik |
| 2021-01-18 | updating copyright year | Jordan Wiens |
| 2020-12-09 | Cleanup project creation and add API. | Brian Potchik |
| 2020-11-29 | add pydoc for navigation APIs and get_address-for_data_offset | Jordan Wiens |
| 2020-11-16 | add a unit test for loading old database | Xusheng |
| 2020-10-16 | add unit test for deprecated BinaryViewType | Xusheng |
| 2020-09-17 | Pass settings handle in save_auto_snapshot | Josh Ferrell |
| 2020-08-19 | Documentation for SaveSettings and SaveOption | Josh Ferrell |
| 2020-07-17 | - fix TypeError: expected LP_BNSaveSettings instance instead of SaveSettings | verylazyguy |
| 2020-07-10 | Add save settings | Josh Ferrell |
| 2020-06-17 | many spelling fixes | Jordan Wiens |
| 2020-05-03 | Use correct core API for merge_user_analysis | Peter LaFosse |
| 2020-05-03 | Fix up equality operators and had hash operators | Peter LaFosse |
| 2020-03-31 | Undobuffer merging and mergetool | Josh Ferrell |
| 2020-02-06 | Add clean saving | Josh Ferrell |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens |
| 2019-09-14 | lots of small documentation updates, mostly around making sure parameters are... | Jordan Wiens |
| 2019-09-11 | Add ability to open a database with options. | Brian Potchik |
| 2019-05-15 | first half of the refactor adding getters and setters for init created proper... | Jordan Wiens |
| 2019-01-17 | update company name and copyright date | Jordan Wiens |
| 2018-08-23 | add support for original_filename property | Jordan Wiens |
| 2018-07-10 | Various Python 3 support changes | KyleMiles |
| 2018-07-10 | Additional changes for python 2/3 compatibility | Peter LaFosse |
| 2018-07-10 | working division, prints, and metaclasses, but imports broken, still needs work | Jordan Wiens |
| 2017-05-19 | update copyright year | Jordan Wiens |
| 2017-02-16 | Basic blocks have incoming and outgoing edges with basic block references, us... | Rusty Wagner |
| 2017-01-02 | Making platform and architecture optional parameters where possible | Peter LaFosse |
| 2016-10-28 | Refactor python api into separate files and add Enumeration support. Also fix... | plafosse |