| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated CHANGELOG on python2 branch in preparation for 0.8.6 release0.8.6 | Todd Leonhardt | 2018-05-27 | 1 | -2/+5 |
| | | |||||
| * | Adding main.py to python2 branch for manual testing with ipy enabled | Todd Leonhardt | 2018-05-27 | 1 | -0/+12 |
| | | |||||
| * | Merge pull request #418 from python-cmd2/quick_pr | kmvanbrunt | 2018-05-26 | 1 | -1/+1 |
| |\ | | | | | Fixed header in documentation | ||||
| | * | Fixed header in documentation | Kevin Van Brunt | 2018-05-26 | 1 | -1/+1 |
| |/ | |||||
| * | Added changes related to py console | Kevin Van Brunt | 2018-05-26 | 1 | -2/+7 |
| | | |||||
| * | Updated the py console to tab complete Python identifiers and have its own ↵ | Kevin Van Brunt | 2018-05-26 | 1 | -18/+161 |
| | | | | | history | ||||
| * | Merge pull request #401 from python-cmd2/complete_alias-py2 | Todd Leonhardt | 2018-05-15 | 1 | -2/+5 |
| |\ | | | | | Completing alias names in value field of alias command since aliases … | ||||
| | * | Completing alias names in value field of alias command since aliases can be ↵ | Kevin Van Brunt | 2018-05-15 | 1 | -2/+5 |
| |/ | | | | nested | ||||
| * | Removed test code | Kevin Van Brunt | 2018-05-15 | 1 | -2/+2 |
| | | |||||
| * | Changed readline warning message | Kevin Van Brunt | 2018-05-08 | 1 | -5/+6 |
| | | |||||
| * | Merge pull request #396 from python-cmd2/readline_warning_py2 | Todd Leonhardt | 2018-05-08 | 1 | -17/+30 |
| |\ | | | | | Readline warning py2 | ||||
| | * | Removed color | Kevin Van Brunt | 2018-05-07 | 1 | -1/+1 |
| | | | |||||
| | * | Backporting readline warning | Kevin Van Brunt | 2018-05-07 | 1 | -17/+30 |
| |/ | |||||
| * | Merge pull request #378 from python-cmd2/p2_submenu_fix | kmvanbrunt | 2018-04-28 | 1 | -32/+35 |
| |\ | | | | | Subcommand tab completion fix | ||||
| | * | Fixed issue where completion display function was overwritten when a submenu ↵ | Kevin Van Brunt | 2018-04-28 | 1 | -32/+35 |
| |/ | | | | | | quits. Fixed issue where submenus did not pass up all completion parameters to complete(). | ||||
| * | No longer running test_path_completion_complete_user unit test on Windows | Kevin Van Brunt | 2018-04-26 | 1 | -5/+6 |
| | | |||||
| * | Merge pull request #365 from python-cmd2/bugfix/364 | Todd Leonhardt | 2018-04-21 | 4 | -52/+239 |
| |\ | | | | | Backport bugfix related to help completion on commands using with_arg… | ||||
| | * | Added to changelog. Maybe fixed mock import on 2.7 | Eric Lin | 2018-04-21 | 2 | -2/+5 |
| | | | |||||
| | * | Backport bugfix related to help completion on commands using ↵ | Eric Lin | 2018-04-20 | 3 | -51/+235 |
| |/ | | | | with_argparser_and_unknown_args. | ||||
| * | Created python2 branch for 0.8.x bug fix releases | Todd Leonhardt | 2018-04-15 | 5 | -4/+8 |
| | | | | | | Also: - Bumped version to 0.8.6 on this branch | ||||
| * | Updated the upload code within fabfile so that both source and wheel ↵ | Todd Leonhardt | 2018-04-15 | 1 | -1/+1 |
| | | | | | distributions get uploaded to PyPI | ||||
| * | Updated build step in fabfile to include both source and wheel distributions0.8.5 | Todd Leonhardt | 2018-04-15 | 1 | -1/+1 |
| | | |||||
| * | Updated how opening quote addition works | Kevin Van Brunt | 2018-04-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #353 from python-cmd2/unhackify | kmvanbrunt | 2018-04-15 | 8 | -198/+272 |
| |\ | | | | | Unhackify | ||||
| | * | Comment change | Kevin Van Brunt | 2018-04-15 | 1 | -1/+1 |
| | | | |||||
| | * | Comment update | Kevin Van Brunt | 2018-04-15 | 1 | -1/+1 |
| | | | |||||
| | * | Renamed variable to match what its called in cmd2.py | Kevin Van Brunt | 2018-04-15 | 1 | -6/+6 |
| | | | |||||
| | * | Updated comments and examples | Kevin Van Brunt | 2018-04-15 | 3 | -3/+4 |
| | | | |||||
| | * | More unit tests and comments | Kevin Van Brunt | 2018-04-15 | 2 | -3/+21 |
| | | | |||||
| | * | More opening quote unit tests | Kevin Van Brunt | 2018-04-15 | 1 | -3/+63 |
| | | | |||||
| | * | Unit tests for adding opening quote | Kevin Van Brunt | 2018-04-15 | 1 | -18/+68 |
| | | | |||||
| | * | Improving documentation | Kevin Van Brunt | 2018-04-14 | 1 | -11/+18 |
| | | | |||||
| | * | Still hammering out adding an opening quote | Kevin Van Brunt | 2018-04-14 | 1 | -11/+13 |
| | | | |||||
| | * | Updated .gitignore to ignore Visual Studio Code settings and configuraiton | Todd Leonhardt | 2018-04-14 | 1 | -3/+11 |
| | | | |||||
| | * | Added to enhancements section | Kevin Van Brunt | 2018-04-14 | 1 | -3/+5 |
| | | | |||||
| | * | Corrected how an opening quote is added to delimited matches like paths | Kevin Van Brunt | 2018-04-14 | 1 | -8/+13 |
| | | | |||||
| | * | Changed opening quote check and comment for clarity | Kevin Van Brunt | 2018-04-14 | 1 | -3/+3 |
| | | | |||||
| | * | Preparation for 0.8.5 release | Todd Leonhardt | 2018-04-13 | 5 | -4/+22 |
| | | | | | | | | | | | - Bumped version to 0.8.5 - Added details to CHANGELOG.md regarding recent changes | ||||
| | * | Correcting when to add an opening quote | Kevin Van Brunt | 2018-04-14 | 1 | -3/+3 |
| | | | |||||
| | * | Added more clarification to comment | Kevin Van Brunt | 2018-04-13 | 1 | -5/+4 |
| | | | |||||
| | * | Added comment | Kevin Van Brunt | 2018-04-13 | 1 | -4/+5 |
| | | | |||||
| | * | Simplifying adding opening quotes | Kevin Van Brunt | 2018-04-13 | 2 | -170/+73 |
| |/ | |||||
| * | Fixed comment and changed Python 3 check to use six | Kevin Van Brunt | 2018-04-13 | 1 | -2/+2 |
| | | |||||
| * | Removed unused variables | Kevin Van Brunt | 2018-04-13 | 1 | -2/+0 |
| | | |||||
| * | Merge pull request #352 from python-cmd2/user_expansion | kmvanbrunt | 2018-04-13 | 2 | -47/+72 |
| |\ | | | | | User expansion | ||||
| | * | Trying to fix Windows unit test when running on AppVeyor | Kevin Van Brunt | 2018-04-13 | 1 | -3/+3 |
| | | | |||||
| | * | Added better check for whether a path is a directory | Kevin Van Brunt | 2018-04-13 | 1 | -3/+4 |
| | | | |||||
| | * | Fixed unbound local warning | Kevin Van Brunt | 2018-04-13 | 1 | -3/+3 |
| | | | |||||
| | * | Added some basic user completion on Windows | Kevin Van Brunt | 2018-04-13 | 2 | -24/+26 |
| | | | |||||
| | * | Allowing the use of ~user expansion in paths | Kevin Van Brunt | 2018-04-12 | 2 | -43/+65 |
| |/ | |||||
