summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into history_improvementsKevin Van Brunt2019-03-121-7/+3
|\
| * Small refactorKevin Van Brunt2019-03-121-7/+3
* | Negative ending history indices include the referenced command, instead of ex...kotfu2019-03-111-9/+24
* | Allow both history indices to be negativekotfu2019-03-101-3/+1
* | Incorporating requested changes from the PRkotfu2019-03-101-1/+1
* | Merge branch 'history_improvements' of github.com:python-cmd2/cmd2 into histo...kotfu2019-03-103-39/+167
|\ \ | |/
| * Merge branch 'master' into disable_commandKevin Van Brunt2019-03-102-32/+53
| |\
| | * Merge branch 'master' into store_outputKevin Van Brunt2019-03-091-1/+1
| | |\
| | * | Replaced StdSim.__store_output with StdSim.pause_storageKevin Van Brunt2019-03-092-17/+7
| | * | Added way to turn off storing stdout and stderr in StdSimKevin Van Brunt2019-03-062-32/+63
| * | | Changed DisabledCommand into a namedtupleKevin Van Brunt2019-03-101-10/+5
| * | | Fixed long line warningKevin Van Brunt2019-03-101-1/+2
| * | | Fixed long line warningKevin Van Brunt2019-03-101-1/+2
| * | | Added function to report that a disabled command has been run.Kevin Van Brunt2019-03-101-4/+16
| * | | Updated examples and documentation pertaining to disabling commandsKevin Van Brunt2019-03-101-2/+3
| * | | Fixed another Flake warningKevin Van Brunt2019-03-101-4/+2
| * | | Fixed flake warningsKevin Van Brunt2019-03-091-4/+4
| * | | Added unit tests for disabling commandsKevin Van Brunt2019-03-091-1/+1
| * | | Merge branch 'master' into disable_commandKevin Van Brunt2019-03-091-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Only print a traceback if there is one to printKevin Van Brunt2019-03-091-1/+1
| | |/
| * | Added way to disable commandsKevin Van Brunt2019-03-091-4/+103
| |/
* | Clean up history commandkotfu2019-03-092-87/+117
* | Reworked get() on History classkotfu2019-03-091-34/+57
|/
* Updated a comment and moved an importKevin Van Brunt2019-03-062-2/+2
* Moved some utility functions from cmd2.py to parsing.pyTodd Leonhardt2019-03-052-45/+45
* Fix flake8 failureTodd Leonhardt2019-03-051-1/+0
* Reversed arguments in a UnionKevin Van Brunt2019-03-051-4/+4
* Added a shlex.split() wrapper to have a common way of calling it.Kevin Van Brunt2019-03-052-37/+58
* Merged master into this branch and resolved conflicts in CHANGELOGTodd Leonhardt2019-03-044-150/+235
|\
| * Merged master into history and resolved conflictsTodd Leonhardt2019-03-043-46/+13
| |\
| * | Fixed a couple bugs and added unit testsTodd Leonhardt2019-03-031-1/+3
| * | Potential fixes for outstanding multi-line issues in history commandTodd Leonhardt2019-03-034-8/+15
| * | Merged from master and resolved conflicts in cmd2.pyTodd Leonhardt2019-03-024-302/+47
| |\ \
| * \ \ Merge branch 'master' into historyTodd Leonhardt2019-02-283-319/+51
| |\ \ \
| * \ \ \ Merged master into history branch and fixed merge conflictsTodd Leonhardt2019-02-261-8/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into historyKevin Van Brunt2019-02-201-9/+8
| |\ \ \ \ \
| * | | | | | expanded history searches with string or regex for #545kotfu2019-02-161-2/+3
| * | | | | | Fix incorrect example in alias help messagekotfu2019-02-161-1/+1
| * | | | | | Fix flake errorskotfu2019-02-091-6/+8
| * | | | | | Move the rest of the history tests into test_history.pykotfu2019-02-091-1/+1
| * | | | | | Added -x option to history command for #545kotfu2019-02-092-20/+49
| * | | | | | Extract history classes and test into their own fileskotfu2019-02-092-140/+152
| * | | | | | Merge branch 'master' into historyTodd Leonhardt2019-02-072-29/+45
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into historyKevin Van Brunt2019-01-081-3/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into historyKevin Van Brunt2018-12-061-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into historyKevin Van Brunt2018-12-067-18/+21
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into historyKevin Van Brunt2018-12-051-13/+13
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | First version of adding an expanded option to history itemsKevin Van Brunt2018-12-032-17/+49
* | | | | | | | | | | | Merge master into with_argument_list and resolved conflictsTodd Leonhardt2019-03-043-47/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Fixed documentationKevin Van Brunt2019-03-011-1/+1