summaryrefslogtreecommitdiff
path: root/cmd2/rl_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Corrected how we force a redisplay in pyreadlineKevin Van Brunt2018-06-221-4/+6
* Added tab completion of Python identifiers when running the Python consoleKevin Van Brunt2018-05-231-2/+11
* Stopped sharing history between cmd2 and python consoleKevin Van Brunt2018-05-231-0/+23
* Added warning if tab completion will be disabled. Not allowing libeditKevin Van Brunt2018-05-071-4/+6
* Started adding type hintsTodd Leonhardt2018-04-191-5/+1
* Identified and marked a few blocks of code that can't be reached during unit ...Eric Lin2018-04-191-3/+4
* Addresses comments on #362Eric Lin2018-04-191-1/+3
* Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-04-181-0/+63