summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Just adding a comment to one of our text file scripts as an exampleTodd Leonhardt2019-07-191-0/+1
* Merge pull request #735 from python-cmd2/pipenv_ipythonTodd Leonhardt2019-07-191-0/+1
|\
| * Added ipython to pipenv dev-packagesTodd Leonhardt2019-07-191-0/+1
|/
* Merge pull request #734 from python-cmd2/formatting_changesKevin Van Brunt2019-07-192-8/+14
|\
| * Fixed punctuationKevin Van Brunt2019-07-191-1/+1
| * Small refactorKevin Van Brunt2019-07-191-2/+6
| * Replaced uses of ansi_aware_write with appropriate wrapper functions.Kevin Van Brunt2019-07-191-9/+11
|/
* Merge pull request #733 from python-cmd2/subcommandKevin Van Brunt2019-07-1913-88/+88
|\
| * Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-1913-88/+88
|/
* Merge pull request #732 from python-cmd2/reorder_docsTodd Leonhardt2019-07-184-13/+15
|\
| * Corrected line in README since scripting supports more than just ASCII text f...Todd Leonhardt2019-07-181-1/+1
| * Fixed broken link in CONTRIBUTING.mdTodd Leonhardt2019-07-181-1/+1
| * Updated broken doc link in CHANGELOG for recent releaseTodd Leonhardt2019-07-181-1/+1
| * Fixed another broken linkTodd Leonhardt2019-07-181-1/+1
| * Fixed broken links in README.md due to documentation reorganizationTodd Leonhardt2019-07-182-9/+11
|/
* Merge pull request #730 from python-cmd2/sigint_protectionKevin Van Brunt2019-07-181-117/+182
|\
| * Merge branch 'master' into sigint_protectionKevin Van Brunt2019-07-189-59/+62
| |\ | |/ |/|
* | Merge pull request #731 from python-cmd2/rename_argparserKevin Van Brunt2019-07-189-59/+62
|\ \
| * | Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...Kevin Van Brunt2019-07-189-59/+62
|/ /
| * Renamed some variablesKevin Van Brunt2019-07-181-8/+8
| * Added sigint protection while entering/leaving cmd2 and Python interactive sh...Kevin Van Brunt2019-07-181-117/+182
|/
* Revert "Added sigint protection while entering/leaving cmd2 and Python intera...Kevin Van Brunt2019-07-181-182/+117
* Added sigint protection while entering/leaving cmd2 and Python interactive sh...Kevin Van Brunt2019-07-181-117/+182
* Merge pull request #729 from python-cmd2/multi-completionKevin Van Brunt2019-07-177-220/+269
|\
| * Added unit tests for tab completing multiline commandsKevin Van Brunt2019-07-173-11/+48
| * Updated max-complexity that flake8 is called with in .travis.ymlTodd Leonhardt2019-07-171-1/+1
| * Merge branch 'master' into multi-completionKevin Van Brunt2019-07-1719-763/+712
| |\ | |/ |/|
* | Merge pull request #726 from python-cmd2/integrate_legacy_documentationTodd Leonhardt2019-07-1719-763/+712
|\ \
| * \ Merge branch 'master' into integrate_legacy_documentationTodd Leonhardt2019-07-173-4/+10
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into integrate_legacy_documentationTodd Leonhardt2019-07-174-65/+90
| |\ \
| * | | Integrate ‘parameter changes’ document into new doc structurekotfu2019-07-165-209/+187
| * | | Integrate the ‘integrating’ documentation into the new structurekotfu2019-07-163-12/+3
| * | | Integrate the unfreefeatures legacy documentationkotfu2019-07-168-308/+281
| * | | Merge branch 'master' into integrate_legacy_documentationkotfu2019-07-1612-52/+63
| |\ \ \
| * | | | Integrate freefeatures into new doc structurekotfu2019-07-1610-154/+161
| | | | * Reduced complexity of complete()Kevin Van Brunt2019-07-174-214/+209
| | | | * Merge branch 'master' into multi-completionKevin Van Brunt2019-07-173-4/+10
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #728 from python-cmd2/history_fixKevin Van Brunt2019-07-173-4/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fixed bug where multiline commands were having leading and ending spaces stri...Kevin Van Brunt2019-07-172-1/+3
| * | | | Fixed bug where was sometimes showing raw and expanded commands when they we...Kevin Van Brunt2019-07-172-3/+7
|/ / / /
| | | * Enabled tab completion of multiline commandsKevin Van Brunt2019-07-171-13/+30
| |_|/ |/| |
* | | Merge pull request #725 from python-cmd2/autocomplete_fixesKevin Van Brunt2019-07-174-65/+90
|\ \ \ | |_|/ |/| |
| * | Changed formatting of an error messageKevin Van Brunt2019-07-171-0/+2
| * | Updated change log with bug fixKevin Van Brunt2019-07-171-0/+2
| * | Added unit tests to cover invalid subcommand names in completionsKevin Van Brunt2019-07-161-1/+24
| * | Using action instead of action.dest as dictionary keyKevin Van Brunt2019-07-161-12/+11
| * | Removed unnecessary dictionaryKevin Van Brunt2019-07-161-52/+51
|/ /
* | Skipping unit test on non-Windows because of unreliable behavior on TravisCI ...Kevin Van Brunt2019-07-161-1/+2
* | Merge pull request #721 from python-cmd2/default_sort_keyKevin Van Brunt2019-07-169-41/+49
|\ \
| * \ Merge branch 'master' into default_sort_keyKevin Van Brunt2019-07-164-11/+13
| |\ \ | |/ / |/| |