summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.8 release version on all platformsTodd Leonhardt2020-01-224-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-warningTodd Leonhardt2020-01-221-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 Singaravelan2020-01-221-2/+3
|/ | | | compatibility.
* Merge pull request #850 from python-cmd2/truncate_stringTodd Leonhardt2020-01-206-40/+164
|\ | | | | Truncate line
| * Fix doc8 line length violations committed in prevoius PRTodd Leonhardt2020-01-202-16/+19
| |
| * Updating unit tests and docsKevin Van Brunt2020-01-203-0/+20
| |
| * Renamed functionKevin Van Brunt2020-01-172-29/+29
| |
| * Updating unit testsKevin Van Brunt2020-01-172-3/+40
| |
| * Updating unit testsKevin Van Brunt2020-01-171-10/+17
| |
| * Added string truncation function and support for it in the alignment functionsKevin Van Brunt2020-01-171-14/+71
|/
* Improved responsiveness when setting windows title and printing alertsKevin Van Brunt2020-01-172-0/+7
|
* Merge pull request #847 from python-cmd2/generating_output_docsKevin Van Brunt2020-01-1615-158/+569
|\ | | | | Generating output docs
| * Updating some doc textKevin Van Brunt2020-01-161-2/+9
| |
| * Updating some doc textKevin Van Brunt2020-01-161-6/+14
| |
| * Updating some doc textKevin Van Brunt2020-01-161-2/+2
| |
| * Updating some doc textKevin Van Brunt2020-01-162-2/+2
| |
| * Updating docs for default style functionsKevin Van Brunt2020-01-161-3/+3
| |
| * Fix doc8 errorkotfu2020-01-151-3/+3
| |
| * Clarify comment style for module data members and class attributeskotfu2020-01-151-0/+6
| |
| * Clarify how to document instance attributeskotfu2020-01-151-0/+14
| |
| * Fix document rendering errorkotfu2020-01-151-1/+1
| |
| * Revise allow_style and colored output documentationkotfu2020-01-142-88/+64
| |
| * Add comment for broken_pipe_warningkotfu2020-01-141-0/+1
| |
| * Clean up function documentation so it renders properlykotfu2020-01-141-3/+7
| |
| * Move settable documentation from source code to api docskotfu2020-01-142-6/+8
| |
| * Add shell command, and show how to remove builtin commandskotfu2020-01-141-8/+35
| |
| * Add documentation for default_errorkotfu2020-01-141-0/+3
| |
| * Updates for allow_ansi -> allow_stylekotfu2020-01-141-2/+2
| |
| * Remove attribute documentation for #821kotfu2020-01-141-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_docsTodd Leonhardt2020-01-0935-305/+673
| |\ | |/ |/| | | | | | | # Conflicts: # docs/features/generating_output.rst # docs/features/settings.rst
* | Updated CHANGELOG for a release0.9.23Todd Leonhardt2020-01-091-1/+1
| |
* | Merge pull request #844 from python-cmd2/copyright_updateTodd Leonhardt2020-01-093-5/+4
|\ \ | | | | | | Update copyright through 2020 and restore original documentation copyright
| * | Update copyright through 2020 and restore documentation copyright to MIT licenseTodd Leonhardt2020-01-093-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_styleKevin Van Brunt2020-01-0822-164/+192
|\ \ | | | | | | ansi to style
| * | Updated documentationKevin Van Brunt2020-01-073-3/+3
| | |
| * | Added dim text style supportKevin Van Brunt2020-01-073-13/+34
| | |
| * | Merge branch 'master' into ansi_to_styleKevin Van Brunt2020-01-075-10/+26
| |\ \ | |/ / |/| |
* | | Merge pull request #842 from python-cmd2/coverage_config_fileTodd Leonhardt2020-01-062-2/+2
|\ \ \ | | | | | | | | Replace non-ASCII quotes in .coveragerc with ASCII ones
| * | | Replace non-ASCII quotes in .coveragerc with ASCII onesTodd Leonhardt2020-01-062-2/+2
|/ / /
* | | Merge pull request #840 from python-cmd2/categorize_dynamicKevin Van Brunt2020-01-061-6/+20
|\ \ \ | | | | | | | | Categorize dynamic
| * \ \ Merge branch 'master' into categorize_dynamicKevin Van Brunt2020-01-063-2/+4
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #839 from python-cmd2/setuptools_dependencyKevin Van Brunt2020-01-063-2/+4
|\ \ \ \ | | | | | | | | | | Add missing setuptools dependency
| * | | | Updated CHANGELOGTodd Leonhardt2020-01-052-0/+2
| | | | |
| * | | | Added minimum version of setuptools_scm and added dependency on setuptoolsTodd Leonhardt2020-01-051-2/+2
|/ / / /
| * | | Updated dynamic commands example to add help categoryKevin Van Brunt2020-01-061-6/+20
|/ / /
* | | Merge pull request #838 from python-cmd2/coverage_versionTodd Leonhardt2020-01-051-1/+1
|\ \ \ | | | | | | | | Set max version restriction for coverage dependency
| * | | Try setting a maximum coverage versionTodd Leonhardt2020-01-041-1/+1
|/ / /
| * | Updated style regular expression to not require digitsKevin Van Brunt2019-12-191-2/+2
| | |
| * | Renamed ansi_safe_wcswidth() to style_aware_wcswidth()Kevin Van Brunt2019-12-199-32/+35
| | | | | | | | | | | | Renamed ansi_aware_write() to style_aware_write()
| * | Merge branch 'master' into ansi_to_styleKevin Van Brunt2019-12-195-64/+49
| |\ \ | |/ / |/| |