| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Integrate freefeatures into new doc structure | kotfu | 2019-07-16 | 1 | -136/+0 |
| | | |||||
| * | Lots of work on the migrating documentation for #719 | kotfu | 2019-07-14 | 1 | -186/+0 |
| | | |||||
| * | Added autoclass documentation for cmd2.Cmd in cmd.rst | Todd Leonhardt | 2019-07-06 | 1 | -0/+5 |
| | | | | | This required whitespace tweaks to a number of docstrings. | ||||
| * | Add doc8 documentation style checking | kotfu | 2019-07-06 | 1 | -276/+80 |
| | | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
| * | Added a walkthrough of constructing a simple application to the overview | kotfu | 2019-07-05 | 1 | -2/+2 |
| | | | | | For #709 | ||||
| * | Skeleton doc structure complete for #709 | kotfu | 2019-07-02 | 1 | -14/+0 |
| | | |||||
| * | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 1 | -2/+2 |
| | | |||||
| * | Updated documentation | Kevin Van Brunt | 2019-06-15 | 1 | -20/+11 |
| | | |||||
| * | Removed support for cmd.cmdqueue | Kevin Van Brunt | 2019-06-11 | 1 | -2/+2 |
| | | | | | allow_cli_args is now an argument to __init__ instead of a cmd2 class member | ||||
| * | Add the -a/--all flag to the history command for showing all commands ↵ | Todd Leonhardt | 2019-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | including those persisted from previous sessions Also: - History class has been modified to keep track of the session start index - History class span(), str_search(), and regex_search() methods now take an optional 2nd boolean parameter `include_persisted` which determines whether or not commands persisted from previous sessions should be included by default - If a start index is manually specified, then it automatically includes the full search - Updates unit tests | ||||
| * | Addressed review comments | Todd Leonhardt | 2019-03-18 | 1 | -1/+5 |
| | | |||||
| * | Added load -r flag for recording a transcript based on a script file | Todd Leonhardt | 2019-03-18 | 1 | -0/+5 |
| | | | | | The load command now supports the -r/--record_transcript flag for recording a transcript file based on a script file. | ||||
| * | Negative ending history indices include the referenced command, instead of ↵ | kotfu | 2019-03-11 | 1 | -2/+3 |
| | | | | | excluding it | ||||
| * | Allow both history indices to be negative | kotfu | 2019-03-10 | 1 | -2/+1 |
| | | |||||
| * | Incorporating requested changes from the PR | kotfu | 2019-03-10 | 1 | -3/+7 |
| | | |||||
| * | Formatting clean up on history section | kotfu | 2019-03-10 | 1 | -61/+67 |
| | | |||||
| * | Merge branch 'history_improvements' of github.com:python-cmd2/cmd2 into ↵ | kotfu | 2019-03-10 | 1 | -18/+2 |
| |\ | | | | | | | history_improvements | ||||
| | * | Removed obsolete documentation | Kevin Van Brunt | 2019-03-10 | 1 | -18/+2 |
| | | | |||||
| * | | Add documentation for the history command. | kotfu | 2019-03-10 | 1 | -6/+194 |
| |/ | |||||
| * | Fixed wording in freefeatures.rst | Todd Leonhardt | 2019-03-04 | 1 | -1/+2 |
| | | |||||
| * | Merge master into with_argument_list and resolved conflicts | Todd Leonhardt | 2019-03-04 | 1 | -16/+9 |
| |\ | |||||
| | * | Updated docs | Kevin Van Brunt | 2019-03-02 | 1 | -0/+3 |
| | | | |||||
| | * | Updated CodeOwners file and fixed minor errors in freefeatures.rst | Todd Leonhardt | 2019-03-02 | 1 | -5/+4 |
| | | | |||||
| | * | Updated docs about comments | Kevin Van Brunt | 2019-03-01 | 1 | -12/+4 |
| | | | |||||
| * | | Updated CHANGELOG and fixed Sphinx docs | Todd Leonhardt | 2019-03-04 | 1 | -5/+4 |
| |/ | |||||
| * | Minor doc updates that fix a few typos and inaccuracies | Todd Leonhardt | 2019-02-06 | 1 | -1/+0 |
| | | |||||
| * | Refactored filtering in path_complete to use a function | Kevin Van Brunt | 2018-10-26 | 1 | -1/+1 |
| | | |||||
| * | First steps in converting all commands to argparse | Kevin Van Brunt | 2018-09-26 | 1 | -7/+3 |
| | | |||||
| * | Remove cmd2.Cmd.redirector for #381 | kotfu | 2018-05-10 | 1 | -21/+3 |
| | | |||||
| * | Fix broken Sphinx documentation | Todd Leonhardt | 2018-05-02 | 1 | -7/+7 |
| | | | | | All of the Sphinx autodoc/automethod documentation was broken since the cmd2.Cmd stuff got moved to cmd2.cmd2.Cmd when cmd2 got converted to a multi-file Python package. | ||||
| * | Merge branch 'test_merge' into test_ply_merge | Eric Lin | 2018-05-02 | 1 | -14/+47 |
| |\ | |||||
| | * | Updated some documentation. | Eric Lin | 2018-05-02 | 1 | -14/+47 |
| | | | |||||
| * | | Clean up documentation references to pyparsing | kotfu | 2018-04-29 | 1 | -6/+2 |
| |/ | |||||
| * | Removed reference to Python 2 and 2.7 in some sections of the documentation | Todd Leonhardt | 2018-04-15 | 1 | -5/+0 |
| | | |||||
| * | Deleted optparse code which had been previously deprecated in 0.8.0 release | Todd Leonhardt | 2018-04-09 | 1 | -4/+3 |
| | | | | | | Also: - Bumped version to 0.8.4 | ||||
| * | Addressed code review comments | Kevin Van Brunt | 2018-03-27 | 1 | -0/+5 |
| | | |||||
| * | Updated documentation | Kevin Van Brunt | 2018-03-25 | 1 | -3/+2 |
| | | |||||
| * | Fixed small typos and changed example code class name | Mark Lalor | 2018-03-17 | 1 | -4/+4 |
| | | |||||
| * | Added a tiny bit of documentation | Todd Leonhardt | 2018-03-17 | 1 | -0/+13 |
| | | |||||
| * | Added documentaion | Kevin Van Brunt | 2018-03-16 | 1 | -3/+3 |
| | | |||||
| * | Fix typos in freefeatures.rst | Mark Lalor | 2018-03-11 | 1 | -2/+2 |
| | | | | Changed "built-in" instead of "build-in" and fixed accidental capitalization of a letter. | ||||
| * | Removed abbrev attribute | Kevin Van Brunt | 2018-03-02 | 1 | -17/+0 |
| | | |||||
| * | Added optional persistent readline history feature | Todd Leonhardt | 2018-02-08 | 1 | -6/+9 |
| | | | | | | | | | | | | | - Including an example and info in the Sphinx docs Also: - Created CHANGELOG entry for 0.8.1 release - Added info to README about new sub-menu feature - Bumped version to 0.8.1 TODO: - Added a unit test for the persistent readline history feature | ||||
| * | Cleanup of documentation and examples | Todd Leonhardt | 2018-01-17 | 1 | -7/+4 |
| | | | | | Removed usage of and reference to attributes and commands which have now been removed. | ||||
| * | Improved documentation for how a user can modify comment grammar/style | Todd Leonhardt | 2017-09-22 | 1 | -1/+2 |
| | | | | | | | | Also: - Added arg_print.py example to demonstrate this - Bumped version to 0.7.8a - Updated CHANGELOG | ||||
| * | Documentation edits and revisions | Jared Crapo | 2017-08-22 | 1 | -0/+2 |
| | | |||||
| * | Revise and clean up documentation | Jared Crapo | 2017-08-21 | 1 | -1/+1 |
| | | |||||
| * | Write documentation for revised transcription feature | Jared Crapo | 2017-08-21 | 1 | -24/+10 |
| | | |||||
| * | Spelling of abbrev in Abbreviated commands section | ksunden | 2017-07-16 | 1 | -1/+1 |
| | | | | From "abrev" to "abbrev" | ||||
| * | Load command uses utf-8 encoding for opening files in Python 3 instead of ↵ | Todd Leonhardt | 2017-07-08 | 1 | -2/+8 |
| | | | | | | | OS-default This fixes a unit test bug where on Windows it was trying to load a utf-8 file as some other encoding starting with "cp". | ||||
