summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ran into an issue attempting to publish a release 1.0.0-rc1 to test.pypi.org0.10.0Todd Leonhardt2020-02-071-3/+4
* Updated release data for 1.0.0-rc1 in preparation for a release candidateTodd Leonhardt2020-02-074-4/+8
* Merge pull request #877 from python-cmd2/changelog_fixTodd Leonhardt2020-02-077-100/+128
|\
| * Fixed docs errorKevin Van Brunt2020-02-071-1/+2
| * Updated change logKevin Van Brunt2020-02-071-0/+3
| * Added unit test for ColorBase.colors()Kevin Van Brunt2020-02-071-0/+7
| * Updated plumbum exampleKevin Van Brunt2020-02-072-41/+43
| * Added __str__() back to ColorBase for more flexibility in its usageKevin Van Brunt2020-02-072-10/+36
| * Simplified ColorBase.__add__()Kevin Van Brunt2020-02-071-6/+0
| * Corrected docstringKevin Van Brunt2020-02-071-1/+1
| * Support using fg and bg enum in + operations to build color stringsKevin Van Brunt2020-02-071-16/+33
| * Removed unnecessary methods from fg and bg color enumsTodd Leonhardt2020-02-072-32/+8
| * Simplified fg's and bg's get_value()Kevin Van Brunt2020-02-071-2/+2
| * Removed repeated Pycharm warning suppressionKevin Van Brunt2020-02-071-1/+1
| * The fact that the set command now supports tab-completion of values is an enh...Todd Leonhardt2020-02-071-1/+1
| * Updated changelog to address removal of ansi.FG_COLORS and ansi.BG_COLORS and...Todd Leonhardt2020-02-073-9/+11
|/
* Merge pull request #876 from python-cmd2/color_autocompleteTodd Leonhardt2020-02-069-79/+142
|\
| * Merge branch 'master' into color_autocompleteTodd Leonhardt2020-02-0619-87/+68
| |\ | |/ |/|
* | Merge pull request #875 from python-cmd2/doc_streamlineTodd Leonhardt2020-02-0619-87/+68
|\ \
| * | EmbeddedConsoleExit should not be part of the public apikotfu2020-02-061-2/+0
| * | Fix redundant declaration of cmd2.Cmd.__init__ methodkotfu2020-02-061-3/+1
| * | Add documentation of __init__ methodkotfu2020-02-061-0/+2
| * | Merge branch 'doc_streamline' of https://github.com/python-cmd2/cmd2 into doc...kotfu2020-02-061-4/+3
| |\ \
| | * \ Merge branch 'master' into doc_streamlineTodd Leonhardt2020-02-0634-292/+422
| | |\ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into doc_streamlinekotfu2020-02-0634-291/+422
| |\ \ \ | |/ / / |/| / / | |/ /
| * | Clean up class and method referenceskotfu2020-02-0519-80/+64
| | * Renamed argument from color to name for fg.get_value() and bg.get_value()Todd Leonhardt2020-02-061-4/+4
| | * Suppressed bogus PyCharm warnings and improved error message for invalid colo...Todd Leonhardt2020-02-061-2/+6
| | * Having two parallel datastructures each for foreground and background colors ...Todd Leonhardt2020-02-066-65/+46
| | * Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ...Todd Leonhardt2020-02-065-15/+93
| |/ |/|
* | Merge pull request #873 from python-cmd2/set_updateTodd Leonhardt2020-02-0634-295/+426
|\ \ | |/ |/|
| * Fixed example codeKevin Van Brunt2020-02-061-1/+1
| * Fix flake8 errors in doc configTodd Leonhardt2020-02-051-3/+0
| * Documentation updateskotfu2020-02-055-24/+38
| * Updated documentationKevin Van Brunt2020-02-051-1/+1
| * Updated change logKevin Van Brunt2020-02-051-0/+1
| * No longer displaying list of subcommands in usage text of alias and macroKevin Van Brunt2020-02-052-4/+4
| * Fixing tab-completion hints when completing the value field of setKevin Van Brunt2020-02-051-1/+5
| * Added more to Settable docstringKevin Van Brunt2020-02-051-2/+9
| * Added more to onchange_cb documentationKevin Van Brunt2020-02-051-3/+7
| * Updated documentationKevin Van Brunt2020-02-052-2/+2
| * Updated help textKevin Van Brunt2020-02-053-5/+5
| * Added remove_settable() since cmd2 has add_settable()Kevin Van Brunt2020-02-054-5/+25
| * Updated documentationKevin Van Brunt2020-02-051-2/+4
| * Added support to do_set() for setting a parameter to an empty string as well ...Kevin Van Brunt2020-02-052-4/+18
| * Added unit testsKevin Van Brunt2020-02-051-10/+41
| * Fixed missing parenthesisKevin Van Brunt2020-02-041-1/+1
| * To support completer/choices functions that receive arg_tokens, changed compl...Kevin Van Brunt2020-02-041-26/+34
| * Removed unnecessary inheritance from objectKevin Van Brunt2020-02-045-10/+10
| * Updated example transcriptsTodd Leonhardt2020-02-042-2/+2