summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Azure Pipelines MacOs image from 10.13 (HighSierra) to 10.14 (Mojave)Todd Leonhardt2020-01-231-1/+1
* Merge pull request #853 from python-cmd2/python_38Todd Leonhardt2020-01-236-5/+15
|\
| * Update CHANGELOG and setup.pyTodd Leonhardt2020-01-223-0/+3
| * Move Sphinx docs build from Python 3.5 to 3.7 since 3.7 is what ReadTheDocs n...Todd Leonhardt2020-01-222-2/+2
| * Remove Python 3.8 from AppVeyor since it doesn't seem to yet support it, at l...Todd Leonhardt2020-01-221-4/+1
| * Add support for Python 3.8 release version on all platformsTodd Leonhardt2020-01-224-4/+14
|/
* 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 compati...Karthikeyan Singaravelan2020-01-221-2/+3
|/
* Merge pull request #850 from python-cmd2/truncate_stringTodd Leonhardt2020-01-206-40/+164
|\
| * 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
|\
| * 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
| * Merge branch 'master' into generating_output_docsTodd Leonhardt2020-01-0935-305/+673
| |\ | |/ |/|
* | 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 documentation copyright to MIT licenseTodd Leonhardt2020-01-093-5/+4
|/ /
* | Merge pull request #843 from python-cmd2/ansi_to_styleKevin Van Brunt2020-01-0822-164/+192
|\ \
| * | 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 onesTodd Leonhardt2020-01-062-2/+2
|/ / /
* | | Merge pull request #840 from python-cmd2/categorize_dynamicKevin Van Brunt2020-01-061-6/+20
|\ \ \
| * \ \ 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
|\ \ \ \
| * | | | 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
|/ / /