summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Updated commentsKevin Van Brunt2018-03-211-4/+6
| * Made sure quoting of a token works on Python 2.7.Kevin Van Brunt2018-03-201-20/+28
| * Fixed unit test failure on Python 2.7Todd Leonhardt2018-03-201-1/+2
| * Returning on errorKevin Van Brunt2018-03-201-0/+1
| * Merge branch 'master' into quoted_completionKevin Van Brunt2018-03-205-6/+51
| |\ | |/ |/|
* | Updated CHANGELOG with info on recent commitsTodd Leonhardt2018-03-201-0/+2
* | Merge pull request #324 from python-cmd2/ppaged_terminalTodd Leonhardt2018-03-202-2/+15
|\ \
| * | Added an extra check to ppaged() to make sure cmd2 app is running in a real t...Todd Leonhardt2018-03-202-2/+15
|/ /
* | Merge pull request #323 from python-cmd2/sigint_handlerTodd Leonhardt2018-03-203-4/+29
|\ \
| * | Fixed the text of the KeyboardInterrupt Exception that is getting raised with...Todd Leonhardt2018-03-201-1/+1
| * | Fix unit testsTodd Leonhardt2018-03-192-1/+3
| * | Added a default signal handler for SIGINT (Ctrl-C)Todd Leonhardt2018-03-192-4/+27
|/ /
| * Expanded do_shell parsing of commandKevin Van Brunt2018-03-201-1/+14
| * Fixed Windows since pyreadline does not implement set_completion_display_matc...Kevin Van Brunt2018-03-201-3/+28
| * Fixed index bugKevin Van Brunt2018-03-201-3/+9
| * Made cmd2.py executableKevin Van Brunt2018-03-201-0/+0
| * Fixed some unit testsKevin Van Brunt2018-03-202-9/+12
| * Made path completion work with tildes againKevin Van Brunt2018-03-201-19/+30
| * Using same completer delimiters. Added customization for how tab-completion s...Kevin Van Brunt2018-03-201-94/+203
| * Merge branch 'master' into quoted_completionKevin Van Brunt2018-03-200-0/+0
| |\ | |/ |/|
* | Merge pull request #322 from python-cmd2/tildeTodd Leonhardt2018-03-182-20/+38
|\ \
| * | Increased test coverageKevin Van Brunt2018-03-181-2/+11
| * | Making unit test do the intended testKevin Van Brunt2018-03-181-1/+1
| * | Fixing more unit testsKevin Van Brunt2018-03-181-7/+4
| * | ~ only needs to be expanded if search text was enteredKevin Van Brunt2018-03-181-2/+2
| * | Fixed how we complete ~Kevin Van Brunt2018-03-182-12/+24
|/ /
| * Renamed variableKevin Van Brunt2018-03-201-7/+7
| * Not altering copy of completion_tokenKevin Van Brunt2018-03-201-8/+6
| * Automatically adding an opening quote if needed during tab completionKevin Van Brunt2018-03-201-65/+84
| * Adding opening quote with GNU readlineKevin Van Brunt2018-03-201-1/+47
| * Fixed unit testKevin Van Brunt2018-03-191-1/+1
| * Updated unit tests to reflect new completion behaviorKevin Van Brunt2018-03-191-149/+16
| * Simplified function that tokenizes for tab completionKevin Van Brunt2018-03-191-20/+45
| * Appending closing quote and space when neededKevin Van Brunt2018-03-191-0/+14
| * First steps toward automatically added opening quoteKevin Van Brunt2018-03-191-98/+67
| * Unit test for cursor right after closing quoteKevin Van Brunt2018-03-191-0/+27
| * More quoted completion unit testsKevin Van Brunt2018-03-191-2/+6
| * Added unit tests for completions with quotesKevin Van Brunt2018-03-191-0/+25
| * Allowing quotes in help commandKevin Van Brunt2018-03-192-14/+21
| * Added unit tests for new completersKevin Van Brunt2018-03-191-0/+29
| * Fixed pycharm warningsKevin Van Brunt2018-03-191-3/+6
| * Don't try to tab complete when the cursor is right after a closed quoteKevin Van Brunt2018-03-181-1/+11
| * Changed when a closing quote is addedKevin Van Brunt2018-03-181-30/+52
| * Fixed Pycharm warningsKevin Van Brunt2018-03-181-15/+11
| * Updated remaining completion functions to handle spaces within quotesKevin Van Brunt2018-03-182-38/+56
| * Updated complete_shell to handle spaces in exesKevin Van Brunt2018-03-181-6/+14
| * GNU readline hack to prevent automatically closing quotesKevin Van Brunt2018-03-181-16/+27
| * Merging in testsKevin Van Brunt2018-03-181-2/+11
| * Fixed unit testKevin Van Brunt2018-03-181-7/+7
| * Merging stuff from other branchesKevin Van Brunt2018-03-182-19/+23