summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated change log for release0.9.21Kevin Van Brunt2019-11-261-2/+1
* Escaped some underscores in changelogKevin Van Brunt2019-11-261-1/+1
* Merge pull request #818 from python-cmd2/readline_warningKevin Van Brunt2019-11-254-14/+29
|\
| * Simplified line of codeKevin Van Brunt2019-11-251-2/+1
| * Added # pragma: no cover to some code in rl_utilsKevin Van Brunt2019-11-241-2/+2
| * Fixed flake8 warningKevin Van Brunt2019-11-241-2/+2
| * Added documentationKevin Van Brunt2019-11-241-1/+2
| * Updated warning textKevin Van Brunt2019-11-241-1/+1
| * Added exception handling to account for non-standard Python environments in w...Kevin Van Brunt2019-11-243-13/+28
|/
* Merge pull request #817 from python-cmd2/pwarningKevin Van Brunt2019-11-233-4/+52
|\
| * Added apply_style to pwarning()Kevin Van Brunt2019-11-233-4/+52
|/
* Merge pull request #813 from python-cmd2/pyscript_docsKevin Van Brunt2019-11-231-2/+26
|\
| * Merge branch 'master' into pyscript_docsTodd Leonhardt2019-11-232-44/+56
| |\ | |/ |/|
* | Merge pull request #816 from python-cmd2/pfeedbackTodd Leonhardt2019-11-232-44/+56
|\ \
| * | Fixed 2 bugs in ppaged():Kevin Van Brunt2019-11-231-4/+8
| * | Updated arguments to pfeedback and ppaged for consistency with other cmd2 pri...Kevin Van Brunt2019-11-232-43/+51
|/ /
| * Merge branch 'master' into pyscript_docsTodd Leonhardt2019-11-227-20/+118
| |\ | |/ |/|
* | Merge pull request #812 from python-cmd2/custom_parserTodd Leonhardt2019-11-227-20/+118
|\ \
| * | Added unit test for overriding default parserKevin Van Brunt2019-11-191-0/+17
| * | Added capability to override the argument parser class used by cmd2 built-in ...Kevin Van Brunt2019-11-196-20/+101
|/ /
| * Merge branch 'master' into pyscript_docsTodd Leonhardt2019-11-194-25/+38
| |\ | |/ |/|
* | Merge pull request #811 from python-cmd2/win_fixKevin Van Brunt2019-11-194-25/+38
|\ \
| * | Reformatted warning messageKevin Van Brunt2019-11-181-3/+3
| * | Fixed bug where pipe processes were not being stopped by Ctrl-C on WindowsKevin Van Brunt2019-11-184-22/+35
|/ /
| * Started adding Pyscript documentationTodd Leonhardt2019-11-171-2/+26
|/
* Merge pull request #810 from python-cmd2/read_inputTodd Leonhardt2019-11-174-221/+245
|\
| * Fixed sphinx doc errorKevin Van Brunt2019-11-171-3/+2
| * Fixed ProcessLookupErrorKevin Van Brunt2019-11-171-1/+5
| * Updating unit testsKevin Van Brunt2019-11-171-0/+12
| * Updating unit testsKevin Van Brunt2019-11-171-0/+18
| * Fixed bug where pipe processes were not being stopped by Ctrl-C on Linux/MacKevin Van Brunt2019-11-172-3/+6
| * Updating unit testsKevin Van Brunt2019-11-172-120/+76
| * Updated comments and change logKevin Van Brunt2019-11-162-2/+7
| * Merge branch 'master' into read_inputKevin Van Brunt2019-11-162-0/+40
| |\ | |/ |/|
* | Merge pull request #809 from python-cmd2/docs_packagingKevin Van Brunt2019-11-162-0/+40
|\ \
| * | Added a documentation section on packaging cmd2 applications for distributionTodd Leonhardt2019-11-162-0/+40
|/ /
| * Updating unit testsKevin Van Brunt2019-11-162-44/+46
| * Added cmd2-specific input() function that reads from the correct stdin and ca...Kevin Van Brunt2019-11-161-67/+92
|/
* Merge pull request #806 from python-cmd2/fix_tests0.9.20Kevin Van Brunt2019-11-121-13/+4
|\
| * Put an end time for timeout command just as a precautionKevin Van Brunt2019-11-121-2/+2
| * Fixing unit tests that were causing problems on the test serversKevin Van Brunt2019-11-121-13/+4
|/
* Preparing for a releaseKevin Van Brunt2019-11-121-1/+1
* Fixing Windows unit test that hangs on AppVeyor due to a KeyboardInterruptKevin Van Brunt2019-11-122-3/+14
* Merge pull request #804 from python-cmd2/sane_fixKevin Van Brunt2019-11-112-1/+2
|\
| * Fix bug where cmd2 ran 'stty sane' command when stdin was not a terminalKevin Van Brunt2019-11-112-1/+2
|/
* Merge pull request #799 from python-cmd2/doc_updatesTodd Leonhardt2019-11-0819-98/+551
|\
| * Fixed typosKevin Van Brunt2019-11-062-2/+2
| * Fixed documentation in regards to CompletionItemTodd Leonhardt2019-11-041-2/+3
| * Minor update to embedded python shells docsTodd Leonhardt2019-11-032-1/+3
| * Improved documentation for Argument Parsing and Tab-CompletionTodd Leonhardt2019-11-034-4/+168