index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Updated comments
Kevin Van Brunt
2018-03-21
1
-4
/
+6
|
*
Made sure quoting of a token works on Python 2.7.
Kevin Van Brunt
2018-03-20
1
-20
/
+28
|
*
Fixed unit test failure on Python 2.7
Todd Leonhardt
2018-03-20
1
-1
/
+2
|
*
Returning on error
Kevin Van Brunt
2018-03-20
1
-0
/
+1
|
*
Merge branch 'master' into quoted_completion
Kevin Van Brunt
2018-03-20
5
-6
/
+51
|
|
\
|
|
/
|
/
|
*
|
Updated CHANGELOG with info on recent commits
Todd Leonhardt
2018-03-20
1
-0
/
+2
*
|
Merge pull request #324 from python-cmd2/ppaged_terminal
Todd Leonhardt
2018-03-20
2
-2
/
+15
|
\
\
|
*
|
Added an extra check to ppaged() to make sure cmd2 app is running in a real t...
Todd Leonhardt
2018-03-20
2
-2
/
+15
|
/
/
*
|
Merge pull request #323 from python-cmd2/sigint_handler
Todd Leonhardt
2018-03-20
3
-4
/
+29
|
\
\
|
*
|
Fixed the text of the KeyboardInterrupt Exception that is getting raised with...
Todd Leonhardt
2018-03-20
1
-1
/
+1
|
*
|
Fix unit tests
Todd Leonhardt
2018-03-19
2
-1
/
+3
|
*
|
Added a default signal handler for SIGINT (Ctrl-C)
Todd Leonhardt
2018-03-19
2
-4
/
+27
|
/
/
|
*
Expanded do_shell parsing of command
Kevin Van Brunt
2018-03-20
1
-1
/
+14
|
*
Fixed Windows since pyreadline does not implement set_completion_display_matc...
Kevin Van Brunt
2018-03-20
1
-3
/
+28
|
*
Fixed index bug
Kevin Van Brunt
2018-03-20
1
-3
/
+9
|
*
Made cmd2.py executable
Kevin Van Brunt
2018-03-20
1
-0
/
+0
|
*
Fixed some unit tests
Kevin Van Brunt
2018-03-20
2
-9
/
+12
|
*
Made path completion work with tildes again
Kevin Van Brunt
2018-03-20
1
-19
/
+30
|
*
Using same completer delimiters. Added customization for how tab-completion s...
Kevin Van Brunt
2018-03-20
1
-94
/
+203
|
*
Merge branch 'master' into quoted_completion
Kevin Van Brunt
2018-03-20
0
-0
/
+0
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #322 from python-cmd2/tilde
Todd Leonhardt
2018-03-18
2
-20
/
+38
|
\
\
|
*
|
Increased test coverage
Kevin Van Brunt
2018-03-18
1
-2
/
+11
|
*
|
Making unit test do the intended test
Kevin Van Brunt
2018-03-18
1
-1
/
+1
|
*
|
Fixing more unit tests
Kevin Van Brunt
2018-03-18
1
-7
/
+4
|
*
|
~ only needs to be expanded if search text was entered
Kevin Van Brunt
2018-03-18
1
-2
/
+2
|
*
|
Fixed how we complete ~
Kevin Van Brunt
2018-03-18
2
-12
/
+24
|
/
/
|
*
Renamed variable
Kevin Van Brunt
2018-03-20
1
-7
/
+7
|
*
Not altering copy of completion_token
Kevin Van Brunt
2018-03-20
1
-8
/
+6
|
*
Automatically adding an opening quote if needed during tab completion
Kevin Van Brunt
2018-03-20
1
-65
/
+84
|
*
Adding opening quote with GNU readline
Kevin Van Brunt
2018-03-20
1
-1
/
+47
|
*
Fixed unit test
Kevin Van Brunt
2018-03-19
1
-1
/
+1
|
*
Updated unit tests to reflect new completion behavior
Kevin Van Brunt
2018-03-19
1
-149
/
+16
|
*
Simplified function that tokenizes for tab completion
Kevin Van Brunt
2018-03-19
1
-20
/
+45
|
*
Appending closing quote and space when needed
Kevin Van Brunt
2018-03-19
1
-0
/
+14
|
*
First steps toward automatically added opening quote
Kevin Van Brunt
2018-03-19
1
-98
/
+67
|
*
Unit test for cursor right after closing quote
Kevin Van Brunt
2018-03-19
1
-0
/
+27
|
*
More quoted completion unit tests
Kevin Van Brunt
2018-03-19
1
-2
/
+6
|
*
Added unit tests for completions with quotes
Kevin Van Brunt
2018-03-19
1
-0
/
+25
|
*
Allowing quotes in help command
Kevin Van Brunt
2018-03-19
2
-14
/
+21
|
*
Added unit tests for new completers
Kevin Van Brunt
2018-03-19
1
-0
/
+29
|
*
Fixed pycharm warnings
Kevin Van Brunt
2018-03-19
1
-3
/
+6
|
*
Don't try to tab complete when the cursor is right after a closed quote
Kevin Van Brunt
2018-03-18
1
-1
/
+11
|
*
Changed when a closing quote is added
Kevin Van Brunt
2018-03-18
1
-30
/
+52
|
*
Fixed Pycharm warnings
Kevin Van Brunt
2018-03-18
1
-15
/
+11
|
*
Updated remaining completion functions to handle spaces within quotes
Kevin Van Brunt
2018-03-18
2
-38
/
+56
|
*
Updated complete_shell to handle spaces in exes
Kevin Van Brunt
2018-03-18
1
-6
/
+14
|
*
GNU readline hack to prevent automatically closing quotes
Kevin Van Brunt
2018-03-18
1
-16
/
+27
|
*
Merging in tests
Kevin Van Brunt
2018-03-18
1
-2
/
+11
|
*
Fixed unit test
Kevin Van Brunt
2018-03-18
1
-7
/
+7
|
*
Merging stuff from other branches
Kevin Van Brunt
2018-03-18
2
-19
/
+23
[prev]
[next]