summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Merged from master and resolved conflictsTodd Leonhardt2018-06-071-21/+44
|\
| * Merge branch 'master' into autocompleterTodd Leonhardt2018-06-071-11/+18
| |\
| | * OSError is enough to catch the errors we are concerned withKevin Van Brunt2018-06-071-2/+2
| | * Fixed a couple potential crashes on opening filesTodd Leonhardt2018-06-061-11/+18
| * | Writing completion header to sys.stdout instead of self.stdoutKevin Van Brunt2018-06-061-1/+1
| * | Added ability to print a header above tab-completion suggestionsKevin Van Brunt2018-06-061-0/+12
| * | display_matches is no longer restricted to delimited stringsKevin Van Brunt2018-06-061-15/+17
| |/
* | Allowing quoted paths when piping and redirectingKevin Van Brunt2018-06-071-1/+1
* | Fix unexpected redirection behaviorTodd Leonhardt2018-06-071-1/+1
|/
* Bumped version to 0.9.2a for twine upload testing on test.pypi.orgTodd Leonhardt2018-05-301-1/+1
* Update version to 0.9.1 for #4210.9.1kotfu2018-05-281-1/+1
* Update version to 0.9.0.1 for #421kotfu2018-05-281-1/+1
* Update version to 0.9.1rc1 to try and fix #421kotfu2018-05-281-1/+1
* Reverted preparse behavior to where it was (i.e. currently unused)Todd Leonhardt2018-05-271-1/+1
* Fixed bug where preparse() wasn't called before parsingTodd Leonhardt2018-05-271-10/+1
* Removed unused functionKevin Van Brunt2018-05-261-9/+0
* Merge branch 'master' into pyshell_readlineKevin Van Brunt2018-05-251-319/+40
|\
| * Make changes requested in PR #413kotfu2018-05-241-2/+8
| * Fix merge errorkotfu2018-05-231-2/+0
| * Merge branch 'master' into speedup_importkotfu2018-05-231-46/+76
| |\
| * | Move more code from cmd2.py into utils.pykotfu2018-05-061-98/+4
| * | Extract AddSubmenu() into it’s own modulekotfu2018-05-061-261/+0
| * | Defer 5 more importskotfu2018-05-061-7/+21
| * | Defer five importskotfu2018-05-061-6/+9
| * | Defer import of InteractiveConsolekotfu2018-05-061-1/+1
| * | Defer import of unittestkotfu2018-05-061-211/+3
* | | Updated comments and removed unneeded callKevin Van Brunt2018-05-251-8/+11
* | | Fixed issue where IPython was overwriting prompts and exception formatting in...Kevin Van Brunt2018-05-251-1/+25
* | | Made Python console tab complete from the correct namespace.Kevin Van Brunt2018-05-241-59/+58
* | | Clearing py's history before rebuilding itKevin Van Brunt2018-05-231-6/+8
* | | Added tab completion of Python identifiers when running the Python consoleKevin Van Brunt2018-05-231-6/+51
* | | Stopped sharing history between cmd2 and python consoleKevin Van Brunt2018-05-231-12/+48
| |/ |/|
* | Merge branch 'master' into pyscriptEric Lin2018-05-161-394/+132
|\ \
| * | Completing alias names in value field of alias command since aliases can be n...Kevin Van Brunt2018-05-151-3/+5
| * | Get rid of last hard-coded redirection constantskotfu2018-05-101-7/+4
| * | Remove cmd2.Cmd.redirector for #381kotfu2018-05-101-7/+12
| * | Extract submenu code to new projectkotfu2018-05-091-264/+0
| * | Updated warning messageKevin Van Brunt2018-05-081-4/+4
| * | Expanded readline warning to include other missing featuresKevin Van Brunt2018-05-081-3/+5
| * | Grouped readline code togetherKevin Van Brunt2018-05-081-14/+13
| * | Merge branch 'master' into ignore_identcharskotfu2018-05-071-12/+27
| |\ \
| | * | Added newline to warningKevin Van Brunt2018-05-071-1/+1
| | * | Added warning if tab completion will be disabled. Not allowing libeditKevin Van Brunt2018-05-071-12/+27
| | |/
| * | Make alias checking and command parsing use the same regexkotfu2018-05-071-23/+9
| * | Clarify comments for self.invalid_alias_patternkotfu2018-05-061-1/+4
| * | Merge branch 'master' into ignore_identcharskotfu2018-05-061-62/+8
| |\ \ | | |/
| | * Fixed commentKevin Van Brunt2018-05-061-2/+1
| | * Refactor parseline() for #380kotfu2018-05-051-54/+4
| | * Refactor self.complete() for #380kotfu2018-05-051-6/+3
| * | Don’t allow wierd characters in alias nameskotfu2018-05-061-0/+19