summaryrefslogtreecommitdiff
path: root/python/bncompleter.py
AgeCommit message (Collapse)Author
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
Fix linter error in scriptingprovider.py Update workflow.py using updated paradigms and type hints
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2020-11-04Update bncompleter.pyJordan
add missing module on inspect.getattr_static and small readability cleanup
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 ↵Jordan Wiens
py2 signature support
2019-09-09remove six dependence which was breaking some versions and add function ↵Jordan Wiens
prototype matching
2019-09-03python2 support for completion through arrays, also add parenthesis for ↵Jordan Wiens
function calls
2019-09-03modifying rlcompleter to support completion through list lookups, updating ↵Jordan Wiens
license information as well