summaryrefslogtreecommitdiff
path: root/cmd2/rl_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Added handling for OSError caused by trying to load a GNU readline shared lib...Kevin Van Brunt2021-04-281-2/+2
* More mypy validation changes. cmd2.py is nearly fully mypy compliant now.Eric Lin2021-04-021-3/+3
* Add in isort changesTodd Leonhardt2021-01-311-3/+10
* Add black for automatic code formatTodd Leonhardt2021-01-311-10/+13
* Update conditional pyreadline3 dependency for WinKyle King2021-01-271-2/+2
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+3
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-1/+1
* Renamed ansi_safe_wcswidth() to style_aware_wcswidth()Kevin Van Brunt2019-12-191-1/+1
* Simplified line of codeKevin Van Brunt2019-11-251-2/+1
* Added # pragma: no cover to some code in rl_utilsKevin Van Brunt2019-11-241-2/+2
* Fixed flake8 warningKevin Van Brunt2019-11-241-2/+2
* Updated warning textKevin Van Brunt2019-11-241-1/+1
* Added exception handling to account for non-standard Python environments in w...Kevin Van Brunt2019-11-241-9/+24
* Whitespace and doc fixesKevin Van Brunt2019-07-011-1/+1
* Cleaned up some PyCharm warningsTodd Leonhardt2019-03-131-6/+9
* Fix flake8 issuesTodd Leonhardt2018-12-061-2/+3
* Addressing code review commentsKevin Van Brunt2018-09-251-5/+9
* Removed more terminal code from coverageKevin Van Brunt2018-09-251-13/+13
* Removed terminal functions from code coverageKevin Van Brunt2018-09-251-1/+1
* Made sure all prompts sent to GNU readline are made safeKevin Van Brunt2018-09-211-2/+32
* More code to support asynchronous changes to the terminalKevin Van Brunt2018-09-191-20/+36
* Made common function to clear input lines in the terminalKevin Van Brunt2018-09-191-0/+1
* Wrote a prompt updater exampleKevin Van Brunt2018-09-191-0/+14
* Wrote function and test command to print alertsKevin Van Brunt2018-09-191-1/+44
* 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