| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated unit tests | Kevin Van Brunt | 2019-07-24 | 1 | -7/+6 |
| | | |||||
| * | Added unit tests | Kevin Van Brunt | 2019-07-24 | 1 | -8/+35 |
| | | |||||
| * | Added unit tests | Kevin Van Brunt | 2019-07-24 | 1 | -2/+32 |
| | | |||||
| * | Fixed bug where completer function of disabled command would still run | Kevin Van Brunt | 2019-07-24 | 1 | -33/+78 |
| | | |||||
| * | Removed restriction on macros named after non-multiline commands | Kevin Van Brunt | 2019-07-23 | 1 | -3/+36 |
| | | | | | Added unit tests | ||||
| * | Fixed issue where run_pyscript failed if the script's filename had a space | Kevin Van Brunt | 2019-07-23 | 1 | -11/+1 |
| | | |||||
| * | Changed error messages | Kevin Van Brunt | 2019-07-21 | 1 | -2/+2 |
| | | |||||
| * | Added unit test | Kevin Van Brunt | 2019-07-21 | 1 | -0/+15 |
| | | |||||
| * | Added mock to unit test | Kevin Van Brunt | 2019-07-20 | 1 | -0/+3 |
| | | |||||
| * | Added unit test for run_script | Kevin Van Brunt | 2019-07-20 | 1 | -0/+6 |
| | | |||||
| * | Merge branch 'master' into auto_completer_refactor | Kevin Van Brunt | 2019-07-11 | 1 | -2/+2 |
| |\ | |||||
| | * | Restore self.statement_parser to a public attribute in cmd2.Cmd | Todd Leonhardt | 2019-07-10 | 1 | -2/+2 |
| | | | |||||
| * | | Added ability to limit how many CompletionItems display at a time | Kevin Van Brunt | 2019-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | Display set command tab-completion results as CompletionItems | Kevin Van Brunt | 2019-07-06 | 1 | -16/+14 |
| | | | |||||
| * | | Made alias and macro tab completion lookup results use CompletionItems | Kevin Van Brunt | 2019-07-06 | 1 | -4/+17 |
| |/ | |||||
| * | Added unit test for passing transcript_files during Cmd __init__ | Todd Leonhardt | 2019-06-29 | 1 | -2/+7 |
| | | |||||
| * | Added unit test for startup_script functionality | Todd Leonhardt | 2019-06-29 | 1 | -0/+13 |
| | | |||||
| * | Remove load, _relative_load, pyscript aliases which | Todd Leonhardt | 2019-06-29 | 1 | -12/+2 |
| | | | | | | | These commands were renamed in the last release, but aliases were created along with warnings to help aid the transition. The command aliases are now being removed in this release. | ||||
| * | Always set the canonical version allow_ansi' string value | Kevin Van Brunt | 2019-06-29 | 1 | -9/+16 |
| | | |||||
| * | Handling alternate cases of allow_ansi values | Kevin Van Brunt | 2019-06-29 | 1 | -0/+3 |
| | | |||||
| * | Added validation when setting allow_ansi | Kevin Van Brunt | 2019-06-29 | 1 | -0/+14 |
| | | |||||
| * | Simplified ansi color dictionaries and lookup methods | Todd Leonhardt | 2019-06-27 | 1 | -16/+19 |
| | | | | | | | | Also: - Updated examples that use color to use cmd2.ansi instead of colorama - Updated tests that use color to use cmd2.ansi instead of colorama - plumbum_colorspy example shows how to override color lookup functions to use a different color library | ||||
| * | Added unit tests for ansi.py | Kevin Van Brunt | 2019-06-27 | 1 | -2/+2 |
| | | |||||
| * | Made allow_ansi an application-wide setting and moved it to ansi.py | Kevin Van Brunt | 2019-06-27 | 1 | -14/+10 |
| | | |||||
| * | More replacing of 'colors' with 'allow_ansi' | Kevin Van Brunt | 2019-06-26 | 1 | -4/+4 |
| | | |||||
| * | Renamed colors setting to allow_ansi | Kevin Van Brunt | 2019-06-26 | 1 | -32/+32 |
| | | |||||
| * | Changed signature of style() to allow for simpler calling and overriding of ↵ | Kevin Van Brunt | 2019-06-26 | 1 | -2/+2 |
| | | | | | settings in a provided TextStyle | ||||
| * | Added TextStyle class and default implementations for various message types ↵ | Kevin Van Brunt | 2019-06-26 | 1 | -2/+2 |
| | | | | | like Warning, Error, and Succes | ||||
| * | Moved code related to ANSI escape codes to new file called ansi.py | Kevin Van Brunt | 2019-06-26 | 1 | -12/+12 |
| | | |||||
| * | Renamed style_message to style | Kevin Van Brunt | 2019-06-26 | 1 | -2/+2 |
| | | |||||
| * | Removed color args from poutput since the style function is going to do more ↵ | Kevin Van Brunt | 2019-06-25 | 1 | -4/+4 |
| | | | | | than color | ||||
| * | Replaced more pexcept uses with perror | Kevin Van Brunt | 2019-06-25 | 1 | -3/+3 |
| | | |||||
| * | Revert change in test_poutput_color_always | Daniel Ahn | 2019-06-24 | 1 | -1/+1 |
| | | |||||
| * | Initial Commit for Issue 698 | xNinjaKittyx | 2019-06-24 | 1 | -8/+6 |
| | | |||||
| * | Made last_result public and restored the initialization of it in __init__ ↵ | Todd Leonhardt | 2019-06-23 | 1 | -12/+12 |
| | | | | | and associated comment | ||||
| * | Added verify_help_text() helper function for tests and removed BASE_HELP and ↵ | Todd Leonhardt | 2019-06-15 | 1 | -108/+38 |
| | | | | | | | BASE_HELP_VERBOSE constants The tests are now much more resilient to adding, removing, or renaming commands | ||||
| * | Updated CHANGELOG and made some more methods protected | Todd Leonhardt | 2019-06-15 | 1 | -3/+3 |
| | | |||||
| * | Made more methods protected | Todd Leonhardt | 2019-06-15 | 1 | -3/+3 |
| | | |||||
| * | Began work to minimize public API | Todd Leonhardt | 2019-06-15 | 1 | -5/+5 |
| | | |||||
| * | Fix unit test failures I introduced in last commit | Todd Leonhardt | 2019-06-15 | 1 | -1/+1 |
| | | |||||
| * | Added unit tests | Kevin Van Brunt | 2019-06-15 | 1 | -3/+12 |
| | | |||||
| * | Updated unit tests | Kevin Van Brunt | 2019-06-15 | 1 | -34/+1 |
| | | |||||
| * | Fixing unit tests | Kevin Van Brunt | 2019-06-15 | 1 | -53/+31 |
| | | |||||
| * | Fixed unit tests | Kevin Van Brunt | 2019-06-15 | 1 | -21/+24 |
| | | |||||
| * | Fixing unit tests | Kevin Van Brunt | 2019-06-15 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into history_fixes | Kevin Van Brunt | 2019-06-14 | 1 | -129/+130 |
| |\ | |||||
| | * | Fixed unit tests | Kevin Van Brunt | 2019-06-12 | 1 | -44/+41 |
| | | | |||||
| | * | Removed support for cmd.cmdqueue | Kevin Van Brunt | 2019-06-11 | 1 | -15/+18 |
| | | | | | | | | | allow_cli_args is now an argument to __init__ instead of a cmd2 class member | ||||
| | * | Removed copyright headers from source files and updated LICENSE with current ↵ | Kevin Van Brunt | 2019-06-07 | 1 | -3/+0 |
| | | | | | | | | | year | ||||
| | * | Removed self._should_quit from cmd2 and add logic to PyscriptBridge to ↵ | Kevin Van Brunt | 2019-06-07 | 1 | -1/+0 |
| | | | | | | | | | | | | | return whether a command returned True for stop. Added stop to CommandResult so pyscripts can now know the return value of a command's do_* function. | ||||
