summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
|/