| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restored called to expanduser in do_edit() instead of relying on do_shell() ↵0.9.10 | Kevin Van Brunt | 2019-02-22 | 2 | -2/+6 |
| | | | | | | | to do it. This should prevent issues if someone has an overridden do_shell() that doesn't expand ~ in paths. | ||||
| * | Fixed unit test that was hanging on Windows | Kevin Van Brunt | 2019-02-22 | 1 | -4/+8 |
| | | |||||
| * | Updated macro documentation0.9.9 | Kevin Van Brunt | 2019-02-21 | 4 | -8/+6 |
| | | |||||
| * | Merge pull request #628 from python-cmd2/simplify_edit | kmvanbrunt | 2019-02-21 | 3 | -26/+25 |
| |\ | | | | | Removed os.system in favor of do_shell | ||||
| | * | Updated change log | Kevin Van Brunt | 2019-02-21 | 1 | -1/+3 |
| | | | |||||
| | * | Removed os.system in favor of do_shell | Kevin Van Brunt | 2019-02-21 | 2 | -25/+22 |
| |/ | |||||
| * | Merge pull request #627 from python-cmd2/tab_settables | kmvanbrunt | 2019-02-20 | 12 | -21/+46 |
| |\ | | | | | Tab settables | ||||
| | * | Merge branch 'master' into tab_settables | kmvanbrunt | 2019-02-20 | 0 | -0/+0 |
| | |\ | |/ |/| | |||||
| * | | No longer sorting settable during initialization since the show method ↵ | Kevin Van Brunt | 2019-02-20 | 1 | -6/+1 |
| | | | | | | | | | already sorts it results | ||||
| | * | Changed examples to reflect that settable doesn't need to be updated before ↵ | Kevin Van Brunt | 2019-02-20 | 9 | -18/+32 |
| | | | | | | | | | calling init() | ||||
| | * | No longer sorting settable during initialization since the show method ↵ | Kevin Van Brunt | 2019-02-20 | 1 | -6/+1 |
| | | | | | | | | | already sorts it results | ||||
| | * | Added unit test | Kevin Van Brunt | 2019-02-20 | 1 | -0/+3 |
| | | | |||||
| | * | Added bug fix to change log | Kevin Van Brunt | 2019-02-20 | 1 | -0/+4 |
| | | | |||||
| | * | Fixed bug where items tab completed in set were not current | Kevin Van Brunt | 2019-02-20 | 1 | -3/+7 |
| |/ | |||||
| * | Fixed examples | Kevin Van Brunt | 2019-02-08 | 2 | -3/+3 |
| | | |||||
| * | Merge pull request #624 from python-cmd2/doc_updates0.9.8 | Todd Leonhardt | 2019-02-06 | 3 | -8/+9 |
| |\ | | | | | Minor doc updates that fix a few typos and inaccuracies | ||||
| | * | Minor doc updates that fix a few typos and inaccuracies | Todd Leonhardt | 2019-02-06 | 3 | -8/+9 |
| |/ | |||||
| * | Merge pull request #623 from python-cmd2/pyscript_quit | Todd Leonhardt | 2019-02-06 | 3 | -26/+46 |
| |\ | | | | | Fixed issue where calling exit() or quit() from a pyscript would close the whole console | ||||
| | * | Suppress KeyboardInterrupt in portions of py/pyscript where the interactive ↵ | Kevin Van Brunt | 2019-02-06 | 1 | -141/+157 |
| | | | | | | | | | console isn't running | ||||
| | * | Fixed issue where calling exit() or quit() from a pyscript would close the ↵ | Kevin Van Brunt | 2019-02-06 | 3 | -140/+144 |
| |/ | | | | whole console | ||||
| * | Fixed comment | Kevin Van Brunt | 2019-02-06 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #619 from python-cmd2/string_stream | kmvanbrunt | 2019-01-24 | 3 | -7/+11 |
| |\ | | | | | Fixed buffering issue when echoing StdSim data | ||||
| | * | Increased code coverage | Kevin Van Brunt | 2019-01-24 | 1 | -1/+1 |
| | | | |||||
| | * | Added StdSim bug fix | Kevin Van Brunt | 2019-01-24 | 1 | -0/+5 |
| | | | |||||
| | * | Echoing string data directly to inner_stream instead of inner_stream.buffer ↵ | Kevin Van Brunt | 2019-01-24 | 1 | -6/+5 |
| |/ | | | | to make sure line buffering is respected | ||||
| * | Corrected steps to publish a release0.9.7 | Kevin Van Brunt | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Updated change log for 0.9.7 release | Kevin Van Brunt | 2019-01-08 | 1 | -2/+3 |
| | | |||||
| * | Merge pull request #617 from python-cmd2/completion | kmvanbrunt | 2019-01-08 | 1 | -2/+3 |
| |\ | | | | | Added tab completion of paths to pyscript script arguments | ||||
| | * | Added tab completion of paths to pyscript script arguments | Kevin Van Brunt | 2019-01-08 | 1 | -2/+3 |
| |/ | |||||
| * | Merge pull request #616 from igorzakhar/fix/readme-examples | Todd Leonhardt | 2019-01-04 | 1 | -0/+3 |
| |\ | | | | | Added blank lines between code blocks in code examples | ||||
| | * | Added blank lines between code blocks in code examples | igorzakhar | 2019-01-04 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #615 from python-cmd2/help_script_updates | kmvanbrunt | 2018-12-21 | 1 | -12/+33 |
| |\ | | | | | Added help summary and a separate label for commands and topics | ||||
| | * | Added help summary and a separate label for commands and topics | Kevin Van Brunt | 2018-12-21 | 1 | -12/+33 |
| |/ | |||||
| * | Merge pull request #614 from python-cmd2/help_text_script | kmvanbrunt | 2018-12-21 | 3 | -1/+94 |
| |\ | | | | | Help text script | ||||
| | * | Updated change log | Kevin Van Brunt | 2018-12-21 | 1 | -1/+1 |
| | | | |||||
| | * | Improved comment | Kevin Van Brunt | 2018-12-21 | 1 | -1/+3 |
| | | | |||||
| | * | Removed newlines | Kevin Van Brunt | 2018-12-21 | 1 | -3/+1 |
| | | | |||||
| | * | Added bug fix about cmd_echo | Kevin Van Brunt | 2018-12-21 | 1 | -0/+1 |
| | | | |||||
| | * | Restored default behavior of setting cmd_echo to False before running a py ↵ | Kevin Van Brunt | 2018-12-21 | 1 | -0/+4 |
| | | | | | | | | | script | ||||
| | * | Refactored script to use app() | Kevin Van Brunt | 2018-12-21 | 1 | -32/+27 |
| | | | |||||
| | * | Updated documentation | Kevin Van Brunt | 2018-12-20 | 1 | -2/+2 |
| | | | |||||
| | * | Refactored script and made OS independent by removing rm calls | Kevin Van Brunt | 2018-12-20 | 1 | -26/+40 |
| | | | |||||
| | * | Added labels for each command help text | Kevin Van Brunt | 2018-12-20 | 1 | -2/+13 |
| | | | |||||
| | * | Fixing flake8 warning | Kevin Van Brunt | 2018-12-20 | 1 | -0/+1 |
| | | | |||||
| | * | Added new example script that saves help text to a file | Kevin Van Brunt | 2018-12-20 | 1 | -0/+67 |
| |/ | |||||
| * | Merge pull request #612 from python-cmd2/select_zero | Todd Leonhardt | 2018-12-13 | 3 | -2/+30 |
| |\ | | | | | Fixed bug in cmd2.Cmd.select() when user enters 0 or negative number | ||||
| | * | Fixed typos in comments | Todd Leonhardt | 2018-12-13 | 1 | -2/+2 |
| | | | |||||
| | * | Updated CHANGELOG | Todd Leonhardt | 2018-12-13 | 1 | -0/+2 |
| | | | |||||
| | * | Fixed bug in cmd2.Cmd.select() when user enters 0 or negative number | Todd Leonhardt | 2018-12-13 | 2 | -1/+27 |
| |/ | |||||
| * | Merge pull request #610 from python-cmd2/pytestupdates | Todd Leonhardt | 2018-12-07 | 3 | -11/+12 |
| |\ | | | | | Fix pytest deprecation warnings | ||||
