| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-15 | [Python API] Replace bare "except:" with "except Exception:" to fix signal ↵ | Josh Ferrell | |
| propagation | |||
| 2026-01-18 | fix syntax for note section of newly added api docs | Jordan Wiens | |
| 2026-01-16 | fix pydoc formatting for recent metadata API changes | Jordan Wiens | |
| 2026-01-16 | Add get_metadata() method and make query_metadata() raise KeyError consistently | Peter LaFosse | |
| Introduces a Pythonic get_metadata() method to BinaryView, Function, Project, TypeArchive, and TypeLibrary classes. This method behaves like dict.get(), returning a default value (None by default) when a key doesn't exist, instead of raising a KeyError. Additionally, updates query_metadata() in TypeArchive and TypeLibrary to raise KeyError when a key is not found, making them consistent with BinaryView, Function, and Project. Previously these two classes returned None on missing keys. This breaking change is documented in the method docstrings. This provides a more consistent and Pythonic API for querying metadata across all metadata-supporting classes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||
| 2026-01-01 | update copyrights for 2026 | Jordan Wiens | |
| 2025-08-01 | Use log_error_for_exception in the Python API to pass tracebacks in the ↵ | Rusty Wagner | |
| stack trace associated with log messages, instead of creating large mutli-line messages for every exception | |||
| 2025-03-28 | missed the older dates! | Jordan Wiens | |
| 2024-08-04 | spellcheck pass on pydocs | Jordan Wiens | |
| 2024-07-12 | Prevent crash when trying to rename unknown type in typearchive | Josh Ferrell | |
| 2024-06-04 | Add CorePlatform to python api for proper subclassing | Glenn Smith | |
| 2024-04-19 | fixed class docstrings in enterprise.py and typearchive.py | Galen Williamson | |
| 2024-04-19 | docstring hygiene maintenance in python API | Galen Williamson | |
| 2024-02-19 | Type archive python api: remove callbacks that were dropped from release | Glenn Smith | |
| 2024-02-19 | Clean up type archives docs | Glenn Smith | |
| 2024-02-12 | Fix import name, update copyright years | Josh Ferrell | |
| 2024-02-07 | Type Archives | Glenn Smith | |
