summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Added title subcommand groupsKevin Van Brunt2018-10-041-2/+2
|/
* Fixed issue introduced in the recent batch of changes that appended to histor...Kevin Van Brunt2018-10-041-2/+2
* Updated docstringKevin Van Brunt2018-10-031-2/+2
* Merge pull request #564 from python-cmd2/stdsim_binaryTodd Leonhardt2018-10-032-12/+36
|\
| * Updated docstringKevin Van Brunt2018-10-031-2/+2
| * Added unit tests for new methods of StdSimTodd Leonhardt2018-10-031-0/+10
| * Made encode and error class members of StdSimKevin Van Brunt2018-10-031-20/+20
| * Fixed error where binary data was crashing getvalue. Added accessor methods f...Kevin Van Brunt2018-10-031-13/+27
|/
* Merge pull request #560 from python-cmd2/py_enhancementsTodd Leonhardt2018-10-034-74/+85
|\
| * Added unit test for valid case of calling is_valid_command()Todd Leonhardt2018-10-031-6/+12
| * Tweaked some error stringsKevin Van Brunt2018-10-031-2/+2
| * Added unit test for is_valid_commandKevin Van Brunt2018-10-031-0/+26
| * Merge branch 'master' into py_enhancementsTodd Leonhardt2018-10-032-57/+68
| |\ | |/ |/|
* | Merge pull request #563 from python-cmd2/help_summaryTodd Leonhardt2018-10-032-57/+68
|\ \
| * | Added unit test for categorized command without a docstringKevin Van Brunt2018-10-031-1/+7
| * | Updated commentKevin Van Brunt2018-10-031-2/+2
| * | Commands with categories will no longer show in the 'Undocumented commands' s...Kevin Van Brunt2018-10-031-22/+32
| * | Don't recognize help functions for argparse commandsKevin Van Brunt2018-10-031-7/+7
| * | Fixed argparse help summary when no docstring was providedKevin Van Brunt2018-10-031-33/+28
|/ /
| * Returned cmd_echo default to False except when running a Python command at th...Kevin Van Brunt2018-10-0220-1/+21
| * Improved documentationKevin Van Brunt2018-10-021-3/+5
| * Don't worry about unquoting alias and macro names as they shouldn't be entere...Kevin Van Brunt2018-10-022-56/+10
| * Default cmd_echo to True in PyscriptBridge so things like 'py app.help()' wil...Kevin Van Brunt2018-10-0219-23/+5
| * Changed PyscriptBridge.__getattr__ to raise Attribute error for non-commandsKevin Van Brunt2018-10-021-2/+6
| * Changed default() to print the actual command run for unknown syntax errors.Kevin Van Brunt2018-10-021-12/+6
| * Added echo parameter for calling commands from PyscriptKevin Van Brunt2018-10-022-8/+31
|/
* Merge pull request #559 from python-cmd2/selfTodd Leonhardt2018-10-012-1/+20
|\
| * Remove self from pystate if locals_in_py is FalseKevin Van Brunt2018-10-012-1/+20
|/
* Merge pull request #556 from python-cmd2/preserve_quotesTodd Leonhardt2018-10-012-4/+11
|\
| * Preserving quotes for do_py inputKevin Van Brunt2018-10-012-4/+11
|/
* Merge pull request #555 from python-cmd2/transcript_fixesTodd Leonhardt2018-09-306-4/+28
|\
| * Fixed transcript testing bug where last command in transcript has no expected...Todd Leonhardt2018-09-305-2/+14
| * Merge branch 'master' into transcript_fixesTodd Leonhardt2018-09-302-11/+6
| |\ | |/ |/|
* | Merge pull request #554 from python-cmd2/cleanupTodd Leonhardt2018-09-302-11/+6
|\ \
| * | Change TBD release date of 0.9.5 to be in October 2018Todd Leonhardt2018-09-301-1/+1
| * | Small refactoringKevin Van Brunt2018-09-301-10/+5
|/ /
| * Merged master into transcript_fixes branch and resolved conflictsTodd Leonhardt2018-09-3049-1245/+3244
| |\ | |/ |/|
* | Merge pull request #553 from python-cmd2/argparse_conversionTodd Leonhardt2018-09-288-260/+324
|\ \
| * | Added more code coverage with unit testsKevin Van Brunt2018-09-282-0/+21
| * | Added unit test for onchange_hookKevin Van Brunt2018-09-281-0/+24
| * | Added more code coverageKevin Van Brunt2018-09-281-0/+9
| * | Addressing code review commentsKevin Van Brunt2018-09-281-4/+4
| * | Added that we converted everything to argparseKevin Van Brunt2018-09-281-1/+1
| * | Merge branch 'master' into argparse_conversionTodd Leonhardt2018-09-280-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #550 from python-cmd2/macroTodd Leonhardt2018-09-2821-321/+1060
|\ \ \
| * | | Made hooks.py executableTodd Leonhardt2018-09-281-0/+0
| * | | Updated abbreviation example to use new cmd2 function to resolve command func...Kevin Van Brunt2018-09-281-5/+5
| * | | Refactored functions to use cmd2.cmd_func()Kevin Van Brunt2018-09-281-15/+15
| | * | Made hooks.py executableTodd Leonhardt2018-09-281-0/+0
| | * | Updated abbreviation example to use new cmd2 function to resolve command func...Kevin Van Brunt2018-09-281-5/+5