summaryrefslogtreecommitdiff
path: root/python/bncompleter.py
AgeCommit message (Expand)Author
2026-05-18Argument Assist Popup0cyn
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2024-07-23restore tab completion parity when fuzzySearch is disabledJordan Wiens
2024-07-19Filter under/dunder members in bncompleterJosh Ferrell
2024-07-18Add fuzzy completion to the python consoleGlenn Smith
2024-02-234.0 documentationJordan Wiens
2022-05-14mendJordan Wiens
2022-05-14remove more vestigal py2 codeJordan Wiens
2022-01-28Format All FilesKyleMiles
2021-11-08add pep 484 and 561 compliance, fixes #2747Jordan Wiens
2021-09-24Use more f-stringsPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2020-11-04Update bncompleter.pyJordan
2020-11-04use getattr_static to avoid executing codeJordan
2020-01-01update copyright year to 2020Jordan Wiens
2019-09-26more small documentation fixesJordan Wiens
2019-09-11completer fix for top-level builtin completionJordan Wiens
2019-09-10better error handling if inspect fails to generate a function prototype and p...Jordan Wiens
2019-09-09remove six dependence which was breaking some versions and add function proto...Jordan Wiens
2019-09-03python2 support for completion through arrays, also add parenthesis for funct...Jordan Wiens
2019-09-03modifying rlcompleter to support completion through list lookups, updating li...Jordan Wiens