summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Filled in date for 0.9.11 release0.9.11Kevin Van Brunt2019-03-131-1/+1
* Updated change logKevin Van Brunt2019-03-121-0/+1
* Merge pull request #645 from python-cmd2/history_improvementsTodd Leonhardt2019-03-125-131/+432
|\
| * 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-113-16/+32
| * Allow both history indices to be negativekotfu2019-03-103-6/+6
| * Incorporating requested changes from the PRkotfu2019-03-102-4/+8
| * Formatting clean up on history sectionkotfu2019-03-101-61/+67
| * Merge branch 'history_improvements' of github.com:python-cmd2/cmd2 into histo...kotfu2019-03-1010-190/+482
| |\ | |/ |/|
* | Merge pull request #643 from python-cmd2/disable_commandKevin Van Brunt2019-03-106-139/+401
|\ \
| * \ Merge branch 'master' into disable_commandKevin Van Brunt2019-03-105-50/+79
| |\ \ | |/ / |/| |
* | | Merge pull request #642 from python-cmd2/store_outputKevin Van Brunt2019-03-105-50/+79
|\ \ \
| * | | Removed obsolete documentationKevin Van Brunt2019-03-101-18/+2
| * | | Merge branch 'master' into store_outputKevin Van Brunt2019-03-101-0/+1
| |\ \ \ | |/ / / |/| | |
| * | | Added StdSim.pause_storage to CHANGELOGKevin Van Brunt2019-03-101-0/+2
| * | | Merge branch 'master' into store_outputKevin Van Brunt2019-03-091-1/+1
| |\ \ \
| * | | | Replaced StdSim.__store_output with StdSim.pause_storageKevin Van Brunt2019-03-093-17/+29
| * | | | 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-102-4/+24
| | | * | Merge branch 'master' into disable_commandKevin Van Brunt2019-03-101-0/+1
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Added bug fix to CHANGELOGKevin Van Brunt2019-03-101-0/+1
| |/ / / |/| | |
| | * | Updated examples and documentation pertaining to disabling commandsKevin Van Brunt2019-03-105-134/+185
| | * | Fixed typo in exampleKevin Van Brunt2019-03-101-1/+1
| | * | Fixed another Flake warningKevin Van Brunt2019-03-101-4/+2
| | * | Increased code coverageKevin Van Brunt2019-03-101-0/+8
| | * | Fixed flake warningsKevin Van Brunt2019-03-091-4/+4
| | * | Added unit tests for disabling commandsKevin Van Brunt2019-03-092-1/+90
| | * | 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
|/ /
| * Add documentation for the history command.kotfu2019-03-101-6/+194
| * Clean up history commandkotfu2019-03-093-110/+152
| * Clean up unused variableskotfu2019-03-091-2/+2
| * Reworked get() on History classkotfu2019-03-092-42/+87
|/
* Merge pull request #638 from python-cmd2/common_splitKevin Van Brunt2019-03-063-52/+60
|\
| * 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-053-49/+58
|/
* Merge pull request #636 from python-cmd2/with_argument_listTodd Leonhardt2019-03-045-15/+33
|\
| * Merged master into this branch and resolved conflicts in CHANGELOGTodd Leonhardt2019-03-0410-481/+677
| |\ | |/ |/|
* | Merge pull request #635 from python-cmd2/historyKevin Van Brunt2019-03-0410-481/+678
|\ \
| * | Updated CHANGELOGTodd Leonhardt2019-03-041-0/+8
| * | Merged master into history and resolved conflictsTodd Leonhardt2019-03-049-153/+83
| |\ \ | |/ / |/| |
| * | Fixed a couple bugs and added unit testsTodd Leonhardt2019-03-032-2/+11