summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Show various attribute documentation approaches for #821kotfu2019-11-292-4/+13
| |
| * Merge branch 'master' into generating_output_docskotfu2019-11-296-42/+60
| |\ | |/ |/|
* | Merge pull request #822 from python-cmd2/arg_renameTodd Leonhardt2019-11-281-12/+12
|\ \ | | | | | | Renamed some parser arguments for clarification
| * | Renamed some parser arguments to make it more obvious they can accept more ↵Kevin Van Brunt2019-11-281-12/+12
|/ / | | | | | | than 1 value
* | 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 always being used
| * | Fixed bug where a redefined ansi.style_error was not being used in all cmd2 ↵Kevin Van Brunt2019-11-274-14/+18
|/ / | | | | | | files
* | 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
|\ \ | | | | | | Readline warning
| * | 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 ↵Kevin Van Brunt2019-11-243-13/+28
|/ / | | | | | | which readline is not loaded dynamically from a shared library file
| * Show usage of colorama for ansi text stylingkotfu2019-11-291-1/+25
| |
| * Show various options for documenting attributeskotfu2019-11-293-19/+59
| |
| * Write details for two sectionskotfu2019-11-271-15/+104
| | | | | | | | | | - titles and headings - referencing methods
| * Fix flake8 errorkotfu2019-11-271-0/+5
| |
| * Remove unused variablekotfu2019-11-271-1/+1
| |
| * Fix minor errors in docstringskotfu2019-11-241-3/+4
| |
| * Documentation for colored output #765kotfu2019-11-234-64/+99
| |
| * Merge branch 'master' into generating_output_docskotfu2019-11-234-50/+134
| |\ | |/ |/|
* | Merge pull request #817 from python-cmd2/pwarningKevin Van Brunt2019-11-233-4/+52
|\ \ | | | | | | Added apply_style to pwarning()
| * | 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
|\ \ | | | | | | Pyscript docs
| * \ Merge branch 'master' into pyscript_docsTodd Leonhardt2019-11-232-44/+56
| |\ \ | |/ / |/| |
* | | Merge pull request #816 from python-cmd2/pfeedbackTodd Leonhardt2019-11-232-44/+56
|\ \ \ | | | | | | | | Updated arguments to pfeedback and ppaged for consistency with other …
| * | | Fixed 2 bugs in ppaged():Kevin Van Brunt2019-11-231-4/+8
| | | | | | | | | | | | | | | | | | | | - end was not being passed to poutput() - msg object was not being converted string before empty string check
| * | | Updated arguments to pfeedback and ppaged for consistency with other cmd2 ↵Kevin Van Brunt2019-11-232-43/+51
|/ / / | | | | | | | | | print functions
| * | Merge branch 'master' into pyscript_docsTodd Leonhardt2019-11-227-20/+118
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into pyscript_docsTodd Leonhardt2019-11-194-25/+38
| |\ \
| * | | Started adding Pyscript documentationTodd Leonhardt2019-11-171-2/+26
| | | |
| | | * Work on Generating Output docs for #765kotfu2019-11-222-36/+84
| |_|/ |/| |
* | | Merge pull request #812 from python-cmd2/custom_parserTodd Leonhardt2019-11-227-20/+118
|\ \ \ | |_|/ |/| | Custom parser
| * | 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
|/ / | | | | | | commands
* | Merge pull request #811 from python-cmd2/win_fixKevin Van Brunt2019-11-194-25/+38
|\ \ | |/ |/| Fixed bug where pipe processes were not being stopped by Ctrl-C on Windows
| * 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
|/
* Merge pull request #810 from python-cmd2/read_inputTodd Leonhardt2019-11-174-221/+245
|\ | | | | cmd2-specific input() function
| * Fixed sphinx doc errorKevin Van Brunt2019-11-171-3/+2
| |
| * Fixed ProcessLookupErrorKevin Van Brunt2019-11-171-1/+5
| |
| * Updating unit testsKevin Van Brunt2019-11-171-0/+12
| |
| * Updating unit testsKevin Van Brunt2019-11-171-0/+18
| |
| * Fixed bug where pipe processes were not being stopped by Ctrl-C on Linux/MacKevin Van Brunt2019-11-172-3/+6
| |
| * Updating unit testsKevin Van Brunt2019-11-172-120/+76
| |
| * Updated comments and change logKevin Van Brunt2019-11-162-2/+7
| |
| * Merge branch 'master' into read_inputKevin Van Brunt2019-11-162-0/+40
| |\ | |/ |/|
* | Merge pull request #809 from python-cmd2/docs_packagingKevin Van Brunt2019-11-162-0/+40
|\ \ | | | | | | Added a docs section on packaging cmd2 applications for distribution