Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added cmd2.exceptions.PassThroughExceptionexception_passthrough | Kevin Van Brunt | 2021-03-02 | 6 | -3/+60 |
| | |||||
* | Moved empty line check in table creator | Kevin Van Brunt | 2021-03-02 | 2 | -4/+13 |
| | |||||
* | Merge pull request #1066 from python-cmd2/table_newline | Todd Leonhardt | 2021-03-01 | 3 | -12/+52 |
|\ | | | | | Fixed issue where TableCreator was tossing blank last lines | ||||
| * | Fixed issue where TableCreator was tossing blank last linestable_newline | Kevin Van Brunt | 2021-03-01 | 3 | -12/+52 |
|/ | |||||
* | Merge pull request #1060 from python-cmd2/mypy | Todd Leonhardt | 2021-02-22 | 5 | -9/+25 |
|\ | | | | | Start making small changes to fix mypy warnings | ||||
| * | Fix error in Python 3.6 | Todd Leonhardt | 2021-02-21 | 1 | -2/+1 |
| | | |||||
| * | Start making small changes to fix mypy warnings | Todd Leonhardt | 2021-02-21 | 5 | -10/+27 |
|/ | |||||
* | Merge pull request #1059 from python-cmd2/deprecate_35 | Todd Leonhardt | 2021-02-21 | 23 | -123/+72 |
|\ | | | | | Deprecate support for Python 3.5 | ||||
| * | Updated README and CHANGELOG | Todd Leonhardt | 2021-02-20 | 2 | -2/+3 |
| | | |||||
| * | Deprecate Python 3.5 | Todd Leonhardt | 2021-02-20 | 21 | -121/+69 |
|/ | |||||
* | Merge pull request #1052 from python-cmd2/black | Todd Leonhardt | 2021-02-20 | 91 | -1945/+3177 |
|\ | | | | | Add black and isort GitHub Action Workflows | ||||
| * | Fixed black, isort, flake8, and doc8 issues | Todd Leonhardt | 2021-02-19 | 16 | -320/+445 |
| | | |||||
| * | Merge branch 'master' into black | Todd Leonhardt | 2021-02-19 | 28 | -1109/+1010 |
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # cmd2/__init__.py # cmd2/argparse_completer.py # cmd2/argparse_custom.py # cmd2/cmd2.py # cmd2/decorators.py # cmd2/exceptions.py # cmd2/utils.py # examples/arg_decorators.py # examples/argparse_completion.py # examples/modular_commands_main.py # tests/test_argparse_completer.py # tests/test_argparse_custom.py # tests/test_cmd2.py # tests/test_completion.py # tests/test_history.py | ||||
* | | Merge pull request #1055 from python-cmd2/2.0 | Todd Leonhardt | 2021-02-18 | 27 | -795/+853 |
|\ \ | | | | | | | Merging in 2.0 branch | ||||
| * \ | Merge branch 'master' into 2.02.0 | Todd Leonhardt | 2021-02-14 | 1 | -1/+1 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1057 from korygill/patch-1 | Todd Leonhardt | 2021-02-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update modular_commands.rst | ||||
| * | | | Update modular_commands.rst | Kory Gill | 2021-02-13 | 1 | -1/+1 |
|/ / / | | | | | | | Minor fix to use cmd2 intead of cmd in example text. | ||||
| * | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-02-11 | 1 | -1/+3 |
| |\ \ | |/ / |/| | | |||||
| * | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-02-09 | 5 | -7/+52 |
| |\ \ | |||||
| * | | | Fixed typo in change log | Kevin Van Brunt | 2021-02-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into 2.0 | Todd Leonhardt | 2021-01-31 | 17 | -155/+154 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md | ||||
| * \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-29 | 12 | -42/+112 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-28 | 7 | -6/+35 |
| |\ \ \ \ \ | |||||
| * | | | | | | Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0. | Kevin Van Brunt | 2021-01-22 | 5 | -47/+4 |
| | | | | | | | |||||
| * | | | | | | Removed --silent flag from alias/macro create since startup scripts can be ↵ | Kevin Van Brunt | 2021-01-22 | 3 | -44/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run silently. Removed --with_silent flag from alias/macro list since startup scripts can be run silently. | ||||
| * | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-22 | 71 | -263/+699 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-21 | 4 | -39/+80 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-11-12 | 3 | -2/+11 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-11 | 13 | -78/+240 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md | ||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-17 | 12 | -34/+335 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #991 from python-cmd2/read_input | Kevin Van Brunt | 2020-09-09 | 16 | -177/+478 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Read input enhancements | ||||
| | * | | | | | | | | | | | Added section to completion docs about read_input() function | Kevin Van Brunt | 2020-09-09 | 2 | -0/+13 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-09 | 1 | -9/+10 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-09 | 1 | -9/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | Moved two classes from cmd2.py to utils.py. | Kevin Van Brunt | 2020-09-09 | 9 | -79/+83 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-09 | 4 | -29/+66 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-09 | 4 | -29/+66 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | | Made CustomCompletionSettings public since it's optionally passed to public ↵ | Kevin Van Brunt | 2020-09-05 | 2 | -11/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method cmd2.Cmd.complete(). | ||||
| | | | * | | | | | | | | | | | Added pragma: no cover to some tab completion code | Kevin Van Brunt | 2020-09-05 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | Updated unit tests for read_input() | Kevin Van Brunt | 2020-09-05 | 3 | -2/+42 |
| | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-05 | 8 | -78/+156 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-05 | 8 | -78/+156 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ \ \ | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-03 | 8 | -29/+110 |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-03 | 9 | -33/+114 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | | | | | Fixed flake8 error | Kevin Van Brunt | 2020-09-01 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | | | | | Removed enum.auto() for Python 3.5 compatibility | Kevin Van Brunt | 2020-09-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | | | | | Fixed docs error | Kevin Van Brunt | 2020-09-01 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | | | | | Updated change log | Kevin Van Brunt | 2020-09-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | | | | | Updated read_input example | Kevin Van Brunt | 2020-09-01 | 1 | -10/+33 |
| | | | | | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | | | | | Updated comments | Kevin Van Brunt | 2020-09-01 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | |