summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #299 from python-cmd2/subcomplete0.8.1Todd Leonhardt2018-03-091-32/+39
|\
| * Tweaked logic on when to run default_completerKevin Van Brunt2018-03-091-4/+4
| * Merge branch 'master' into subcompleteKevin Van Brunt2018-03-091-1/+1
| |\ | |/ |/|
* | Fixed typoTodd Leonhardt2018-03-091-1/+1
* | Updated 0.8.1 release date in CHANGELOGTodd Leonhardt2018-03-091-2/+2
| * Tweaked complete function to handle cases where a flag appears before subcomm...Kevin Van Brunt2018-03-091-28/+35
|/
* Minor tweak to CHANGELOGTodd Leonhardt2018-03-081-1/+1
* Merge pull request #298 from python-cmd2/poutput_instead_of_printTodd Leonhardt2018-03-071-4/+4
|\
| * Use self.poutput() instead of print() in arg_print.py exampleTodd Leonhardt2018-03-071-4/+4
|/
* Merge pull request #297 from python-cmd2/paged_outputTodd Leonhardt2018-03-075-7/+102
|\
| * Try to fix unit tests on WindowsTodd Leonhardt2018-03-071-2/+2
| * Refactored the Windows vs macOS/Linux conditional in ppaged()Todd Leonhardt2018-03-074-9/+15
| * Added broken_pipe_warning attribute of cmd2.Cmd.Todd Leonhardt2018-03-071-8/+11
| * Added ppaged() method for printing output via a pagerTodd Leonhardt2018-03-072-1/+87
|/
* Improved clean() function in fabfile.pyTodd Leonhardt2018-03-032-1/+4
* Merge pull request #296 from python-cmd2/completion_tweaksTodd Leonhardt2018-03-032-32/+68
|\
| * Added a few unit testsTodd Leonhardt2018-03-031-0/+28
| * Removed slightly inaccurate commentKevin Van Brunt2018-03-031-3/+0
| * Improved comments and simplied path_complete logicKevin Van Brunt2018-03-031-16/+29
| * Simplified and renamed _shell_command_complete since it didn't need to be an ...Kevin Van Brunt2018-03-031-16/+14
|/
* Merge pull request #295 from python-cmd2/case_sensitivityTodd Leonhardt2018-03-0210-108/+29
|\
| * Removed an unnecessary call to .lower() when determining if a shortcut matche...Todd Leonhardt2018-03-021-1/+1
| * Removed support for case-insensitive command parsingTodd Leonhardt2018-03-0210-107/+28
|/
* Merge pull request #294 from python-cmd2/pytest_forkedTodd Leonhardt2018-03-025-54/+24
|\
| * Fixed unit test bug on WindowsTodd Leonhardt2018-03-023-9/+6
| * Added use of pytest-forked to CI unit test runsTodd Leonhardt2018-03-025-57/+30
|/
* Merge pull request #292 from python-cmd2/abbrevTodd Leonhardt2018-03-0216-108/+44
|\
| * Added back the unit test of exclude_from_historyTodd Leonhardt2018-03-021-0/+24
| * Fixed unit test on WindowsKevin Van Brunt2018-03-021-4/+4
| * Removed abbrev attributeKevin Van Brunt2018-03-0216-108/+20
|/
* Merge pull request #291 from python-cmd2/tab_completionTodd Leonhardt2018-03-025-252/+776
|\
| * Fixed slicing bugKevin Van Brunt2018-03-022-18/+32
| * Fixed some parsing bugs and added more unit testsKevin Van Brunt2018-03-023-17/+82
| * Added tab completion exampleKevin Van Brunt2018-03-022-7/+76
| * Added unit tests for index based completionKevin Van Brunt2018-03-021-4/+48
| * Added unit tests for flag based completionKevin Van Brunt2018-03-021-9/+61
| * Sorting all completion results. Added unit tests for help command.Kevin Van Brunt2018-03-022-15/+51
| * Fixed unit tests that call completeKevin Van Brunt2018-03-021-10/+135
| * Added tab completing subcommands to help commandKevin Van Brunt2018-03-021-0/+32
| * Corrected tab completion of subcommands.Kevin Van Brunt2018-03-022-104/+55
| * Fixed typoKevin Van Brunt2018-03-011-1/+1
| * Fixed check to add spaceKevin Van Brunt2018-03-011-1/+1
| * Restoring execute permission on cmd2.py for ease of exploratory testingTodd Leonhardt2018-03-011-0/+0
| * A bit of refactoring to tab completion. Shortcuts not beginning with symbols ...Kevin Van Brunt2018-03-011-37/+65
| * Fixed python_scripting.py exampleTodd Leonhardt2018-03-011-11/+11
| * Fixed typoKevin Van Brunt2018-03-011-1/+1
| * Fixed more unit testsKevin Van Brunt2018-03-011-19/+16
| * Fixed unit testsKevin Van Brunt2018-03-011-10/+11
| * Added flag and index based tab completionKevin Van Brunt2018-03-011-123/+233
|/
* Updated CHANGELOG with info on recent changesTodd Leonhardt2018-02-271-0/+8