summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #825 from python-cmd2/parsersKevin Van Brunt2019-12-031-4/+8
|\
| * Gave names to parser variables for a few commands so developers overriding th...Kevin Van Brunt2019-12-021-4/+8
|/
* Merge pull request #822 from python-cmd2/arg_renameTodd Leonhardt2019-11-281-12/+12
|\
| * Renamed some parser arguments to make it more obvious they can accept more th...Kevin Van Brunt2019-11-281-12/+12
|/
* Merge pull request #820 from python-cmd2/style_fixKevin Van Brunt2019-11-284-14/+18
|\
| * Fixed bug where a redefined ansi.style_error was not being used in all cmd2 f...Kevin Van Brunt2019-11-274-14/+18
|/
* Updated change log for release0.9.21Kevin Van Brunt2019-11-261-2/+1
* Escaped some underscores in changelogKevin Van Brunt2019-11-261-1/+1
* Merge pull request #818 from python-cmd2/readline_warningKevin Van Brunt2019-11-254-14/+29
|\
| * Simplified line of codeKevin Van Brunt2019-11-251-2/+1
| * Added # pragma: no cover to some code in rl_utilsKevin Van Brunt2019-11-241-2/+2
| * Fixed flake8 warningKevin Van Brunt2019-11-241-2/+2
| * Added documentationKevin Van Brunt2019-11-241-1/+2
| * Updated warning textKevin Van Brunt2019-11-241-1/+1
| * Added exception handling to account for non-standard Python environments in w...Kevin Van Brunt2019-11-243-13/+28
|/
* Merge pull request #817 from python-cmd2/pwarningKevin Van Brunt2019-11-233-4/+52
|\
| * Added apply_style to pwarning()Kevin Van Brunt2019-11-233-4/+52
|/
* Merge pull request #813 from python-cmd2/pyscript_docsKevin Van Brunt2019-11-231-2/+26
|\
| * Merge branch 'master' into pyscript_docsTodd Leonhardt2019-11-232-44/+56
| |\ | |/ |/|
* | Merge pull request #816 from python-cmd2/pfeedbackTodd Leonhardt2019-11-232-44/+56
|\ \
| * | Fixed 2 bugs in ppaged():Kevin Van Brunt2019-11-231-4/+8
| * | Updated arguments to pfeedback and ppaged for consistency with other cmd2 pri...Kevin Van Brunt2019-11-232-43/+51
|/ /
| * Merge branch 'master' into pyscript_docsTodd Leonhardt2019-11-227-20/+118
| |\ | |/ |/|
* | Merge pull request #812 from python-cmd2/custom_parserTodd Leonhardt2019-11-227-20/+118
|\ \
| * | Added unit test for overriding default parserKevin Van Brunt2019-11-191-0/+17
| * | Added capability to override the argument parser class used by cmd2 built-in ...Kevin Van Brunt2019-11-196-20/+101
|/ /
| * Merge branch 'master' into pyscript_docsTodd Leonhardt2019-11-194-25/+38
| |\ | |/ |/|
* | Merge pull request #811 from python-cmd2/win_fixKevin Van Brunt2019-11-194-25/+38
|\ \
| * | Reformatted warning messageKevin Van Brunt2019-11-181-3/+3
| * | Fixed bug where pipe processes were not being stopped by Ctrl-C on WindowsKevin Van Brunt2019-11-184-22/+35
|/ /
| * Started adding Pyscript documentationTodd Leonhardt2019-11-171-2/+26
|/