summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating release date in CHANGELOG0.9.25Todd Leonhardt2020-01-261-1/+1
* Updated CHANGELOGTodd Leonhardt2020-01-261-0/+4
* Merge pull request #859 from python-cmd2/doc_linksTodd Leonhardt2020-01-266-13/+19
|\
| * Fixed broken links in Sphinx docsTodd Leonhardt2020-01-266-13/+19
|/
* Merge pull request #858 from python-cmd2/doc_cleanupTodd Leonhardt2020-01-254-14/+5
|\
| * Cleanup MANIFEST.in to reduce what gets put in package downloadable from PyPITodd Leonhardt2020-01-244-14/+5
|/
* Merge pull request #856 from python-cmd2/builtin_command_docsTodd Leonhardt2020-01-241-3/+73
|\
| * Flushed out documentation on built-in commandsTodd Leonhardt2020-01-231-3/+73
|/
* Update release date in CHANGELOG0.9.24Todd Leonhardt2020-01-231-1/+1
* Merge pull request #854 from python-cmd2/azure_mac_updateTodd Leonhardt2020-01-231-1/+1
|\
| * Try always using latest macOS availableTodd Leonhardt2020-01-231-1/+1
| * 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
|\ \