summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix optional type hintTodd Leonhardt2020-02-111-2/+2
| * | Allowing for colored fill char in align_textKevin Van Brunt2020-02-112-15/+44
| * | WhitespaceKevin Van Brunt2020-02-111-0/+1
| * | Fixed bug where ANSI style sequences were not correctly handled in utils.trun...Kevin Van Brunt2020-02-114-23/+100
|/ /
* | Merge pull request #884 from python-cmd2/appveyor_fixTodd Leonhardt2020-02-101-3/+7
|\ \
| * | Try to auto-accept dialog so headless install doesn't get stuckTodd Leonhardt2020-02-101-5/+6
| * | Attempt at a quick fix for AppVeyor errorsTodd Leonhardt2020-02-101-0/+3
|/ /
* | Merge pull request #883 from python-cmd2/flag_renameKevin Van Brunt2020-02-103-4/+6
|\ \
| * | Renamed set command's -l/--long flag to -v/--verbose for consistency with hel...Kevin Van Brunt2020-02-103-4/+6
|/ /
* | Merge pull request #882 from python-cmd2/miscKevin Van Brunt2020-02-103-19/+25
|\ \
| * | Corrected issue where the actual new value was not always being printed in do...Kevin Van Brunt2020-02-103-19/+25
|/ /
* | Merge pull request #881 from python-cmd2/help_docsTodd Leonhardt2020-02-091-11/+63
|\ \
| * | Added caveatTodd Leonhardt2020-02-091-1/+3
| * | Updated Sphinx docs about helpTodd Leonhardt2020-02-091-11/+61
|/ /
| * Merge branch 'api_docs' of https://github.com/python-cmd2/cmd2 into api_docskotfu2020-02-103-20/+51
| |\
| | * Merge branch 'master' into api_docsTodd Leonhardt2020-02-083-20/+51
| | |\ | |_|/ |/| |
* | | Merge pull request #879 from python-cmd2/prompt_docsTodd Leonhardt2020-02-083-20/+51
|\ \ \
| * | | Updated Sphinx documentation related to promptTodd Leonhardt2020-02-083-20/+51
|/ / /
| * | Begin process of combining utils api docs into a single documentkotfu2020-02-104-66/+6
| * | Add example to with_argument_list docstringkotfu2020-02-101-3/+13
| * | Title decorator documentation by package namekotfu2020-02-092-4/+4
| |/
| * Show autodoc members in the same order as the source codekotfu2020-02-081-0/+5
| * All public api functions now documentedkotfu2020-02-081-3/+45
|/
* 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