| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Negative ending history indices include the referenced command, instead of ↵ | kotfu | 2019-03-11 | 1 | -5/+5 |
| | | | | | excluding it | ||||
| * | Allow both history indices to be negative | kotfu | 2019-03-10 | 1 | -1/+4 |
| | | |||||
| * | Merge branch 'history_improvements' of github.com:python-cmd2/cmd2 into ↵ | kotfu | 2019-03-10 | 2 | -0/+127 |
| |\ | | | | | | | history_improvements | ||||
| | * | Merge branch 'master' into disable_command | Kevin Van Brunt | 2019-03-10 | 1 | -0/+22 |
| | |\ | |||||
| | | * | Replaced StdSim.__store_output with StdSim.pause_storage | Kevin Van Brunt | 2019-03-09 | 1 | -0/+22 |
| | | | | |||||
| | * | | Added function to report that a disabled command has been run. | Kevin Van Brunt | 2019-03-10 | 1 | -0/+8 |
| | | | | | | | | | | | | | Not adding disabled commands to the history when run. | ||||
| | * | | Increased code coverage | Kevin Van Brunt | 2019-03-10 | 1 | -0/+8 |
| | | | | |||||
| | * | | Added unit tests for disabling commands | Kevin Van Brunt | 2019-03-09 | 1 | -0/+89 |
| | |/ | |||||
| * | | Clean up history command | kotfu | 2019-03-09 | 1 | -23/+35 |
| | | | |||||
| * | | Clean up unused variables | kotfu | 2019-03-09 | 1 | -2/+2 |
| | | | |||||
| * | | Reworked get() on History class | kotfu | 2019-03-09 | 1 | -8/+30 |
| |/ | |||||
| * | Added a shlex.split() wrapper to have a common way of calling it. | Kevin Van Brunt | 2019-03-05 | 1 | -12/+0 |
| | | | | | Replaced parse_quoted_string with _get_command_arg_list. | ||||
| * | Merged master into this branch and resolved conflicts in CHANGELOG | Todd Leonhardt | 2019-03-04 | 5 | -331/+435 |
| |\ | |||||
| | * | Merged master into history and resolved conflicts | Todd Leonhardt | 2019-03-04 | 3 | -82/+43 |
| | |\ | |||||
| | * | | Fixed a couple bugs and added unit tests | Todd Leonhardt | 2019-03-03 | 1 | -1/+8 |
| | | | | |||||
| | * | | Merged from master and resolved conflicts in cmd2.py | Todd Leonhardt | 2019-03-02 | 20 | -294/+14 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into history | Todd Leonhardt | 2019-02-28 | 2 | -258/+27 |
| | |\ \ \ | |||||
| | * | | | | Fixed comments | Kevin Van Brunt | 2019-02-26 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Fixed unit test which was slow on macOS and hung forever on Windows | Todd Leonhardt | 2019-02-26 | 1 | -3/+7 |
| | | | | | | |||||
| | * | | | | Merged master into history branch and fixed merge conflicts | Todd Leonhardt | 2019-02-26 | 2 | -18/+16 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2019-02-20 | 2 | -2/+6 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | expanded history searches with string or regex for #545 | kotfu | 2019-02-16 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | history -v with a string or regex search now searches both the entered command as well as the expanded command | ||||
| | * | | | | | | Move the rest of the history tests into test_history.py | kotfu | 2019-02-09 | 3 | -115/+128 |
| | | | | | | | | |||||
| | * | | | | | | Added -x option to history command for #545 | kotfu | 2019-02-09 | 1 | -2/+59 |
| | | | | | | | | |||||
| | * | | | | | | Extract history classes and test into their own files | kotfu | 2019-02-09 | 2 | -190/+209 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'master' into history | Todd Leonhardt | 2019-02-07 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2019-01-08 | 1 | -2/+26 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2018-12-07 | 2 | -11/+11 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2018-12-06 | 2 | -27/+20 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2018-12-06 | 33 | -3/+33 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | First version of adding an expanded option to history items | Kevin Van Brunt | 2018-12-03 | 3 | -44/+28 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge master into with_argument_list and resolved conflicts | Todd Leonhardt | 2019-03-04 | 3 | -81/+43 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | Added unit tests | Kevin Van Brunt | 2019-03-01 | 1 | -0/+22 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Removed support for c-style and embedded comments | Kevin Van Brunt | 2019-03-01 | 3 | -81/+21 |
| | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Fix for when with_argument_list is called with preserve_quotes optional argument | Todd Leonhardt | 2019-03-04 | 1 | -0/+8 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Fixed a lot of warnings | Kevin Van Brunt | 2019-03-01 | 1 | -0/+3 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Removed ability to call commands as if they were functions in pyscript (e.g. ↵ | Kevin Van Brunt | 2019-02-28 | 20 | -294/+11 |
| | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | app.help()) | ||||
| * | | | | | | | | | Added unit test for matches_sort_key | Kevin Van Brunt | 2019-02-27 | 1 | -1/+27 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Made cmd2_app a positional and required argument of AutoCompleter. | Kevin Van Brunt | 2019-02-23 | 1 | -257/+0 |
| | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleted bash tab completion support. AutoCompleter no longer assumes CompletionItem results are sorted. | ||||
| * | | | | | | | | Fixed unit test that was hanging on Windows | Kevin Van Brunt | 2019-02-22 | 1 | -4/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Removed os.system in favor of do_shell | Kevin Van Brunt | 2019-02-21 | 1 | -19/+17 |
| | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | | Changed examples to reflect that settable doesn't need to be updated before ↵ | Kevin Van Brunt | 2019-02-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calling init() | ||||
| * | | | | | | | Added unit test | Kevin Van Brunt | 2019-02-20 | 1 | -0/+3 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Increased code coverage | Kevin Van Brunt | 2019-01-24 | 1 | -1/+1 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Fixed typos in comments | Todd Leonhardt | 2018-12-13 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Fixed bug in cmd2.Cmd.select() when user enters 0 or negative number | Todd Leonhardt | 2018-12-13 | 1 | -1/+25 |
| | |_|_|/ |/| | | | |||||
| * | | | | Fix Deprecation warnings for escape sequences | kotfu | 2018-12-06 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Change deprecated mock to mocker | kotfu | 2018-12-06 | 1 | -6/+6 |
| | |_|/ |/| | | |||||
| * | | | Removed ERROR: text from perror output | Kevin Van Brunt | 2018-12-06 | 2 | -27/+20 |
| | |/ |/| | |||||
| * | | Fix flake8 issues | Todd Leonhardt | 2018-12-06 | 33 | -3/+33 |
| |/ | | | | | | | | | | | | | | | | | | | | | | This commit contains a very large number of trivial changes in order to fix flake8 errors and warnings. Predominantly these are whitespace changes. Additionally, the build for Python 3.7 on TravisCI has been tweaked to fail if there are any flake8 errors using the following commandline: * flake8 . --count --ignore=E252 --max-complexity=31 --max-line-length=127 --show-source --statistics NOTE: In the future the max cyclomatic complexity should be lowered, but some improvements need to be made first. One flake8 error is being ignored entirely: * E252 missing whitespace around parameter equals * ignored because it doesn't correctly deal with default argument values after a type hint A few flake8 errors are being selectively ignored in certain files: * C901 fuction is too complex * ignored in argparse_completer.py because the complex code is an override of argparse complexity * E302 expected 2 blank lines after ... * ignored in all unit test files for convenience * F401 module imported but unused * ignored in cmd2/__init__.py because imports are for convenience of cmd2 developers and backwards compatibility * F821 undefined name * ignored in cmd2 script files which are intended to run only within cmd2 applications via pyscript where "app" and "cmd" are defined | ||||
