summaryrefslogtreecommitdiff
path: root/examples/persistent_history.py
Commit message (Expand)AuthorAgeFilesLines
* Add black for automatic code formatTodd Leonhardt2021-01-311-0/+1
* Updated various documentation and tests to not use loadTodd Leonhardt2019-06-151-2/+2
* Removed support for cmd.cmdqueueKevin Van Brunt2019-06-111-2/+1
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+1
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-1/+1
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-1/+1
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Make sure pexpect uses same version of Python to spawn persistent history exa...Todd Leonhardt2018-02-091-4/+14
* First past at unit test for persistent history featureTodd Leonhardt2018-02-091-0/+1
* Added optional persistent readline history featureTodd Leonhardt2018-02-081-0/+22