summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Improved macro documentationTodd Leonhardt2019-11-031-0/+10
| * Improved alias documentationfTodd Leonhardt2019-11-031-0/+8
| * Created a new documentation section on "Output redirection and pipes"Todd Leonhardt2019-11-036-38/+89
| * Added some clarifying extra info about using commands at invocationTodd Leonhardt2019-11-021-1/+6
| * Moved docs on "Commands at Invocation" and "Startup Script" from Miscellaneou...Todd Leonhardt2019-11-022-54/+53
| * Added documentation for empty sections of the Sphinx docsTodd Leonhardt2019-11-025-6/+219
|/
* Merge pull request #798 from python-cmd2/refactoringTodd Leonhardt2019-11-0211-273/+285
|\
| * Fixed building of docsKevin Van Brunt2019-10-313-8/+8
| * Made some cmd2 module constants cmd2.Cmd class constantsKevin Van Brunt2019-10-312-12/+12
| * Updated change logKevin Van Brunt2019-10-311-0/+4
| * Moving a bit of code around to shrink cmd2.pyKevin Van Brunt2019-10-316-253/+261
|/
* Merge pull request #796 from python-cmd2/set_progTodd Leonhardt2019-10-308-44/+69
|\
| * Merge branch 'master' into set_progTodd Leonhardt2019-10-303-29/+26
| |\ | |/ |/|
* | Merge pull request #795 from python-cmd2/history_editTodd Leonhardt2019-10-303-27/+21
|\ \
| * \ Merge branch 'master' into history_editTodd Leonhardt2019-10-302-2/+5
| |\ \ | |/ / |/| |
* | | Merge pull request #794 from python-cmd2/ipy_fixTodd Leonhardt2019-10-302-2/+5
|\ \ \
| * | | Updated change logKevin Van Brunt2019-10-301-0/+3
| * | | Only removing ipy from cmd2 instances instead of the class when use_ipython i...Kevin Van Brunt2019-10-301-2/+2
|/ / /
| * | do_history no longer calls do_edit since edit is a command that is commonly o...Kevin Van Brunt2019-10-303-27/+21
|/ /
| * Fixed warningKevin Van Brunt2019-10-301-0/+1
| * Updated change logKevin Van Brunt2019-10-301-0/+3
| * Removed all instances where a parser's prog attribute was being set since thi...Kevin Van Brunt2019-10-306-22/+22
| * Setting prog value of a command and its subcommand parsers to contain the com...Kevin Van Brunt2019-10-301-22/+43
|/
* Updated docstring of which to be more accurate in its purposeKevin Van Brunt2019-10-301-11/+11
* Merge pull request #790 from python-cmd2/appveyor_stuckTodd Leonhardt2019-10-191-1/+1
|\
| * Seeing if adding a "echo y |" unit test command helpsTodd Leonhardt2019-10-191-1/+1
|/
* Merge pull request #789 from python-cmd2/script_checkTodd Leonhardt2019-10-192-2/+7
|\
| * Updated change logKevin Van Brunt2019-10-181-0/+5
| * Send all startup script paths to run_script. Previously we didn't do this if theKevin Van Brunt2019-10-181-2/+2
|/
* Merge pull request #788 from python-cmd2/appveyor_buildTodd Leonhardt2019-10-171-15/+23
|\
| * Trying to add an init phaseTodd Leonhardt2019-10-171-0/+5
| * Fix typoTodd Leonhardt2019-10-171-1/+1
| * Trying to switch to Miniconda based PythonTodd Leonhardt2019-10-171-2/+2
| * Seeing if PYTHONBUFFERED helps overcome getting stuck at the keyboard interru...Todd Leonhardt2019-10-171-6/+6
| * Add/fix commentsTodd Leonhardt2019-10-171-7/+7
| * Try only building for Python 3.7 on WindowsTodd Leonhardt2019-10-171-5/+0
| * Don't try to build for Python 3.5 due to issue installing required mock depen...Todd Leonhardt2019-10-171-6/+1
| * Fix environment variable nameTodd Leonhardt2019-10-171-1/+1