summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Change deprecated mock to mockerkotfu2018-12-061-6/+6
|/
* Merge pull request #609 from python-cmd2/perrorkmvanbrunt2018-12-064-28/+24
|\
| * Added to change logKevin Van Brunt2018-12-061-0/+3
| * Removed ERROR: text from perror outputKevin Van Brunt2018-12-063-28/+21
|/
* Merge pull request #607 from python-cmd2/flake8Todd Leonhardt2018-12-0658-95/+132
|\
| * Added flake8 invoke task to make it easy for developers to run flake8 locally...Todd Leonhardt2018-12-061-0/+8
| * Fix flake8 issuesTodd Leonhardt2018-12-0658-95/+124
|/
* Added some return type hintsKevin Van Brunt2018-12-051-9/+9
* Merge pull request #605 from python-cmd2/del_complete_helpTodd Leonhardt2018-12-031-4/+4
|\
| * Moved some class specific code out of __init__Kevin Van Brunt2018-12-031-4/+4
|/
* Merge pull request #604 from python-cmd2/tweakskmvanbrunt2018-12-033-60/+41
|\
| * Moved default_to_shell logic back to default()Kevin Van Brunt2018-12-031-17/+14
| * Made it so default_to_shell results in do_shell being called so that output c...Kevin Van Brunt2018-11-303-64/+48
|/
* Fixed bug in example caused by a keyword argument being used with dict.get()Kevin Van Brunt2018-11-301-1/+1
* Updated commentKevin Van Brunt2018-11-301-4/+4
* Merge pull request #600 from cclauss/patch-2Todd Leonhardt2018-11-181-2/+9
|\
| * --exclude=./.*cclauss2018-11-191-2/+2
| * 3 seconds is a reasonable runtime.cclauss2018-11-191-2/+2
| * flake8 . --count --exclude=./.,./examples,./testscclauss2018-11-191-2/+2
| * flake8 . --count --exclude=./examples,./testscclauss2018-11-181-1/+1
| * Travis CI: Use flake8 to find syntax errors and undefined namescclauss2018-11-181-2/+9
|/
* Merge pull request #599 from cclauss/patch-1Todd Leonhardt2018-11-171-0/+1
|\
| * Undefined names: from colorama import Fore, Backcclauss2018-11-181-0/+1
|/