summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Changed default value for USE_ARG_LIST global to TrueTodd Leonhardt2017-06-141-3/+3
* pyscript now expands the script path before calling do_pyTodd Leonhardt2017-06-131-1/+1
* Added new pyscript commandTodd Leonhardt2017-06-131-0/+36
* Minor cleanupTodd Leonhardt2017-06-131-1/+1
* Ruggedized do_py by adding try/except/finallyTodd Leonhardt2017-06-131-46/+50
* Fixes a bug which caused transcript failures to display twiceTodd Leonhardt2017-06-131-2/+1
* Manually set readline delimiters to not include a dash ("-")Todd Leonhardt2017-06-091-0/+4
* Fix a bug in history commandTodd Leonhardt2017-06-041-2/+5
* Updated cmdenvironment commandTodd Leonhardt2017-06-031-3/+6
* Removed redundant list commandTodd Leonhardt2017-06-031-35/+14
* Made a few minor clarifying comment tweaksTodd Leonhardt2017-06-011-3/+5
* Added "exclude_from_help" list as a cmd2.Cmd public attributeTodd Leonhardt2017-06-011-1/+43
* Whitespace changesTodd Leonhardt2017-06-011-36/+39
* Moved _parsed into ParserManagerCatherine Devlin2017-05-301-49/+59
* Moved parser creation into ParserManagerCatherine Devlin2017-05-301-75/+105
* Adding parseline method backTodd Leonhardt2017-05-291-0/+31
* Merge branch 'master' of https://github.com/python-cmd2/cmd2Catherine Devlin2017-05-291-2/+2
|\
| * Fix corner case in command completion of shell commandsTodd Leonhardt2017-05-231-1/+1
| * Bumping version to 0.7.3aTodd Leonhardt2017-05-221-1/+1
* | Remove unused `parseline` methodCatherine Devlin2017-05-291-29/+3
|/
* Started moving stuff aroundTodd Leonhardt2017-05-221-70/+79
* Made several methods and attributes which an end user should never need to ca...Todd Leonhardt2017-05-221-36/+37
* Bumping version to 0.7.20.7.2Todd Leonhardt2017-05-221-1/+1
* Abbreviations are no longer accepted for multiline commandsTodd Leonhardt2017-05-201-2/+2
* Fixed a hard-coded path separatorTodd Leonhardt2017-05-181-2/+2
* Updated an example, features, and changes based on new support for path and c...Todd Leonhardt2017-05-171-6/+11
* Minor tweaksTodd Leonhardt2017-05-171-2/+2
* Tons of tab completion changesTodd Leonhardt2017-05-171-22/+181
* Improved local path completionTodd Leonhardt2017-05-161-26/+13
* Added path_complete() static method for local file system path completionTodd Leonhardt2017-05-161-0/+56
* Fix Windows unit testsTodd Leonhardt2017-05-111-1/+7
* Windows terminal doesn't use ANSI escape codesTodd Leonhardt2017-05-111-0/+4
* Added code to protect against GNU Readline bugTodd Leonhardt2017-05-111-1/+27
* Reverting change which prefers gnureadline if availableTodd Leonhardt2017-05-111-9/+0
* Added some checks to deal with unit testing on Windows systems with no readlineTodd Leonhardt2017-05-031-6/+15
* Try to import gnureadline and then if that fails import readlineTodd Leonhardt2017-05-031-17/+12
* Fixed transcript testing issuesTodd Leonhardt2017-04-261-43/+20
* Transcript testing now calls preloop() before and postloop() afterTodd Leonhardt2017-04-261-0/+7
* Don't throw exception when piping command output to a shell commandTodd Leonhardt2017-04-041-5/+11
* Added example of using a regular expression in a transcript test.Todd Leonhardt2017-03-161-7/+6
* Improved the CmdResult namedtuple subclassTodd Leonhardt2017-03-141-60/+76
* Minor whitespace tweaks to shorten a few really long lines.Todd Leonhardt2017-03-131-14/+17
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-18/+18
* Documentation updatesTodd Leonhardt2017-03-121-21/+30
* Finished code cleanup for nowTodd Leonhardt2017-03-121-130/+141
* More code cleanupTodd Leonhardt2017-03-121-19/+48
* Added a bunch of comments and deleted an unnecessary overridden method.Todd Leonhardt2017-03-121-4/+44
* Added a bunch of method and class comments.Todd Leonhardt2017-03-121-3/+69
* Code cleanupTodd Leonhardt2017-03-121-44/+104
* Code cleanupTodd Leonhardt2017-03-121-7/+38