Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Moved categorize() to utils.py and made set_parser_prog() non-public | Kevin Van Brunt | 2020-02-20 | 3 | -22/+23 | |
|/ / | ||||||
* | | Formatting update in change log | Kevin Van Brunt | 2020-02-19 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #894 from python-cmd2/release_prep0.10.1 | Kevin Van Brunt | 2020-02-19 | 2 | -5/+9 | |
|\ \ | | | | | | | Release prep | |||||
| * | | Updated change log for release | Kevin Van Brunt | 2020-02-19 | 1 | -1/+5 | |
| | | | ||||||
| * | | Renamed _autocomplete_default to _complete_argparse_command | Kevin Van Brunt | 2020-02-19 | 1 | -4/+4 | |
|/ / | ||||||
* | | Merge pull request #893 from python-cmd2/EmptyStatement_visibility | Kevin Van Brunt | 2020-02-19 | 10 | -31/+25 | |
|\ \ | | | | | | | Empty statement visibility adjustment | |||||
| * | | Updated CHANGELOG | Todd Leonhardt | 2020-02-18 | 1 | -1/+2 | |
| | | | ||||||
| * | | Oops forgot to commit a file | Todd Leonhardt | 2020-02-18 | 1 | -0/+12 | |
| | | | ||||||
| * | | Moved custom cmd2 exceptions to a separate file and removed them from public API | Todd Leonhardt | 2020-02-18 | 8 | -30/+11 | |
|/ / | ||||||
* | | Merge pull request #892 from python-cmd2/completion_updates | Todd Leonhardt | 2020-02-18 | 9 | -215/+223 | |
|\ \ | | | | | | | Completion updates | |||||
| * | | Redrawing the prompt when an exception occurs during tab completion | Kevin Van Brunt | 2020-02-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | Updated change log and comment | Kevin Van Brunt | 2020-02-18 | 2 | -1/+3 | |
| | | | ||||||
| * | | Removed extra new line in error message | Kevin Van Brunt | 2020-02-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added apply_style to CompletionError | Kevin Van Brunt | 2020-02-18 | 5 | -89/+33 | |
| | | | | | | | | | | | | Simplified error class structure in argparse_completer.py | |||||
| * | | Added use of CompletionError to basic completion example | Kevin Van Brunt | 2020-02-18 | 1 | -6/+23 | |
| | | | ||||||
| * | | Fixed issue where argparse completion errors were being rewrapped as ↵ | Kevin Van Brunt | 2020-02-18 | 3 | -9/+58 | |
| | | | | | | | | | | | | _ActionCompletionError in some cases | |||||
| * | | Updated unit test | Kevin Van Brunt | 2020-02-17 | 2 | -2/+6 | |
| | | | ||||||
| * | | Made CompletionError exception available to non-argparse tab completion | Kevin Van Brunt | 2020-02-17 | 8 | -149/+139 | |
| | | | ||||||
| * | | Renamed AutoCompleter to ArgparseCompleter for clarity | Kevin Van Brunt | 2020-02-17 | 6 | -52/+53 | |
|/ / | ||||||
* | | Merge pull request #890 from python-cmd2/complete_redirection | Kevin Van Brunt | 2020-02-17 | 3 | -30/+35 | |
|\ \ | | | | | | | Only tab complete after redirection tokens if redirection is allowed | |||||
| * | | Only tab complete after redirection tokens if redirection is allowed | Kevin Van Brunt | 2020-02-17 | 3 | -30/+35 | |
|/ / | ||||||
* | | Merge pull request #888 from python-cmd2/pyscript_fixes | Kevin Van Brunt | 2020-02-17 | 8 | -64/+99 | |
|\ \ | | | | | | | pyscript fixes | |||||
| * | | Updated documentation and tests | Kevin Van Brunt | 2020-02-17 | 3 | -2/+13 | |
| | | | ||||||
| * | | Updated change log | Kevin Van Brunt | 2020-02-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed bug where pyscripts could edit cmd2.Cmd.py_locals dictionary. | Kevin Van Brunt | 2020-02-14 | 8 | -64/+88 | |
|/ / | | | | | | | | | | | | | | | | | Fixed bug where cmd2 set sys.path[0] for a pyscript to its cwd instead of the script's directory. Fixed bug where sys.path was not being restored after a pyscript ran. Setting the following pyscript variables: __name__: __main__ __file__: script path (as typed) Removed do_py.run() function since it didn't handle arguments and offered no benefit over run_pyscript. | |||||
| * | Add API documentation for constants | kotfu | 2020-02-15 | 3 | -3/+37 | |
| | | ||||||
| * | Finish attribute documentation for Statement class | kotfu | 2020-02-14 | 1 | -5/+30 | |
| | | ||||||
| * | Add documentation of multiline_command attribute | kotfu | 2020-02-14 | 1 | -0/+5 | |
| | | ||||||
| * | Remove separate files for utility functions and classes | kotfu | 2020-02-14 | 3 | -6/+0 | |
| | | ||||||
| * | Add link to issue for more detail on how we determined our attribute ↵ | kotfu | 2020-02-14 | 1 | -0/+3 | |
| | | | | | | | | documentation approach | |||||
| * | Add documentation for parsing classes | kotfu | 2020-02-14 | 5 | -129/+152 | |
| | | ||||||
| * | move `categorize()` to `utils.py` and make `set_parser_prog` a private method | kotfu | 2020-02-14 | 4 | -22/+26 | |
| | | ||||||
| * | no - in tab-completion | kotfu | 2020-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' into api_docs | kotfu | 2020-02-14 | 27 | -492/+521 | |
| |\ | |/ |/| | | | | | | | # Conflicts: # cmd2/ansi.py # docs/features/completion.rst | |||||
* | | Merge pull request #887 from python-cmd2/completion_docs | Todd Leonhardt | 2020-02-13 | 19 | -414/+280 | |
|\ \ | | | | | | | Completion docs | |||||
| * | | Fixed missing import | Kevin Van Brunt | 2020-02-13 | 1 | -0/+2 | |
| | | | ||||||
| * | | Updated documentation | Kevin Van Brunt | 2020-02-13 | 1 | -5/+5 | |
| | | | ||||||
| * | | Finished argparse completion example | Kevin Van Brunt | 2020-02-13 | 1 | -21/+49 | |
| | | | ||||||
| * | | Wrote examples for CompletionError and CompletionItem | Kevin Van Brunt | 2020-02-13 | 1 | -13/+34 | |
| | | | ||||||
| * | | Using metavar in CompletionItem header if it has been set | Kevin Van Brunt | 2020-02-13 | 1 | -2/+4 | |
| | | | ||||||
| * | | Start of new argparse completion example | Kevin Van Brunt | 2020-02-13 | 1 | -0/+73 | |
| | | | ||||||
| * | | Removed dash from 'tab complete' string | Kevin Van Brunt | 2020-02-13 | 14 | -57/+57 | |
| | | | ||||||
| * | | Removed use of argparse from basic completion example | Kevin Van Brunt | 2020-02-13 | 1 | -46/+30 | |
| | | | ||||||
| * | | Overhauling tab completion examples | Kevin Van Brunt | 2020-02-12 | 6 | -284/+40 | |
|/ / | ||||||
* | | Merge pull request #886 from python-cmd2/truncate_with_style | Kevin Van Brunt | 2020-02-11 | 5 | -30/+139 | |
|\ \ | | | | | | | truncate_line not handling style sequences | |||||
| * | | Replaced unicode escape sequence for horizontal ellipsis with actual character | Kevin Van Brunt | 2020-02-11 | 1 | -1/+3 | |
| | | | ||||||
| * | | Fix optional type hint | Todd Leonhardt | 2020-02-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | typing.OrderedDict wasn't added until Python 3.7.2; so replace with Dict. | |||||
| * | | Allowing for colored fill char in align_text | Kevin Van Brunt | 2020-02-11 | 2 | -15/+44 | |
| | | | | | | | | | | | | Added function to index all style sequences found in a string | |||||
| * | | Whitespace | Kevin Van Brunt | 2020-02-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fixed bug where ANSI style sequences were not correctly handled in ↵ | Kevin Van Brunt | 2020-02-11 | 4 | -23/+100 | |
|/ / | | | | | | | utils.truncate_line() |