summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated macro documentation0.9.9Kevin Van Brunt2019-02-214-8/+6
* Merge pull request #628 from python-cmd2/simplify_editkmvanbrunt2019-02-213-26/+25
|\
| * Updated change logKevin Van Brunt2019-02-211-1/+3
| * Removed os.system in favor of do_shellKevin Van Brunt2019-02-212-25/+22
|/
* Merge pull request #627 from python-cmd2/tab_settableskmvanbrunt2019-02-2012-21/+46
|\
| * Merge branch 'master' into tab_settableskmvanbrunt2019-02-200-0/+0
| |\ | |/ |/|
* | No longer sorting settable during initialization since the show method alread...Kevin Van Brunt2019-02-201-6/+1
| * Changed examples to reflect that settable doesn't need to be updated before c...Kevin Van Brunt2019-02-209-18/+32
| * No longer sorting settable during initialization since the show method alread...Kevin Van Brunt2019-02-201-6/+1
| * Added unit testKevin Van Brunt2019-02-201-0/+3
| * Added bug fix to change logKevin Van Brunt2019-02-201-0/+4
| * Fixed bug where items tab completed in set were not currentKevin Van Brunt2019-02-201-3/+7
|/
* Fixed examplesKevin Van Brunt2019-02-082-3/+3
* Merge pull request #624 from python-cmd2/doc_updates0.9.8Todd Leonhardt2019-02-063-8/+9
|\
| * Minor doc updates that fix a few typos and inaccuraciesTodd Leonhardt2019-02-063-8/+9
|/
* Merge pull request #623 from python-cmd2/pyscript_quitTodd Leonhardt2019-02-063-26/+46
|\
| * Suppress KeyboardInterrupt in portions of py/pyscript where the interactive c...Kevin Van Brunt2019-02-061-141/+157
| * Fixed issue where calling exit() or quit() from a pyscript would close the wh...Kevin Van Brunt2019-02-063-140/+144
|/
* Fixed commentKevin Van Brunt2019-02-061-1/+1
* Merge pull request #619 from python-cmd2/string_streamkmvanbrunt2019-01-243-7/+11
|\
| * Increased code coverageKevin Van Brunt2019-01-241-1/+1
| * Added StdSim bug fixKevin Van Brunt2019-01-241-0/+5
| * Echoing string data directly to inner_stream instead of inner_stream.buffer t...Kevin Van Brunt2019-01-241-6/+5
|/
* Corrected steps to publish a release0.9.7Kevin Van Brunt2019-01-081-1/+1
* Updated change log for 0.9.7 releaseKevin Van Brunt2019-01-081-2/+3
* Merge pull request #617 from python-cmd2/completionkmvanbrunt2019-01-081-2/+3
|\
| * Added tab completion of paths to pyscript script argumentsKevin Van Brunt2019-01-081-2/+3
|/
* Merge pull request #616 from igorzakhar/fix/readme-examplesTodd Leonhardt2019-01-041-0/+3
|\
| * Added blank lines between code blocks in code examplesigorzakhar2019-01-041-0/+3
|/
* Merge pull request #615 from python-cmd2/help_script_updateskmvanbrunt2018-12-211-12/+33
|\
| * Added help summary and a separate label for commands and topicsKevin Van Brunt2018-12-211-12/+33
|/
* Merge pull request #614 from python-cmd2/help_text_scriptkmvanbrunt2018-12-213-1/+94
|\
| * Updated change logKevin Van Brunt2018-12-211-1/+1
| * Improved commentKevin Van Brunt2018-12-211-1/+3
| * Removed newlinesKevin Van Brunt2018-12-211-3/+1
| * Added bug fix about cmd_echoKevin Van Brunt2018-12-211-0/+1
| * Restored default behavior of setting cmd_echo to False before running a py sc...Kevin Van Brunt2018-12-211-0/+4
| * Refactored script to use app()Kevin Van Brunt2018-12-211-32/+27
| * Updated documentationKevin Van Brunt2018-12-201-2/+2
| * Refactored script and made OS independent by removing rm callsKevin Van Brunt2018-12-201-26/+40
| * Added labels for each command help textKevin Van Brunt2018-12-201-2/+13
| * Fixing flake8 warningKevin Van Brunt2018-12-201-0/+1
| * Added new example script that saves help text to a fileKevin Van Brunt2018-12-201-0/+67
|/
* Merge pull request #612 from python-cmd2/select_zeroTodd Leonhardt2018-12-133-2/+30
|\
| * Fixed typos in commentsTodd Leonhardt2018-12-131-2/+2
| * Updated CHANGELOGTodd Leonhardt2018-12-131-0/+2
| * Fixed bug in cmd2.Cmd.select() when user enters 0 or negative numberTodd Leonhardt2018-12-132-1/+27
|/
* Merge pull request #610 from python-cmd2/pytestupdatesTodd Leonhardt2018-12-073-11/+12
|\
| * Add junit to ignored directorieskotfu2018-12-061-0/+1
| * Fix Deprecation warnings for escape sequenceskotfu2018-12-061-5/+5