Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Show various attribute documentation approaches for #821 | kotfu | 2019-11-29 | 2 | -4/+13 | |
| | | ||||||
| * | Merge branch 'master' into generating_output_docs | kotfu | 2019-11-29 | 6 | -42/+60 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #822 from python-cmd2/arg_rename | Todd Leonhardt | 2019-11-28 | 1 | -12/+12 | |
|\ \ | | | | | | | Renamed some parser arguments for clarification | |||||
| * | | Renamed some parser arguments to make it more obvious they can accept more ↵ | Kevin Van Brunt | 2019-11-28 | 1 | -12/+12 | |
|/ / | | | | | | | than 1 value | |||||
* | | Merge pull request #820 from python-cmd2/style_fix | Kevin Van Brunt | 2019-11-28 | 4 | -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 Brunt | 2019-11-27 | 4 | -14/+18 | |
|/ / | | | | | | | files | |||||
* | | Updated change log for release0.9.21 | Kevin Van Brunt | 2019-11-26 | 1 | -2/+1 | |
| | | ||||||
* | | Escaped some underscores in changelog | Kevin Van Brunt | 2019-11-26 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #818 from python-cmd2/readline_warning | Kevin Van Brunt | 2019-11-25 | 4 | -14/+29 | |
|\ \ | | | | | | | Readline warning | |||||
| * | | Simplified line of code | Kevin Van Brunt | 2019-11-25 | 1 | -2/+1 | |
| | | | ||||||
| * | | Added # pragma: no cover to some code in rl_utils | Kevin Van Brunt | 2019-11-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fixed flake8 warning | Kevin Van Brunt | 2019-11-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | Added documentation | Kevin Van Brunt | 2019-11-24 | 1 | -1/+2 | |
| | | | ||||||
| * | | Updated warning text | Kevin Van Brunt | 2019-11-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added exception handling to account for non-standard Python environments in ↵ | Kevin Van Brunt | 2019-11-24 | 3 | -13/+28 | |
|/ / | | | | | | | which readline is not loaded dynamically from a shared library file | |||||
| * | Show usage of colorama for ansi text styling | kotfu | 2019-11-29 | 1 | -1/+25 | |
| | | ||||||
| * | Show various options for documenting attributes | kotfu | 2019-11-29 | 3 | -19/+59 | |
| | | ||||||
| * | Write details for two sections | kotfu | 2019-11-27 | 1 | -15/+104 | |
| | | | | | | | | | | - titles and headings - referencing methods | |||||
| * | Fix flake8 error | kotfu | 2019-11-27 | 1 | -0/+5 | |
| | | ||||||
| * | Remove unused variable | kotfu | 2019-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | Fix minor errors in docstrings | kotfu | 2019-11-24 | 1 | -3/+4 | |
| | | ||||||
| * | Documentation for colored output #765 | kotfu | 2019-11-23 | 4 | -64/+99 | |
| | | ||||||
| * | Merge branch 'master' into generating_output_docs | kotfu | 2019-11-23 | 4 | -50/+134 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #817 from python-cmd2/pwarning | Kevin Van Brunt | 2019-11-23 | 3 | -4/+52 | |
|\ \ | | | | | | | Added apply_style to pwarning() | |||||
| * | | Added apply_style to pwarning() | Kevin Van Brunt | 2019-11-23 | 3 | -4/+52 | |
|/ / | ||||||
* | | Merge pull request #813 from python-cmd2/pyscript_docs | Kevin Van Brunt | 2019-11-23 | 1 | -2/+26 | |
|\ \ | | | | | | | Pyscript docs | |||||
| * \ | Merge branch 'master' into pyscript_docs | Todd Leonhardt | 2019-11-23 | 2 | -44/+56 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #816 from python-cmd2/pfeedback | Todd Leonhardt | 2019-11-23 | 2 | -44/+56 | |
|\ \ \ | | | | | | | | | Updated arguments to pfeedback and ppaged for consistency with other … | |||||
| * | | | Fixed 2 bugs in ppaged(): | Kevin Van Brunt | 2019-11-23 | 1 | -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 Brunt | 2019-11-23 | 2 | -43/+51 | |
|/ / / | | | | | | | | | | print functions | |||||
| * | | Merge branch 'master' into pyscript_docs | Todd Leonhardt | 2019-11-22 | 7 | -20/+118 | |
| |\ \ | |/ / |/| | | ||||||
| * | | Merge branch 'master' into pyscript_docs | Todd Leonhardt | 2019-11-19 | 4 | -25/+38 | |
| |\ \ | ||||||
| * | | | Started adding Pyscript documentation | Todd Leonhardt | 2019-11-17 | 1 | -2/+26 | |
| | | | | ||||||
| | | * | Work on Generating Output docs for #765 | kotfu | 2019-11-22 | 2 | -36/+84 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #812 from python-cmd2/custom_parser | Todd Leonhardt | 2019-11-22 | 7 | -20/+118 | |
|\ \ \ | |_|/ |/| | | Custom parser | |||||
| * | | Added unit test for overriding default parser | Kevin Van Brunt | 2019-11-19 | 1 | -0/+17 | |
| | | | ||||||
| * | | Added capability to override the argument parser class used by cmd2 built-in ↵ | Kevin Van Brunt | 2019-11-19 | 6 | -20/+101 | |
|/ / | | | | | | | commands | |||||
* | | Merge pull request #811 from python-cmd2/win_fix | Kevin Van Brunt | 2019-11-19 | 4 | -25/+38 | |
|\ \ | |/ |/| | Fixed bug where pipe processes were not being stopped by Ctrl-C on Windows | |||||
| * | Reformatted warning message | Kevin Van Brunt | 2019-11-18 | 1 | -3/+3 | |
| | | ||||||
| * | Fixed bug where pipe processes were not being stopped by Ctrl-C on Windows | Kevin Van Brunt | 2019-11-18 | 4 | -22/+35 | |
|/ | ||||||
* | Merge pull request #810 from python-cmd2/read_input | Todd Leonhardt | 2019-11-17 | 4 | -221/+245 | |
|\ | | | | | cmd2-specific input() function | |||||
| * | Fixed sphinx doc error | Kevin Van Brunt | 2019-11-17 | 1 | -3/+2 | |
| | | ||||||
| * | Fixed ProcessLookupError | Kevin Van Brunt | 2019-11-17 | 1 | -1/+5 | |
| | | ||||||
| * | Updating unit tests | Kevin Van Brunt | 2019-11-17 | 1 | -0/+12 | |
| | | ||||||
| * | Updating unit tests | Kevin Van Brunt | 2019-11-17 | 1 | -0/+18 | |
| | | ||||||
| * | Fixed bug where pipe processes were not being stopped by Ctrl-C on Linux/Mac | Kevin Van Brunt | 2019-11-17 | 2 | -3/+6 | |
| | | ||||||
| * | Updating unit tests | Kevin Van Brunt | 2019-11-17 | 2 | -120/+76 | |
| | | ||||||
| * | Updated comments and change log | Kevin Van Brunt | 2019-11-16 | 2 | -2/+7 | |
| | | ||||||
| * | Merge branch 'master' into read_input | Kevin Van Brunt | 2019-11-16 | 2 | -0/+40 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #809 from python-cmd2/docs_packaging | Kevin Van Brunt | 2019-11-16 | 2 | -0/+40 | |
|\ \ | | | | | | | Added a docs section on packaging cmd2 applications for distribution |