index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
bncompleter.py
Age
Commit message (
Expand
)
Author
2026-05-18
Argument Assist Popup
0cyn
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...
Josh Ferrell
2024-07-23
restore tab completion parity when fuzzySearch is disabled
Jordan Wiens
2024-07-19
Filter under/dunder members in bncompleter
Josh Ferrell
2024-07-18
Add fuzzy completion to the python console
Glenn Smith
2024-02-23
4.0 documentation
Jordan Wiens
2022-05-14
mend
Jordan Wiens
2022-05-14
remove more vestigal py2 code
Jordan Wiens
2022-01-28
Format All Files
KyleMiles
2021-11-08
add pep 484 and 561 compliance, fixes #2747
Jordan Wiens
2021-09-24
Use more f-strings
Peter LaFosse
2021-09-05
type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py
Peter LaFosse
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2020-11-04
Update bncompleter.py
Jordan
2020-11-04
use getattr_static to avoid executing code
Jordan
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-09-26
more small documentation fixes
Jordan Wiens
2019-09-11
completer fix for top-level builtin completion
Jordan Wiens
2019-09-10
better error handling if inspect fails to generate a function prototype and p...
Jordan Wiens
2019-09-09
remove six dependence which was breaking some versions and add function proto...
Jordan Wiens
2019-09-03
python2 support for completion through arrays, also add parenthesis for funct...
Jordan Wiens
2019-09-03
modifying rlcompleter to support completion through list lookups, updating li...
Jordan Wiens