Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #840 from python-cmd2/categorize_dynamic | Kevin Van Brunt | 2020-01-06 | 1 | -6/+20 | |
|\ \ \ | | | | | | | | | Categorize dynamic | |||||
| * \ \ | Merge branch 'master' into categorize_dynamic | Kevin Van Brunt | 2020-01-06 | 3 | -2/+4 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge pull request #839 from python-cmd2/setuptools_dependency | Kevin Van Brunt | 2020-01-06 | 3 | -2/+4 | |
|\ \ \ \ | | | | | | | | | | | Add missing setuptools dependency | |||||
| * | | | | Updated CHANGELOG | Todd Leonhardt | 2020-01-05 | 2 | -0/+2 | |
| | | | | | ||||||
| * | | | | Added minimum version of setuptools_scm and added dependency on setuptools | Todd Leonhardt | 2020-01-05 | 1 | -2/+2 | |
|/ / / / | ||||||
| * | | | Updated dynamic commands example to add help category | Kevin Van Brunt | 2020-01-06 | 1 | -6/+20 | |
|/ / / | ||||||
* | | | Merge pull request #838 from python-cmd2/coverage_version | Todd Leonhardt | 2020-01-05 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Set max version restriction for coverage dependency | |||||
| * | | | Try setting a maximum coverage version | Todd Leonhardt | 2020-01-04 | 1 | -1/+1 | |
|/ / / | ||||||
| * | | Updated style regular expression to not require digits | Kevin Van Brunt | 2019-12-19 | 1 | -2/+2 | |
| | | | ||||||
| * | | Renamed ansi_safe_wcswidth() to style_aware_wcswidth() | Kevin Van Brunt | 2019-12-19 | 9 | -32/+35 | |
| | | | | | | | | | | | | Renamed ansi_aware_write() to style_aware_write() | |||||
| * | | Merge branch 'master' into ansi_to_style | Kevin Van Brunt | 2019-12-19 | 5 | -64/+49 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #834 from python-cmd2/quote_script | Kevin Van Brunt | 2019-12-19 | 5 | -64/+49 | |
|\ \ \ | | | | | | | | | Quote script | |||||
| * | | | Updating unit tests | Kevin Van Brunt | 2019-12-17 | 1 | -0/+15 | |
| | | | | ||||||
| * | | | Updating unit tests | Kevin Van Brunt | 2019-12-17 | 3 | -63/+29 | |
| | | | | ||||||
| * | | | Fixed bug where startup script containing a single quote in its file name ↵ | Kevin Van Brunt | 2019-12-17 | 2 | -1/+5 | |
|/ / / | | | | | | | | | | was incorrectly quoted | |||||
| * | | Changed allow_ansi to allow_style for accuracy in what types of ANSI escape ↵ | Kevin Van Brunt | 2019-12-19 | 17 | -122/+126 | |
|/ / | | | | | | | sequences are handled | |||||
* | | Merge pull request #832 from python-cmd2/rstrip | Todd Leonhardt | 2019-12-10 | 3 | -15/+21 | |
|\ \ | | | | | | | Took out rstrip() calls that are no longer neeeded | |||||
| * \ | Merge branch 'master' into rstrip | Kevin Van Brunt | 2019-12-10 | 1 | -2/+2 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Increased code coverage in argparse_completer.py back to 100% | Kevin Van Brunt | 2019-12-10 | 1 | -2/+2 | |
| | | | ||||||
| * | | Increased code coverage | Kevin Van Brunt | 2019-12-10 | 1 | -11/+17 | |
| | | | ||||||
| * | | Took out more rstrip() calls that are no longer neeeded | Kevin Van Brunt | 2019-12-10 | 1 | -2/+2 | |
| | | | ||||||
| * | | Took out rstrip() calls that are no longer neeeded | Kevin Van Brunt | 2019-12-10 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #831 from python-cmd2/align_text0.9.22 | Kevin Van Brunt | 2019-12-09 | 6 | -46/+352 | |
|\ \ | | | | | | | Added text alignment functions | |||||
| * | | Fixed doc generation errors | Kevin Van Brunt | 2019-12-09 | 2 | -2/+9 | |
| | | | ||||||
| * | | Renamed functions based on code review comments. Fixed Python warnings. | Kevin Van Brunt | 2019-12-09 | 4 | -58/+60 | |
| | | | ||||||
| * | | Updated change log for release | Kevin Van Brunt | 2019-12-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added more unit tests for text alignment | Kevin Van Brunt | 2019-12-09 | 1 | -10/+28 | |
| | | | ||||||
| * | | Updated change log | Kevin Van Brunt | 2019-12-09 | 1 | -0/+2 | |
| | | | ||||||
| * | | Added more text alignment unit tests | Kevin Van Brunt | 2019-12-09 | 2 | -1/+14 | |
| | | | ||||||
| * | | Adding unit tests for text alignment functions | Kevin Van Brunt | 2019-12-09 | 2 | -31/+165 | |
| | | | ||||||
| * | | Updated center_text to support ansi escape sequences and characters with ↵ | Kevin Van Brunt | 2019-12-09 | 4 | -37/+167 | |
|/ / | | | | | | | | | | | display widths greater than 1. Also added left and right justification functions. | |||||
* | | Fixed typo | Kevin Van Brunt | 2019-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | Added missing information to 0.9.12 change log entry | Kevin Van Brunt | 2019-12-06 | 1 | -1/+3 | |
| | | ||||||
* | | Merge pull request #829 from python-cmd2/line_buffering | Kevin Van Brunt | 2019-12-06 | 2 | -9/+11 | |
|\ \ | | | | | | | Enabled line buffering when redirecting output to a file | |||||
| * | | Removed redundant line of code | Kevin Van Brunt | 2019-12-06 | 1 | -1/+0 | |
| | | | ||||||
| * | | Enabled line buffering when redirecting output to a file | Kevin Van Brunt | 2019-12-05 | 2 | -9/+12 | |
|/ / | ||||||
| * | Merge branch 'master' into generating_output_docs | kotfu | 2019-12-05 | 4 | -15/+22 | |
| |\ | |/ |/| | | | | | # Conflicts: # cmd2/ansi.py | |||||
* | | Updated change log | Kevin Van Brunt | 2019-12-04 | 1 | -2/+5 | |
| | | ||||||
* | | Removed bold from style_success | Kevin Van Brunt | 2019-12-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed typo in documentation | Kevin Van Brunt | 2019-12-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #827 from python-cmd2/printer_changes | Todd Leonhardt | 2019-12-03 | 1 | -7/+7 | |
|\ \ | | | | | | | Print function enhancements | |||||
| * | | Added self to perror() for consistency and ease of overriding | Kevin Van Brunt | 2019-12-03 | 1 | -7/+7 | |
|/ / | | | | | | | poutput(), perror(), and pwarning() can now be called with no args | |||||
* | | Merge pull request #825 from python-cmd2/parsers | Kevin Van Brunt | 2019-12-03 | 1 | -4/+8 | |
|\ \ | | | | | | | Gave names to parser variables for a few commands | |||||
| * | | Gave names to parser variables for a few commands so developers overriding ↵ | Kevin Van Brunt | 2019-12-02 | 1 | -4/+8 | |
|/ / | | | | | | | these commands can use the parsers | |||||
| * | Reorganize doc conventions | kotfu | 2019-11-30 | 1 | -46/+41 | |
| | | ||||||
| * | Spacing fix | kotfu | 2019-11-29 | 1 | -1/+0 | |
| | | ||||||
| * | Finish documenting settings and add new builtin_commands document | kotfu | 2019-11-29 | 4 | -29/+126 | |
| | | ||||||
| * | Clean out some unused cruft | kotfu | 2019-11-29 | 1 | -19/+5 | |
| | | ||||||
| * | Minor formatting cleanups | kotfu | 2019-11-29 | 2 | -12/+12 | |
| | | ||||||
| * | Finish generating_output and document output related settings | kotfu | 2019-11-29 | 2 | -57/+90 | |
| | |