summaryrefslogtreecommitdiff
path: root/python/interaction.py
AgeCommit message (Collapse)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵Josh Ferrell
propagation
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-09Fix show_message_box crashing with `None` description in Python (#7748)utkonos
2025-11-19Improve python api type hintsJosh Ferrell
2025-08-15add note to show_message_box API about escapingJordan Wiens
2025-08-01Use 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-06-30Add Checkbox input support to python apiAlexander Khosrowshahi
2025-05-23Fix ChoiceField docs, add .default getter/setterJosh Ferrell
2025-03-28missed the older dates!Jordan Wiens
2025-01-24Update docs for get_save_filename_input to reflect actual api specGlenn Smith
2024-04-24add missing documentation for interaction APIs and some normalization of ↵Jordan Wiens
phrasing. Resolves #5317
2024-01-08update copyright yearJordan Wiens
2023-11-01Add interaction.get_large_choice_input for large numbers of optionskat
2023-06-06try to make sphinx ver on macos build happyJordan Wiens
2023-06-05cleanup pydoc warningsJordan Wiens
2023-04-19small documentation fixesJordan Wiens
2023-04-12small pydoc tweaksJordan Wiens
2023-02-06Python API: Add hints to interaction.pyKyleMiles
2023-01-05Update copyright to 2023Josh F
2022-10-17documentation overhaulJordan Wiens
2022-09-29Interaction::RunProgressDialogGlenn Smith
2022-05-19use raw strings to pacify pytestJordan Wiens
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ↵Jordan Wiens
ad-hoc messages with consistent decorator
2022-01-28Format All FilesKyleMiles
2022-01-04small pydoc updtaesJordan Wiens
2022-01-03update copyright yearsJordan Wiens
2021-11-18Enterprise apis and supportGlenn Smith
Also secrets provider + openUrl
2021-09-22Small doc fixJosh F
2021-09-06Fix import of logPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05add a core.free_string helperPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-04Add query mode to flow graph reports.Brian Potchik
2021-06-18Interactions: add default form valuesGlenn Smith
2021-03-26updating to latest sphinx-rtd theme and many doc formatting fixesJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-06-17many spelling fixesJordan Wiens
2020-05-03return NotImplemented instead of None to placate the linterPeter LaFosse
2020-03-06update documentation on get_open_filenameJordan Wiens
2020-02-06correct get_form_input documentation for return valueJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-09-26more small documentation fixesJordan Wiens
2019-09-26many documentation formatting fixupsJordan Wiens
2019-09-14lots of small documentation updates, mostly around making sure parameters ↵Jordan Wiens
are consistent and typed properly
2019-09-13small documentation fixupsJordan Wiens
2019-06-08final refactor for missing parametersJordan Wiens
2019-02-19Fix documentation for show_html_report and show_markdown_reportPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2018-11-26Update documentation for show_markdown_report and show_html_reportPeter LaFosse