summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added cmd2.exceptions.PassThroughExceptionexception_passthroughKevin Van Brunt2021-03-026-3/+60
|
* Moved empty line check in table creatorKevin Van Brunt2021-03-022-4/+13
|
* Merge pull request #1066 from python-cmd2/table_newlineTodd Leonhardt2021-03-013-12/+52
|\ | | | | Fixed issue where TableCreator was tossing blank last lines
| * Fixed issue where TableCreator was tossing blank last linestable_newlineKevin Van Brunt2021-03-013-12/+52
|/
* Merge pull request #1060 from python-cmd2/mypyTodd Leonhardt2021-02-225-9/+25
|\ | | | | Start making small changes to fix mypy warnings
| * Fix error in Python 3.6Todd Leonhardt2021-02-211-2/+1
| |
| * Start making small changes to fix mypy warningsTodd Leonhardt2021-02-215-10/+27
|/
* Merge pull request #1059 from python-cmd2/deprecate_35Todd Leonhardt2021-02-2123-123/+72
|\ | | | | Deprecate support for Python 3.5
| * Updated README and CHANGELOGTodd Leonhardt2021-02-202-2/+3
| |
| * Deprecate Python 3.5Todd Leonhardt2021-02-2021-121/+69
|/
* Merge pull request #1052 from python-cmd2/blackTodd Leonhardt2021-02-2091-1945/+3177
|\ | | | | Add black and isort GitHub Action Workflows
| * Fixed black, isort, flake8, and doc8 issuesTodd Leonhardt2021-02-1916-320/+445
| |
| * Merge branch 'master' into blackTodd Leonhardt2021-02-1928-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.0Todd Leonhardt2021-02-1827-795/+853
|\ \ | | | | | | Merging in 2.0 branch
| * \ Merge branch 'master' into 2.02.0Todd Leonhardt2021-02-141-1/+1
| |\ \ | |/ / |/| |
* | | Merge pull request #1057 from korygill/patch-1Todd Leonhardt2021-02-141-1/+1
|\ \ \ | | | | | | | | Update modular_commands.rst
| * | | Update modular_commands.rstKory Gill2021-02-131-1/+1
|/ / / | | | | | | Minor fix to use cmd2 intead of cmd in example text.
| * | Merge branch 'master' into 2.0Kevin Van Brunt2021-02-111-1/+3
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into 2.0Kevin Van Brunt2021-02-095-7/+52
| |\ \
| * | | Fixed typo in change logKevin Van Brunt2021-02-011-1/+1
| | | |
| * | | Merge branch 'master' into 2.0Todd Leonhardt2021-01-3117-155/+154
| |\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| * \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2021-01-2912-42/+112
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2021-01-287-6/+35
| |\ \ \ \ \
| * | | | | | Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0.Kevin Van Brunt2021-01-225-47/+4
| | | | | | |
| * | | | | | Removed --silent flag from alias/macro create since startup scripts can be ↵Kevin Van Brunt2021-01-223-44/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run silently. Removed --with_silent flag from alias/macro list since startup scripts can be run silently.
| * | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2021-01-2271-263/+699
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into 2.0Todd Leonhardt2020-11-214-39/+80
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-11-123-2/+11
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into 2.0Todd Leonhardt2020-11-1113-78/+240
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-09-1712-34/+335
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #991 from python-cmd2/read_inputKevin Van Brunt2020-09-0916-177/+478
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Read input enhancements
| | * | | | | | | | | | | Added section to completion docs about read_input() functionKevin Van Brunt2020-09-092-0/+13
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-091-9/+10
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-091-9/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Moved two classes from cmd2.py to utils.py.Kevin Van Brunt2020-09-099-79/+83
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-094-29/+66
| | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-094-29/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Made CustomCompletionSettings public since it's optionally passed to public ↵Kevin Van Brunt2020-09-052-11/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method cmd2.Cmd.complete().
| | | | * | | | | | | | | | | Added pragma: no cover to some tab completion codeKevin Van Brunt2020-09-051-7/+5
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Updated unit tests for read_input()Kevin Van Brunt2020-09-053-2/+42
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-058-78/+156
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-058-78/+156
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ Merge branch '2.0' into read_inputKevin Van Brunt2020-09-038-29/+110
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-039-33/+114
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | Fixed flake8 errorKevin Van Brunt2020-09-011-1/+4
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Removed enum.auto() for Python 3.5 compatibilityKevin Van Brunt2020-09-011-3/+3
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Fixed docs errorKevin Van Brunt2020-09-012-1/+6
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Updated change logKevin Van Brunt2020-09-011-0/+4
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Updated read_input exampleKevin Van Brunt2020-09-011-10/+33
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Updated commentsKevin Van Brunt2020-09-012-2/+6
| | | | | | | | | | | | | | | | |