summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Trying to fix macOS YAML-based test failuresTodd Leonhardt2018-09-121-1/+2
* Set up CI with Azure Pipelinesazure-pipelines[bot]2018-09-121-0/+56
* Merge pull request #513 from python-cmd2/saneTodd Leonhardt2018-09-121-6/+8
|\
| * Moved code from deprecated postparsing_postcmd into _run_cmdfinalization_hooksKevin Van Brunt2018-09-121-6/+8
|/
* Merge pull request #505 from python-cmd2/quoted_argsTodd Leonhardt2018-09-108-340/+549
|\
| * Fix bug in `parse_command_only`kotfu2018-09-092-40/+84
| * Docstring updatesKevin Van Brunt2018-09-094-31/+31
| * Added/updated documentation for `Statement`kotfu2018-09-092-16/+103
| * Took a stab at improving documentation and unit tests for Statement.parse_com...Todd Leonhardt2018-09-082-10/+51
| * Simplified override of __new__Todd Leonhardt2018-09-061-13/+2
| * Use attrs on Statement object to do immutabilityTodd Leonhardt2018-09-062-60/+55
| * Replace previously removed Statement initialization parameterskotfu2018-09-051-2/+3
| * Add back previously removed tests for statement.argskotfu2018-09-052-3/+46
| * Made it possible for editors like Pycharm to see members of Statement in tab ...Kevin Van Brunt2018-09-051-40/+37
| * Updated docstringKevin Van Brunt2018-09-051-1/+1
| * Updated alias help textKevin Van Brunt2018-09-051-1/+1
| * Merge branch 'master' into quoted_argsTodd Leonhardt2018-09-052-2/+2
| |\ | |/ |/|
* | Merge pull request #510 from python-cmd2/unrestrict_sphinx_versionTodd Leonhardt2018-09-052-2/+2
|\ \
| * | Unrestrict Sphinx version since they fixed their bugTodd Leonhardt2018-09-042-2/+2
|/ /
| * Updated CHANGELOG with bug fix comment for associated PRTodd Leonhardt2018-09-042-3/+4
| * Updated commentKevin Van Brunt2018-09-021-1/+1
| * Updated commentKevin Van Brunt2018-09-011-3/+2
| * Removed unused importKevin Van Brunt2018-09-011-1/+1
| * Using empty strings and lists instead of None for default values in StatmentKevin Van Brunt2018-09-013-92/+102
| * No longer returning None from tokens_for_completion()Kevin Van Brunt2018-09-011-26/+26
| * Merge branch 'quoted_args' of github.com:python-cmd2/cmd2 into quoted_argsKevin Van Brunt2018-09-0112-154/+287
| |\
| | * Merge branch 'master' into quoted_argsTodd Leonhardt2018-09-011-2/+32
| | |\ | |_|/ |/| |
* | | Merge pull request #509 from python-cmd2/tag_creationTodd Leonhardt2018-09-011-2/+32
|\ \ \
| * | | Added regex to validatetag invoke task to check to make sure Git Tag appears ...Todd Leonhardt2018-08-271-2/+16
| * | | Merge branch 'master' into tag_creationTodd Leonhardt2018-08-247-30/+25
| |\ \ \ | |/ / / |/| | |
| * | | Added a validatetag invoke task to check to make sure a Git tag exists for th...Todd Leonhardt2018-08-241-2/+9
| * | | Added a tag invoke task for adding a Git tag and pushing it to originTodd Leonhardt2018-08-241-0/+9
| | | * Merge branch 'master' into quoted_argsTodd Leonhardt2018-08-277-30/+25
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #508 from python-cmd2/ac_parserTodd Leonhardt2018-08-247-30/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Added change to ACHelpFormatterKevin Van Brunt2018-08-241-0/+2
| * | | Merge branch 'master' into ac_parserTodd Leonhardt2018-08-245-0/+134
| |\ \ \ | |/ / / |/| | |
| * | | ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...Kevin Van Brunt2018-08-246-30/+23
| | | * Merge branch 'master' into quoted_argsKevin Van Brunt2018-08-245-0/+134
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #507 from python-cmd2/exit_codeTodd Leonhardt2018-08-245-0/+134
|\ \ \ \ | |/ / / |/| | |
| * | | Added a couple unit tests of the exit code featureTodd Leonhardt2018-08-232-4/+77
| * | | Added way of returning a non-zero exit code to the shellTodd Leonhardt2018-08-234-0/+61
|/ / /
| | * Removed Statement.args since it was redundant. Replaced with already parsed l...Kevin Van Brunt2018-08-233-123/+97
| * | Fixed spellingKevin Van Brunt2018-09-011-1/+1
| |/
| * No longer returning None from arg_listKevin Van Brunt2018-08-231-3/+3
| * Fixed bug where alias was dropping quotesKevin Van Brunt2018-08-233-22/+50
|/
* Merge pull request #503 from python-cmd2/deprecated_submenuTodd Leonhardt2018-08-231-1/+0
|\
| * Deleted a line which was added to support the SubMenu featureTodd Leonhardt2018-08-221-1/+0
|/
* Merge pull request #501 from python-cmd2/all_commandsTodd Leonhardt2018-08-215-5/+25
|\
| * Restrict Sphinx versionTodd Leonhardt2018-08-212-2/+2
| * Updated changelogTodd Leonhardt2018-08-212-0/+18