| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Updating unit tests for new tab completion behavior | Kevin Van Brunt | 2018-03-21 | 1 | -115/+63 | |
| | | | ||||||
| * | | Merge branch 'master' into quoted_completion | Kevin Van Brunt | 2018-03-20 | 1 | -0/+2 | |
| |\ \ | |/ | ||||||
| | * | Fix unit tests | Todd Leonhardt | 2018-03-19 | 1 | -0/+2 | |
| | | | ||||||
| | * | Increased test coverage | Kevin Van Brunt | 2018-03-18 | 1 | -2/+11 | |
| | | | ||||||
| | * | Making unit test do the intended test | Kevin Van Brunt | 2018-03-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fixing more unit tests | Kevin Van Brunt | 2018-03-18 | 1 | -7/+4 | |
| | | | ||||||
| | * | Fixed how we complete ~ | Kevin Van Brunt | 2018-03-18 | 1 | -5/+18 | |
| | | | ||||||
| * | | Fixed some unit tests | Kevin Van Brunt | 2018-03-20 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fixed unit test | Kevin Van Brunt | 2018-03-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Updated unit tests to reflect new completion behavior | Kevin Van Brunt | 2018-03-19 | 1 | -149/+16 | |
| | | | ||||||
| * | | Unit test for cursor right after closing quote | Kevin Van Brunt | 2018-03-19 | 1 | -0/+27 | |
| | | | ||||||
| * | | More quoted completion unit tests | Kevin Van Brunt | 2018-03-19 | 1 | -2/+6 | |
| | | | ||||||
| * | | Added unit tests for completions with quotes | Kevin Van Brunt | 2018-03-19 | 1 | -0/+25 | |
| | | | ||||||
| * | | Allowing quotes in help command | Kevin Van Brunt | 2018-03-19 | 1 | -5/+4 | |
| | | | ||||||
| * | | Added unit tests for new completers | Kevin Van Brunt | 2018-03-19 | 1 | -0/+29 | |
| | | | ||||||
| * | | Updated remaining completion functions to handle spaces within quotes | Kevin Van Brunt | 2018-03-18 | 1 | -11/+11 | |
| | | | ||||||
| * | | Merging in tests | Kevin Van Brunt | 2018-03-18 | 1 | -2/+11 | |
| | | | ||||||
| * | | Merging stuff from other branches | Kevin Van Brunt | 2018-03-18 | 1 | -16/+17 | |
| | | | ||||||
| * | | Merge branch 'master' into quoted_completion | Todd Leonhardt | 2018-03-18 | 1 | -2/+2 | |
| |\ \ | |/ | ||||||
| | * | Fixed indexes in unit tests | Kevin Van Brunt | 2018-03-18 | 1 | -3/+3 | |
| | | | ||||||
| * | | Backing up work | Kevin Van Brunt | 2018-03-18 | 1 | -9/+18 | |
| | | | ||||||
| * | | First version of allowing quotes in tab completion | Kevin Van Brunt | 2018-03-17 | 1 | -8/+8 | |
| |/ | ||||||
| * | Changing how commands are parsed if default_to_shell is True | Kevin Van Brunt | 2018-03-16 | 1 | -3/+6 | |
| | | ||||||
| * | Skip test_default_to_shell_completion unit test on Windows | Todd Leonhardt | 2018-03-16 | 1 | -6/+3 | |
| | | | | | | | | | Python's built-in cmd module (and cmd2 which inherits from it) parses the command line and has relatively strict rules when parsing the beginning of the line looking for a "command". This command can must consist of ASCII letters and digits. The parsing logic applies prior to the default_to_shell flag attempting to run this "command" as a shell command. A problem occurs on Windows in that nearly all executables have a "." in their name. cmd/cmd2 will view everything before the "." as being the command. On Windows, I would strongly encourage the use of "!" or "shell" to run shell commands and would recommend against using the "default_to_shell" flag unless you are working within the Windows Subsystem for Linux (WSL). | |||||
| * | Merge branch 'master' into default_on_shell_unit_tests | Kevin Van Brunt | 2018-03-16 | 1 | -5/+86 | |
| |\ | ||||||
| | * | Fix unit tests and example | Todd Leonhardt | 2018-03-16 | 1 | -4/+11 | |
| | | | | | | | | | | | | | functools.partialmethod() was added in Python 3.4, so it can't be used in Python 2.7. - Modified the code to skip trying to use it for Python 2.7 - Skip the two unit tests which test its usage on Python 2.7 | |||||
| | * | Added unit tests and examples for tab completion of subcommands | Kevin Van Brunt | 2018-03-16 | 1 | -5/+79 | |
| | | | ||||||
| * | | Added unit test for completing when default_to_shell is True | Kevin Van Brunt | 2018-03-16 | 1 | -0/+39 | |
| |/ | ||||||
| * | Added unit tests for alias, unalias, and basic_complete | Kevin Van Brunt | 2018-03-16 | 2 | -2/+80 | |
| | | ||||||
| * | Pushed fix for test_transcript | Todd Leonhardt | 2018-03-16 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed unit test | Kevin Van Brunt | 2018-03-16 | 1 | -1/+2 | |
| | | ||||||
| * | Merge branch 'alias' of github.com:python-cmd2/cmd2 into alias | Kevin Van Brunt | 2018-03-16 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fixed bug where positional argument was given after keyword arguments | Todd Leonhardt | 2018-03-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | More unit test fixes | Kevin Van Brunt | 2018-03-16 | 2 | -5/+11 | |
| |/ | ||||||
| * | Fixing unit tests | Kevin Van Brunt | 2018-03-16 | 2 | -3/+6 | |
| | | ||||||
| * | No longer need to manually specify subcommand names for tab completion | Kevin Van Brunt | 2018-03-14 | 2 | -8/+2 | |
| | | ||||||
| * | Added table_display.py | Todd Leonhardt | 2018-03-14 | 1 | -1/+1 | |
| | | | | | | | | | Added example showing how to display tabular data in a cmd2 application. Also: - Updated CHANGELOG with data on all PRs since last release - Bumped version to 0.8.2 in preparation for next release | |||||
| * | add tests for preserve shares | Alberto Sartori | 2018-03-14 | 1 | -11/+41 | |
| | | ||||||
| * | Merge branch 'master' into fix/submenu-require-shares | Todd Leonhardt | 2018-03-13 | 1 | -0/+41 | |
| |\ | ||||||
| | * | Added option to cancel the current line on keyboard interrupt. | Mark Lalor | 2018-03-12 | 1 | -0/+41 | |
| | | | ||||||
| * | | AddSubMenu should work with default kwargs | Alberto Sartori | 2018-03-13 | 1 | -1/+14 | |
| |/ | ||||||
| * | missing args in calling completenames | Alberto Sartori | 2018-03-12 | 1 | -21/+265 | |
| | | ||||||
| * | Added a few unit tests | Todd Leonhardt | 2018-03-03 | 1 | -0/+28 | |
| | | ||||||
| * | Removed support for case-insensitive command parsing | Todd Leonhardt | 2018-03-02 | 3 | -41/+11 | |
| | | ||||||
| * | Added use of pytest-forked to CI unit test runs | Todd Leonhardt | 2018-03-02 | 1 | -35/+0 | |
| | | | | | | | | Due to apparent bugs in pyparsing, this can significantly speed up unit test execution. Also: - Removed use of pexpect in unit tests | |||||
| * | Added back the unit test of exclude_from_history | Todd Leonhardt | 2018-03-02 | 1 | -0/+24 | |
| | | ||||||
| * | Fixed unit test on Windows | Kevin Van Brunt | 2018-03-02 | 1 | -4/+4 | |
| | | ||||||
| * | Removed abbrev attribute | Kevin Van Brunt | 2018-03-02 | 7 | -66/+6 | |
| | | ||||||
| * | Fixed slicing bug | Kevin Van Brunt | 2018-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed some parsing bugs and added more unit tests | Kevin Van Brunt | 2018-03-02 | 1 | -6/+59 | |
| | | ||||||
