summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.9.2 in preparation for releaseTodd Leonhardt2018-06-281-1/+1
* Merge branch 'master' into autocompleterTodd Leonhardt2018-06-275-81/+94
|\
| * Fix bug for startup script with spacesTodd Leonhardt2018-06-261-1/+1
| * Merge branch 'master' into command_resultTodd Leonhardt2018-06-251-1/+0
| |\
| | * Removed unused class memberKevin Van Brunt2018-06-251-1/+0
| * | Deprecated CmdResult helper class and promoted CommandResultTodd Leonhardt2018-06-233-3/+4
| |/
| * Corrected how we force a redisplay in pyreadlineKevin Van Brunt2018-06-221-4/+6
| * Moved clipboard/pastebuffer functionality to new file clipboard.pyTodd Leonhardt2018-06-182-58/+58
| * Improved docstring for ppaged()Todd Leonhardt2018-06-161-0/+2
| * Altered behavior further to lean towards giving the developer more power over...Todd Leonhardt2018-06-161-15/+9
| * Dramatically changed the approach to this PRTodd Leonhardt2018-06-161-16/+29
| * Merge branch 'master' into ppaged_pager_envTodd Leonhardt2018-06-132-4/+9
| |\
| * | Added pager settable parameter to control the command used to display paged o...Todd Leonhardt2018-06-111-11/+13
* | | Added some explanation of CompletionItem usage in codeEric Lin2018-06-131-3/+30
| |/ |/|
* | Added a check to verify the existence of a descriptive header. Added a consta...Eric Lin2018-06-132-4/+9
|/
* Merge branch 'master' into type_hintingTodd Leonhardt2018-06-111-23/+21
|\
| * Added back bash_complete() helper function to argcomplete_bridge.pyTodd Leonhardt2018-06-091-0/+13
| * Removed apparently dead code from argcomplete_bridge.pyTodd Leonhardt2018-06-091-30/+15
* | Added .mypy_cache to .gitignoreTodd Leonhardt2018-06-102-28/+30
* | Added yet more type hintingTodd Leonhardt2018-06-103-83/+92
* | Added more type hintingTodd Leonhardt2018-06-091-64/+56
* | Working on improving type hintingTodd Leonhardt2018-06-095-117/+130
|/
* Merged from master and resolved conflictsTodd Leonhardt2018-06-072-21/+82
|\
| * 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
| * | Update to use new completion_header when returning completions in tabular for...Eric Lin2018-06-071-5/+3
| * | 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
| * | Adds possible support for tabular tab completion results.Eric Lin2018-06-061-0/+40
| |/
* | Allowing quoted paths when piping and redirectingKevin Van Brunt2018-06-072-5/+21
* | 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-254-319/+368
|\
| * Make changes requested in PR #413kotfu2018-05-243-11/+41
| * Oops, fixed another merge errorkotfu2018-05-231-263/+0
| * Add EmptyStatement exception to default importskotfu2018-05-231-1/+1
| * Fix merge errorkotfu2018-05-231-2/+0
| * Merge branch 'master' into speedup_importkotfu2018-05-237-136/+337
| |\
| * | Add Statement to default importkotfu2018-05-151-1/+1
| * | Move more code from cmd2.py into utils.pykotfu2018-05-062-98/+93
| * | Extract AddSubmenu() into it’s own modulekotfu2018-05-063-262/+264
| * | Defer 5 more importskotfu2018-05-061-7/+21