Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #884 from python-cmd2/appveyor_fix | Todd Leonhardt | 2020-02-10 | 1 | -3/+7 | |
|\ \ | | | | | | | Appveyor fix | |||||
| * | | Try to auto-accept dialog so headless install doesn't get stuck | Todd Leonhardt | 2020-02-10 | 1 | -5/+6 | |
| | | | ||||||
| * | | Attempt at a quick fix for AppVeyor errors | Todd Leonhardt | 2020-02-10 | 1 | -0/+3 | |
|/ / | ||||||
* | | Merge pull request #883 from python-cmd2/flag_rename | Kevin Van Brunt | 2020-02-10 | 3 | -4/+6 | |
|\ \ | | | | | | | do_set flag rename | |||||
| * | | Renamed set command's -l/--long flag to -v/--verbose for consistency with ↵ | Kevin Van Brunt | 2020-02-10 | 3 | -4/+6 | |
|/ / | | | | | | | help and history commands | |||||
* | | Merge pull request #882 from python-cmd2/misc | Kevin Van Brunt | 2020-02-10 | 3 | -19/+25 | |
|\ \ | | | | | | | do_set fix | |||||
| * | | Corrected issue where the actual new value was not always being printed in ↵ | Kevin Van Brunt | 2020-02-10 | 3 | -19/+25 | |
|/ / | | | | | | | | | | | | | | | do_set. Fixed do_set unit test. Made allow_ansi setter error message consistent with str_to_bool. Updated a docstring | |||||
* | | Merge pull request #881 from python-cmd2/help_docs | Todd Leonhardt | 2020-02-09 | 1 | -11/+63 | |
|\ \ | | | | | | | Updated Sphinx docs about help | |||||
| * | | Added caveat | Todd Leonhardt | 2020-02-09 | 1 | -1/+3 | |
| | | | ||||||
| * | | Updated Sphinx docs about help | Todd Leonhardt | 2020-02-09 | 1 | -11/+61 | |
|/ / | ||||||
| * | Merge branch 'api_docs' of https://github.com/python-cmd2/cmd2 into api_docs | kotfu | 2020-02-10 | 3 | -20/+51 | |
| |\ | ||||||
| | * | Merge branch 'master' into api_docs | Todd Leonhardt | 2020-02-08 | 3 | -20/+51 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Merge pull request #879 from python-cmd2/prompt_docs | Todd Leonhardt | 2020-02-08 | 3 | -20/+51 | |
|\ \ \ | | | | | | | | | Updated Sphinx documentation related to prompt | |||||
| * | | | Updated Sphinx documentation related to prompt | Todd Leonhardt | 2020-02-08 | 3 | -20/+51 | |
|/ / / | ||||||
| * | | Begin process of combining utils api docs into a single document | kotfu | 2020-02-10 | 4 | -66/+6 | |
| | | | ||||||
| * | | Add example to with_argument_list docstring | kotfu | 2020-02-10 | 1 | -3/+13 | |
| | | | ||||||
| * | | Title decorator documentation by package name | kotfu | 2020-02-09 | 2 | -4/+4 | |
| |/ | ||||||
| * | Show autodoc members in the same order as the source code | kotfu | 2020-02-08 | 1 | -0/+5 | |
| | | ||||||
| * | All public api functions now documented | kotfu | 2020-02-08 | 1 | -3/+45 | |
|/ | ||||||
* | Ran into an issue attempting to publish a release 1.0.0-rc1 to test.pypi.org0.10.0 | Todd Leonhardt | 2020-02-07 | 1 | -3/+4 | |
| | | | | | | I'm not sure if the problem is specific to the test version of PyPI or if it is related to limitations in setuptools_scm. But to keep things simple I just changed the version to 0.10.0 and updated the CHANGELOG accordingly | |||||
* | Updated release data for 1.0.0-rc1 in preparation for a release candidate | Todd Leonhardt | 2020-02-07 | 4 | -4/+8 | |
| | | | | | Also: - Updated some very outdated comments in transcript files | |||||
* | Merge pull request #877 from python-cmd2/changelog_fix | Todd Leonhardt | 2020-02-07 | 7 | -100/+128 | |
|\ | | | | | Changelog fix for removed ansi.FG_COLORS and ansi.BG_COLORS | |||||
| * | Fixed docs error | Kevin Van Brunt | 2020-02-07 | 1 | -1/+2 | |
| | | ||||||
| * | Updated change log | Kevin Van Brunt | 2020-02-07 | 1 | -0/+3 | |
| | | ||||||
| * | Added unit test for ColorBase.colors() | Kevin Van Brunt | 2020-02-07 | 1 | -0/+7 | |
| | | ||||||
| * | Updated plumbum example | Kevin Van Brunt | 2020-02-07 | 2 | -41/+43 | |
| | | ||||||
| * | Added __str__() back to ColorBase for more flexibility in its usage | Kevin Van Brunt | 2020-02-07 | 2 | -10/+36 | |
| | | | | | | | | Updated documentation and added unit tests | |||||
| * | Simplified ColorBase.__add__() | Kevin Van Brunt | 2020-02-07 | 1 | -6/+0 | |
| | | ||||||
| * | Corrected docstring | Kevin Van Brunt | 2020-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | Support using fg and bg enum in + operations to build color strings | Kevin Van Brunt | 2020-02-07 | 1 | -16/+33 | |
| | | ||||||
| * | Removed unnecessary methods from fg and bg color enums | Todd Leonhardt | 2020-02-07 | 2 | -32/+8 | |
| | | ||||||
| * | Simplified fg's and bg's get_value() | Kevin Van Brunt | 2020-02-07 | 1 | -2/+2 | |
| | | ||||||
| * | Removed repeated Pycharm warning suppression | Kevin Van Brunt | 2020-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | The fact that the set command now supports tab-completion of values is an ↵ | Todd Leonhardt | 2020-02-07 | 1 | -1/+1 | |
| | | | | | | | | enhancement, not a breaking change | |||||
| * | Updated changelog to address removal of ansi.FG_COLORS and ansi.BG_COLORS ↵ | Todd Leonhardt | 2020-02-07 | 3 | -9/+11 | |
|/ | | | | | | | and mention their replacement by ansi.fg and ansi.bg enums Also: - Use ansi.fg in async_printing.py and README.md | |||||
* | Merge pull request #876 from python-cmd2/color_autocomplete | Todd Leonhardt | 2020-02-06 | 9 | -79/+142 | |
|\ | | | | | Added convenience enums of fg and bg colors | |||||
| * | Merge branch 'master' into color_autocomplete | Todd Leonhardt | 2020-02-06 | 19 | -87/+68 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #875 from python-cmd2/doc_streamline | Todd Leonhardt | 2020-02-06 | 19 | -87/+68 | |
|\ \ | | | | | | | Doc streamline | |||||
| * | | EmbeddedConsoleExit should not be part of the public api | kotfu | 2020-02-06 | 1 | -2/+0 | |
| | | | ||||||
| * | | Fix redundant declaration of cmd2.Cmd.__init__ method | kotfu | 2020-02-06 | 1 | -3/+1 | |
| | | | ||||||
| * | | Add documentation of __init__ method | kotfu | 2020-02-06 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge branch 'doc_streamline' of https://github.com/python-cmd2/cmd2 into ↵ | kotfu | 2020-02-06 | 1 | -4/+3 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | doc_streamline # Conflicts: # docs/features/settings.rst | |||||
| | * \ | Merge branch 'master' into doc_streamline | Todd Leonhardt | 2020-02-06 | 34 | -292/+422 | |
| | |\ \ | |_|/ / |/| | | | | | | | | | | | # Conflicts: # docs/features/settings.rst | |||||
| * | | | Merge branch 'master' into doc_streamline | kotfu | 2020-02-06 | 34 | -291/+422 | |
| |\ \ \ | |/ / / |/| / / | |/ / | | | | # Conflicts: # docs/features/settings.rst | |||||
| * | | Clean up class and method references | kotfu | 2020-02-05 | 19 | -80/+64 | |
| | | | | | | | | | | | | | | | - In docs/api/cmd.rst, the `cmd2.Cmd` class was defined as `cmd2.cmd2.Cmd`, which required the extraneous `cmd2` every time we referenced it. This extra `cmd2` is no longer required. - always refer to a bare cmd2 using ``cmd2`` per our documentation conventions | |||||
| | * | Renamed argument from color to name for fg.get_value() and bg.get_value() | Todd Leonhardt | 2020-02-06 | 1 | -4/+4 | |
| | | | ||||||
| | * | Suppressed bogus PyCharm warnings and improved error message for invalid ↵ | Todd Leonhardt | 2020-02-06 | 1 | -2/+6 | |
| | | | | | | | | | | | | colors passed to style | |||||
| | * | Having two parallel datastructures each for foreground and background colors ↵ | Todd Leonhardt | 2020-02-06 | 6 | -65/+46 | |
| | | | | | | | | | | | | | | | | | | felt really clunky - now we just have one The Enum classes are now smart and deal with it all. | |||||
| | * | Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ↵ | Todd Leonhardt | 2020-02-06 | 5 | -15/+93 | |
| |/ |/| | | | | | | | | | colors which style() can now optionally use This is to make it easier to autocomplete color names in an IDE | |||||
* | | Merge pull request #873 from python-cmd2/set_update | Todd Leonhardt | 2020-02-06 | 34 | -295/+426 | |
|\ \ | |/ |/| | Updated set command to support tab completion of values |