summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Try only building for Python 3.7 on WindowsTodd Leonhardt2019-10-171-5/+0
| |
| * Don't try to build for Python 3.5 due to issue installing required mock ↵Todd Leonhardt2019-10-171-6/+1
| | | | | | | | dependency
| * Fix environment variable nameTodd Leonhardt2019-10-171-1/+1
| |
| * Experimenting with a very different AppVeyor configuration to try to fix ↵Todd Leonhardt2019-10-171-17/+30
|/ | | | Windows builds and make them more reliable
* Updated change log for a release0.9.19Kevin Van Brunt2019-10-141-1/+3
|
* Merge pull request #787 from python-cmd2/indent_errorTodd Leonhardt2019-10-091-1/+5
|\ | | | | Improved displaying multiline CompletionErrors
| * Improved displaying multiline CompletionErrorsKevin Van Brunt2019-10-091-1/+5
|/
* Merge pull request #786 from python-cmd2/history_errorTodd Leonhardt2019-10-082-2/+7
|\ | | | | Fixed ValueError exception when opening old history file
| * Fixed a commentTodd Leonhardt2019-10-081-1/+1
| |
| * Fixed ValueError exception which can occur when opening an old format ↵Todd Leonhardt2019-10-072-1/+6
|/ | | | persistent history file with a new version of cmd2
* Updated change log for release0.9.18Kevin Van Brunt2019-10-011-1/+1
|
* Merge pull request #784 from python-cmd2/mutually_exclusive_groupsKevin Van Brunt2019-10-014-96/+170
|\ | | | | Mutually exclusive groups
| * Updated change logKevin Van Brunt2019-09-301-0/+2
| |
| * Added commentKevin Van Brunt2019-09-301-1/+1
| |
| * Wrote unit testsKevin Van Brunt2019-09-301-9/+72
| |
| * Respecting user's allow_ansi value when printing hints and errors in ↵Kevin Van Brunt2019-09-301-8/+6
| | | | | | | | | | | | AutoCompleter Simplified printing of CompletionErrors
| * Simplifying tab completion message printingKevin Van Brunt2019-09-302-61/+20
| |
| * Changed some logic and added comment whyKevin Van Brunt2019-09-271-2/+3
| |
| * Allowing flag in mutex group to appear more than onceKevin Van Brunt2019-09-271-1/+8
| |
| * Updated change logKevin Van Brunt2019-09-271-1/+5
| |
| * Remove unneeded variableKevin Van Brunt2019-09-271-2/+1
| |
| * AutoCompleter now handles mutually exclusive groupsKevin Van Brunt2019-09-272-6/+47
| |
| * Initial steps to support mutually exclusive groups in AutoCompleterKevin Van Brunt2019-09-261-22/+22
|/
* Merge pull request #783 from python-cmd2/help_fixKevin Van Brunt2019-09-243-16/+39
|\ | | | | Help fix
| * Added unit testsKevin Van Brunt2019-09-241-0/+25
| |
| * Updated change logKevin Van Brunt2019-09-241-0/+5
| |
| * Fixed bug introduced by get_names() looking at self instead of self.__class__.Kevin Van Brunt2019-09-241-16/+9
|/ | | | Help functions for hidden and disabled commands were not being filtered out as help topics.
* Updated change log for release0.9.17Kevin Van Brunt2019-09-231-1/+1
|
* Merge pull request #782 from python-cmd2/in_scriptTodd Leonhardt2019-09-233-8/+37
|\ | | | | Added in_script() and in_pyscript() to cmd2.Cmd class
| * Added in_script() and in_pyscript() to cmd2.Cmd classKevin Van Brunt2019-09-233-8/+37
|/
* Merge pull request #781 from python-cmd2/CompletionErrorKevin Van Brunt2019-09-236-35/+126
|\ | | | | CompletionError class
| * Merge branch 'master' into CompletionErrorKevin Van Brunt2019-09-236-35/+277
| |\ | |/ |/|
* | Merge pull request #780 from python-cmd2/doc_additionsTodd Leonhardt2019-09-216-35/+277
|\ \ | | | | | | Doc additions
| * | Minor spelling and grammar fixesTodd Leonhardt2019-09-212-9/+9
| | |
| * | Merge branch 'master' into doc_additionsTodd Leonhardt2019-09-179-248/+314
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into doc_additionskotfu2019-09-074-3/+5
| |\ \
| * | | Document hiding and disabling commandskotfu2019-08-255-52/+116
| | | | | | | | | | | | | | | | For #765
| * | | Add documentation and example for removing built-in commandskotfu2019-08-235-10/+52
| | | | | | | | | | | | | | | | For #765
| * | | command documentation for #765kotfu2019-08-231-22/+158
| | | |
| | | * Updated change logKevin Van Brunt2019-09-231-0/+1
| | | |
| | | * Added unit tests for CompletionErrorKevin Van Brunt2019-09-232-4/+51
| | | |
| | | * Finished implementation of CompletionErrorKevin Van Brunt2019-09-231-30/+62
| | | |
| | | * Gave startup_script a default of '' instead of NoneKevin Van Brunt2019-09-201-2/+2
| | | |
| | | * Added CompletionError exception classKevin Van Brunt2019-09-202-1/+12
| |_|/ |/| |
* | | Merge pull request #776 from python-cmd2/required_subcmdTodd Leonhardt2019-09-174-28/+24
|\ \ \ | | | | | | | | Missing subcommand no longer prints all help text
| * | | No longer printing all help text for alias and macro when the subcommand is ↵Kevin Van Brunt2019-09-174-28/+24
|/ / / | | | | | | | | | omitted. Instead allow argparse to handle the error.
* | | Merge pull request #774 from python-cmd2/completion_stateTodd Leonhardt2019-09-166-224/+258
|\ \ \ | | | | | | | | Completion state
| * | | Fixed unit tests on Python versions older than 3.7Kevin Van Brunt2019-09-161-3/+3
| | | |
| * | | Added unit test to override a parameter in a parent parserKevin Van Brunt2019-09-161-0/+6
| | | |
| * | | Updated arg_tokens unit testsKevin Van Brunt2019-09-161-50/+15
| | | |