Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Python 3.8 release version on all platforms | Todd Leonhardt | 2020-01-22 | 4 | -4/+14 |
| | | | | | | Also: - Try adding support for 3.9-dev on Travis - Update to running flake8 for 3.8 instead of 3.7 | ||||
* | Merge pull request #852 from tirkarthi/fix-collections-warning | Todd Leonhardt | 2020-01-22 | 1 | -2/+3 |
|\ | | | | | Import ABC from collections.abc instead of collections for Python 3.9 compatibility | ||||
| * | Import ABC from collections.abc instead of collections for Python 3.9 ↵ | Karthikeyan Singaravelan | 2020-01-22 | 1 | -2/+3 |
|/ | | | | compatibility. | ||||
* | Merge pull request #850 from python-cmd2/truncate_string | Todd Leonhardt | 2020-01-20 | 6 | -40/+164 |
|\ | | | | | Truncate line | ||||
| * | Fix doc8 line length violations committed in prevoius PR | Todd Leonhardt | 2020-01-20 | 2 | -16/+19 |
| | | |||||
| * | Updating unit tests and docs | Kevin Van Brunt | 2020-01-20 | 3 | -0/+20 |
| | | |||||
| * | Renamed function | Kevin Van Brunt | 2020-01-17 | 2 | -29/+29 |
| | | |||||
| * | Updating unit tests | Kevin Van Brunt | 2020-01-17 | 2 | -3/+40 |
| | | |||||
| * | Updating unit tests | Kevin Van Brunt | 2020-01-17 | 1 | -10/+17 |
| | | |||||
| * | Added string truncation function and support for it in the alignment functions | Kevin Van Brunt | 2020-01-17 | 1 | -14/+71 |
|/ | |||||
* | Improved responsiveness when setting windows title and printing alerts | Kevin Van Brunt | 2020-01-17 | 2 | -0/+7 |
| | |||||
* | Merge pull request #847 from python-cmd2/generating_output_docs | Kevin Van Brunt | 2020-01-16 | 15 | -158/+569 |
|\ | | | | | Generating output docs | ||||
| * | Updating some doc text | Kevin Van Brunt | 2020-01-16 | 1 | -2/+9 |
| | | |||||
| * | Updating some doc text | Kevin Van Brunt | 2020-01-16 | 1 | -6/+14 |
| | | |||||
| * | Updating some doc text | Kevin Van Brunt | 2020-01-16 | 1 | -2/+2 |
| | | |||||
| * | Updating some doc text | Kevin Van Brunt | 2020-01-16 | 2 | -2/+2 |
| | | |||||
| * | Updating docs for default style functions | Kevin Van Brunt | 2020-01-16 | 1 | -3/+3 |
| | | |||||
| * | Fix doc8 error | kotfu | 2020-01-15 | 1 | -3/+3 |
| | | |||||
| * | Clarify comment style for module data members and class attributes | kotfu | 2020-01-15 | 1 | -0/+6 |
| | | |||||
| * | Clarify how to document instance attributes | kotfu | 2020-01-15 | 1 | -0/+14 |
| | | |||||
| * | Fix document rendering error | kotfu | 2020-01-15 | 1 | -1/+1 |
| | | |||||
| * | Revise allow_style and colored output documentation | kotfu | 2020-01-14 | 2 | -88/+64 |
| | | |||||
| * | Add comment for broken_pipe_warning | kotfu | 2020-01-14 | 1 | -0/+1 |
| | | |||||
| * | Clean up function documentation so it renders properly | kotfu | 2020-01-14 | 1 | -3/+7 |
| | | |||||
| * | Move settable documentation from source code to api docs | kotfu | 2020-01-14 | 2 | -6/+8 |
| | | |||||
| * | Add shell command, and show how to remove builtin commands | kotfu | 2020-01-14 | 1 | -8/+35 |
| | | |||||
| * | Add documentation for default_error | kotfu | 2020-01-14 | 1 | -0/+3 |
| | | |||||
| * | Updates for allow_ansi -> allow_style | kotfu | 2020-01-14 | 1 | -2/+2 |
| | | |||||
| * | Remove attribute documentation for #821 | kotfu | 2020-01-14 | 1 | -22/+0 |
| | | | | | | | | We will not try and have Sphnix extract attribute documentation from the source code, it will just live in the documentation. | ||||
| * | Merge branch 'master' into generating_output_docs | Todd Leonhardt | 2020-01-09 | 35 | -305/+673 |
| |\ | |/ |/| | | | | | | | # Conflicts: # docs/features/generating_output.rst # docs/features/settings.rst | ||||
* | | Updated CHANGELOG for a release0.9.23 | Todd Leonhardt | 2020-01-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #844 from python-cmd2/copyright_update | Todd Leonhardt | 2020-01-09 | 3 | -5/+4 |
|\ \ | | | | | | | Update copyright through 2020 and restore original documentation copyright | ||||
| * | | Update copyright through 2020 and restore documentation copyright to MIT license | Todd Leonhardt | 2020-01-09 | 3 | -5/+4 |
|/ / | | | | | | | During recent work to upgrade the format of the Sphinx documentation, the license the docs are copyright under was accidentally changed from MIT to CreativeCommons. This restores the documentation to be under an MIT license so there is a single license governing both code and documentation. | ||||
* | | Merge pull request #843 from python-cmd2/ansi_to_style | Kevin Van Brunt | 2020-01-08 | 22 | -164/+192 |
|\ \ | | | | | | | ansi to style | ||||
| * | | Updated documentation | Kevin Van Brunt | 2020-01-07 | 3 | -3/+3 |
| | | | |||||
| * | | Added dim text style support | Kevin Van Brunt | 2020-01-07 | 3 | -13/+34 |
| | | | |||||
| * | | Merge branch 'master' into ansi_to_style | Kevin Van Brunt | 2020-01-07 | 5 | -10/+26 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #842 from python-cmd2/coverage_config_file | Todd Leonhardt | 2020-01-06 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Replace non-ASCII quotes in .coveragerc with ASCII ones | ||||
| * | | | Replace non-ASCII quotes in .coveragerc with ASCII ones | Todd Leonhardt | 2020-01-06 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #840 from python-cmd2/categorize_dynamic | Kevin Van Brunt | 2020-01-06 | 1 | -6/+20 |
|\ \ \ | | | | | | | | | Categorize dynamic | ||||
| * \ \ | Merge branch 'master' into categorize_dynamic | Kevin Van Brunt | 2020-01-06 | 3 | -2/+4 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #839 from python-cmd2/setuptools_dependency | Kevin Van Brunt | 2020-01-06 | 3 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | Add missing setuptools dependency | ||||
| * | | | | Updated CHANGELOG | Todd Leonhardt | 2020-01-05 | 2 | -0/+2 |
| | | | | | |||||
| * | | | | Added minimum version of setuptools_scm and added dependency on setuptools | Todd Leonhardt | 2020-01-05 | 1 | -2/+2 |
|/ / / / | |||||
| * | | | Updated dynamic commands example to add help category | Kevin Van Brunt | 2020-01-06 | 1 | -6/+20 |
|/ / / | |||||
* | | | Merge pull request #838 from python-cmd2/coverage_version | Todd Leonhardt | 2020-01-05 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Set max version restriction for coverage dependency | ||||
| * | | | Try setting a maximum coverage version | Todd Leonhardt | 2020-01-04 | 1 | -1/+1 |
|/ / / | |||||
| * | | Updated style regular expression to not require digits | Kevin Van Brunt | 2019-12-19 | 1 | -2/+2 |
| | | | |||||
| * | | Renamed ansi_safe_wcswidth() to style_aware_wcswidth() | Kevin Van Brunt | 2019-12-19 | 9 | -32/+35 |
| | | | | | | | | | | | | Renamed ansi_aware_write() to style_aware_write() | ||||
| * | | Merge branch 'master' into ansi_to_style | Kevin Van Brunt | 2019-12-19 | 5 | -64/+49 |
| |\ \ | |/ / |/| | |