| Age | Commit message (Expand) | Author |
| 2021-11-10 | Add support for passing list of types to StructureBuilder\StructureType .crea... | Peter LaFosse |
| 2021-11-08 | add pep 484 and 561 compliance, fixes #2747 | Jordan Wiens |
| 2021-09-28 | Remove some unnecessary code | Peter LaFosse |
| 2021-09-28 | Add Refactor Symbol to CoreSymbol and Symbol | Peter LaFosse |
| 2021-09-28 | Removed some commented code | Peter LaFosse |
| 2021-09-23 | Add comparison operators for SizeWithConfidence and OffsetWithConfidence | Peter LaFosse |
| 2021-09-23 | Add equality and order overloads for BoolWithConfidence | Peter LaFosse |
| 2021-09-18 | Fix creation of mutable StructureBuilder from StructureType | Peter LaFosse |
| 2021-09-15 | Fix NamedTypeReferenceType.target | Peter LaFosse |
| 2021-09-07 | Rename all TypeBuilder objects to end with 'Builder' to avoid name collisions | Peter LaFosse |
| 2021-09-07 | Create NameSpace.get_core_struct() | Peter LaFosse |
| 2021-09-06 | Commonize _to_core_struct/_from_core_struct | Peter LaFosse |
| 2021-09-06 | Add BNTypeBuilderSetChildType | Peter LaFosse |
| 2021-09-06 | Add some additional typehints to architecture.py, function.py and metadata.py... | Peter LaFosse |
| 2021-09-06 | Fix many bugs in types.py | Peter LaFosse |
| 2021-09-06 | Update types.py to use *WithBuilder APIs | Peter LaFosse |
| 2021-09-05 | Remove some unnecessary properties for various derived HLIL Instructions, add... | 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 | add a core.free_string helper | Peter LaFosse |
| 2021-09-05 | Refactor Variable class | Peter LaFosse |
| 2021-09-05 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse |
| 2021-05-26 | Add the ability to automatically create struct members | Xusheng |
| 2021-04-06 | Add support for duplicate symbol handling. | Brian Potchik |
| 2021-03-01 | Add methods for creating wide char types | Josh Ferrell |
| 2021-02-17 | add support for type xref and variable xref | Xusheng |
| 2021-01-18 | updating copyright year | Jordan Wiens |
| 2020-06-23 | Add ability to set can_return on mutable function type objects | Peter LaFosse |
| 2020-06-17 | many spelling fixes | Jordan Wiens |
| 2020-06-06 | fix handle reference in type with_confidence call, resolves #1731 | Jordan Wiens |
| 2020-05-03 | Fix up equality operators and had hash operators | Peter LaFosse |
| 2020-04-28 | small documentation update for SymbolType table | Jordan Wiens |
| 2020-03-11 | documentation for the Type class, setter for function_type can take a string,... | Jordan Wiens |
| 2020-02-07 | Fix struct display in MLIL | Rusty Wagner |
| 2020-02-04 | Add registered name to type objects | Rusty Wagner |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens |
| 2019-12-17 | Immutable type/struct/enum objects, allowing deduplication for reduced memory... | Rusty Wagner |
| 2019-11-15 | Type workflow improvements | Peter LaFosse |
| 2019-09-14 | lots of small documentation updates, mostly around making sure parameters are... | Jordan Wiens |
| 2019-07-18 | Add Symbol aliases to cope with duplicate symbols | rollsafe |
| 2019-07-03 | - fix a type error when trying to create a function type with a parameter tha... | verylazyguy |
| 2019-06-10 | re-enable documentation for name and byte_name on types.QualifiedName | Jordan Wiens |
| 2019-06-09 | remove two breaking changes | Jordan Wiens |
| 2019-06-08 | final refactor for missing parameters | Jordan Wiens |
| 2019-04-22 | Add BNGetStructureMemberByName API and add __getitem__ to python Structure API | Peter LaFosse |
| 2019-03-20 | Add ordinals to symbols | Rusty Wagner |
| 2019-03-06 | Add ability to query cross references directly on data variables | Peter LaFosse |
| 2019-01-30 | Fix documentation for Type.const | Peter LaFosse |