summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge pull request #838 from python-cmd2/coverage_versionTodd Leonhardt2020-01-051-1/+1
|\ \
| * | 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
| * Merge branch 'master' into ansi_to_styleKevin Van Brunt2019-12-195-64/+49
| |\ | |/ |/|
* | Merge pull request #834 from python-cmd2/quote_scriptKevin Van Brunt2019-12-195-64/+49
|\ \
| * | Updating unit testsKevin Van Brunt2019-12-171-0/+15
| * | Updating unit testsKevin Van Brunt2019-12-173-63/+29
| * | Fixed bug where startup script containing a single quote in its file name was...Kevin Van Brunt2019-12-172-1/+5
|/ /
| * Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...Kevin Van Brunt2019-12-1917-122/+126
|/
* Merge pull request #832 from python-cmd2/rstripTodd Leonhardt2019-12-103-15/+21
|\
| * Merge branch 'master' into rstripKevin Van Brunt2019-12-101-2/+2
| |\ | |/ |/|
* | Increased code coverage in argparse_completer.py back to 100%Kevin Van Brunt2019-12-101-2/+2
| * Increased code coverageKevin Van Brunt2019-12-101-11/+17
| * Took out more rstrip() calls that are no longer neeededKevin Van Brunt2019-12-101-2/+2
| * Took out rstrip() calls that are no longer neeededKevin Van Brunt2019-12-101-2/+2
|/
* Merge pull request #831 from python-cmd2/align_text0.9.22Kevin Van Brunt2019-12-096-46/+352
|\
| * Fixed doc generation errorsKevin Van Brunt2019-12-092-2/+9
| * Renamed functions based on code review comments. Fixed Python warnings.Kevin Van Brunt2019-12-094-58/+60
| * Updated change log for releaseKevin Van Brunt2019-12-091-1/+1
| * Added more unit tests for text alignmentKevin Van Brunt2019-12-091-10/+28
| * Updated change logKevin Van Brunt2019-12-091-0/+2
| * Added more text alignment unit testsKevin Van Brunt2019-12-092-1/+14
| * Adding unit tests for text alignment functionsKevin Van Brunt2019-12-092-31/+165
| * Updated center_text to support ansi escape sequences and characters with disp...Kevin Van Brunt2019-12-094-37/+167
|/
* Fixed typoKevin Van Brunt2019-12-061-1/+1
* Added missing information to 0.9.12 change log entryKevin Van Brunt2019-12-061-1/+3
* Merge pull request #829 from python-cmd2/line_bufferingKevin Van Brunt2019-12-062-9/+11
|\
| * Removed redundant line of codeKevin Van Brunt2019-12-061-1/+0
| * Enabled line buffering when redirecting output to a fileKevin Van Brunt2019-12-052-9/+12
|/
* Updated change logKevin Van Brunt2019-12-041-2/+5
* Removed bold from style_successKevin Van Brunt2019-12-041-1/+1
* Fixed typo in documentationKevin Van Brunt2019-12-041-1/+1
* Merge pull request #827 from python-cmd2/printer_changesTodd Leonhardt2019-12-031-7/+7
|\
| * Added self to perror() for consistency and ease of overridingKevin Van Brunt2019-12-031-7/+7
|/