| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increased unit test coverage for pexcept()f-strings | Kevin Van Brunt | 2021-04-07 | 1 | -0/+28 |
| * | Updated main code to use f-strings | Kevin Van Brunt | 2021-04-07 | 1 | -3/+3 |
| * | And that's the last of it. Passes mypy. | Eric Lin | 2021-04-06 | 1 | -5/+5 |
| * | Replaced some pexcept() calls with perror(). | Kevin Van Brunt | 2021-04-02 | 2 | -22/+15 |
| * | Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy. | Kevin Van Brunt | 2021-03-30 | 5 | -43/+58 |
| * | No longer using -1 as an exit codeexit_code | Kevin Van Brunt | 2021-03-23 | 1 | -1/+1 |
| * | onecmd_plus_hooks() now sets self.exit_code when a SystemExit handled | Kevin Van Brunt | 2021-03-23 | 2 | -2/+6 |
| * | Resolves comments from PR | Eric Lin | 2021-03-18 | 3 | -3/+9 |
| * | Added tests | Eric Lin | 2021-03-18 | 1 | -1/+2 |
| * | Each CommandSet's settables are defined separately. cmd2.Cmd searches all reg... | Eric Lin | 2021-03-18 | 1 | -4/+3 |
| * | Fixed issue where argparse choices could not be CompletionItems | Kevin Van Brunt | 2021-03-02 | 1 | -0/+19 |
| * | Merge branch 'master' into formatted_completions | Kevin Van Brunt | 2021-03-02 | 1 | -107/+74 |
| |\ | |||||
| | * | Merge branch 'master' into history_fix | Kevin Van Brunt | 2021-03-02 | 2 | -3/+36 |
| | |\ | |||||
| | * \ | Merge branch 'master' into history_fixhistory_fix | Todd Leonhardt | 2021-03-02 | 1 | -0/+8 |
| | |\ \ | |||||
| | * \ \ | Update CHANGELOG with info on recent bug fix PR | Todd Leonhardt | 2021-03-01 | 1 | -11/+45 |
| | |\ \ \ | |||||
| | * | | | | Fixed issue where HistoryItem indexes were being reused | Kevin Van Brunt | 2021-02-23 | 1 | -107/+74 |
| * | | | | | Added support for ANSI styles and newlines in tab completion results | Kevin Van Brunt | 2021-03-02 | 2 | -10/+28 |
| | |_|_|/ |/| | | | |||||
| * | | | | Added cmd2.exceptions.PassThroughExceptionexception_passthrough | Kevin Van Brunt | 2021-03-02 | 2 | -3/+36 |
| | |_|/ |/| | | |||||
| * | | | Moved empty line check in table creator | Kevin Van Brunt | 2021-03-02 | 1 | -0/+8 |
| | |/ |/| | |||||
| * | | Fixed issue where TableCreator was tossing blank last linestable_newline | Kevin Van Brunt | 2021-03-01 | 1 | -11/+45 |
| |/ | |||||
| * | Deprecate Python 3.5 | Todd Leonhardt | 2021-02-20 | 5 | -43/+15 |
| * | Fixed black, isort, flake8, and doc8 issues | Todd Leonhardt | 2021-02-19 | 5 | -158/+163 |
| * | Merge branch 'master' into black | Todd Leonhardt | 2021-02-19 | 6 | -272/+278 |
| |\ | |||||
| | * | Merge branch 'master' into 2.0 | Todd Leonhardt | 2021-01-31 | 1 | -2/+0 |
| | |\ | |||||
| | * \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-29 | 2 | -13/+46 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-28 | 1 | -4/+13 |
| | |\ \ \ | |||||
| | * | | | | Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0. | Kevin Van Brunt | 2021-01-22 | 2 | -2/+2 |
| | * | | | | Removed --silent flag from alias/macro create since startup scripts can be ru... | Kevin Van Brunt | 2021-01-22 | 1 | -14/+0 |
| | * | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-22 | 13 | -88/+146 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-21 | 2 | -18/+59 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-11-12 | 1 | -0/+1 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-11 | 1 | -10/+28 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-17 | 2 | -0/+37 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Moved two classes from cmd2.py to utils.py. | Kevin Van Brunt | 2020-09-09 | 1 | -1/+0 |
| | * | | | | | | | | | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-09 | 1 | -26/+44 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-09 | 1 | -26/+44 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Updated unit tests for read_input() | Kevin Van Brunt | 2020-09-05 | 2 | -0/+37 |
| | * | | | | | | | | | | | Merge branch '2.0' into read_input | Kevin Van Brunt | 2020-09-05 | 3 | -34/+73 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |||||
| | | * | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-05 | 3 | -34/+73 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-03 | 1 | -4/+4 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | Refactored ArgparseCompleter to support custom completion | Kevin Van Brunt | 2020-09-01 | 1 | -6/+6 |
| | * | | | | | | | | | | | | | Refactored complete() to handle custom behavior from read_input() | Kevin Van Brunt | 2020-08-31 | 2 | -6/+6 |
| | |/ / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-08-28 | 2 | -9/+54 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-08-27 | 3 | -4/+13 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-08-25 | 2 | -1/+24 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-08-20 | 2 | -20/+149 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Documented support for standalone functions being used as completers and choi... | Kevin Van Brunt | 2020-08-18 | 1 | -0/+39 |
| | * | | | | | | | | | | | | | | | | Replaced choices_function / choices_method with choices_provider. | Kevin Van Brunt | 2020-08-13 | 3 | -136/+106 |
| * | | | | | | | | | | | | | | | | | Add in isort changes | Todd Leonhardt | 2021-01-31 | 14 | -55/+171 |
| * | | | | | | | | | | | | | | | | | Attempt to fix remaining black failures | Todd Leonhardt | 2021-01-31 | 6 | -19/+113 |
