summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed invoke command text0.9.5Kevin Van Brunt2018-10-111-1/+1
* Filled in 0.9.5 release dateKevin Van Brunt2018-10-111-1/+1
* Merge pull request #573 from python-cmd2/double_dashkmvanbrunt2018-10-119-61/+123
|\
| * Syle-based refactorKevin Van Brunt2018-10-111-2/+2
| * Fixed ArgparseFunctor to allow flag looking tokens in REMAINDER sectionsKevin Van Brunt2018-10-103-4/+9
| * Fixed issue where flag at beginning of REMAINDER section was tab completingKevin Van Brunt2018-10-102-18/+31
| * Added code to handle -- in argparse completerKevin Van Brunt2018-10-106-57/+101
|/
* Merge pull request #571 from python-cmd2/argparse_remainderTodd Leonhardt2018-10-0916-85/+311
|\
| * Increasing code coverageKevin Van Brunt2018-10-091-0/+24
| * Added unit testsKevin Van Brunt2018-10-091-1/+18
| * Added additional unit test for StdSimTodd Leonhardt2018-10-091-0/+12
| * Added tests for token_resembles_flagKevin Van Brunt2018-10-092-2/+18
| * Fixed error where an inner stream like StringIO doesn't have a buffer attribute.Kevin Van Brunt2018-10-091-2/+8
| * Added ability for argcompleter to determine difference between flag and negat...Kevin Van Brunt2018-10-092-15/+37
| * Use argparser to determine if a token looks like an optionalKevin Van Brunt2018-10-071-17/+2
| * Allowing negative number values when checking for optional prefix charactersKevin Van Brunt2018-10-071-5/+6
| * Added check to prevent optional value strings from being accepted as positionalsKevin Van Brunt2018-10-061-4/+23
| * Quoting strings with utility functionKevin Van Brunt2018-10-061-5/+3
| * Added warning to documentation about how help_foo won't be called for command...Todd Leonhardt2018-10-064-8/+16
| * Added documentation stating that parsers passed to argparse decorators need t...Todd Leonhardt2018-10-063-13/+33
| * Moved main.py to exampels/hello_cmd2.py and added some commentsTodd Leonhardt2018-10-061-1/+5
| * Fixed unit test failures and addressed code review commentsTodd Leonhardt2018-10-064-23/+24
| * Merge remote-tracking branch 'origin/master' into argparse_remainderEric Lin2018-10-0612-91/+134
| |\ | |/ |/|
* | Merge pull request #570 from python-cmd2/title_lockTodd Leonhardt2018-10-051-17/+32
|\ \
| * | set_window_title() will no longer write to stderr unless self._terminal_lock ...Kevin Van Brunt2018-10-051-17/+32
|/ /
* | Merge pull request #569 from python-cmd2/command_resultkmvanbrunt2018-10-052-4/+25
|\ \
| * | Simplified codeKevin Van Brunt2018-10-051-1/+1
| * | No longer using stderr and self.data together to determine truthiness of a Co...Kevin Van Brunt2018-10-052-4/+25
|/ /
* | Merge pull request #568 from python-cmd2/sub-commandTodd Leonhardt2018-10-0511-70/+77
|\ \
| * | Using sub-command instead of subcommand where possible to be consistent with ...Kevin Van Brunt2018-10-0511-70/+77
|/ /
| * Added description of changes to CHANGELOG.Eric Lin2018-10-061-0/+10
| * Fixed a few edge cases:Eric Lin2018-10-062-6/+19
| * Added handling of nargs=argparse.REMAINDER in both AutoCompleter and Argparse...Eric Lin2018-10-063-48/+118
|/
* Merge pull request #565 from python-cmd2/subparser_titlesTodd Leonhardt2018-10-041-2/+2
|\
| * Added hyphen to subparser titleKevin Van Brunt2018-10-041-2/+2
| * Added title subcommand groupsKevin Van Brunt2018-10-041-2/+2
|/
* Fixed issue introduced in the recent batch of changes that appended to histor...Kevin Van Brunt2018-10-041-2/+2
* Updated docstringKevin Van Brunt2018-10-031-2/+2
* Merge pull request #564 from python-cmd2/stdsim_binaryTodd Leonhardt2018-10-032-12/+36
|\
| * Updated docstringKevin Van Brunt2018-10-031-2/+2
| * Added unit tests for new methods of StdSimTodd Leonhardt2018-10-031-0/+10
| * Made encode and error class members of StdSimKevin Van Brunt2018-10-031-20/+20
| * Fixed error where binary data was crashing getvalue. Added accessor methods f...Kevin Van Brunt2018-10-031-13/+27
|/
* Merge pull request #560 from python-cmd2/py_enhancementsTodd Leonhardt2018-10-034-74/+85
|\
| * Added unit test for valid case of calling is_valid_command()Todd Leonhardt2018-10-031-6/+12
| * Tweaked some error stringsKevin Van Brunt2018-10-031-2/+2
| * Added unit test for is_valid_commandKevin Van Brunt2018-10-031-0/+26
| * Merge branch 'master' into py_enhancementsTodd Leonhardt2018-10-032-57/+68
| |\ | |/ |/|
* | Merge pull request #563 from python-cmd2/help_summaryTodd Leonhardt2018-10-032-57/+68
|\ \
| * | Added unit test for categorized command without a docstringKevin Van Brunt2018-10-031-1/+7