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 change log for a release
0.9.19
Kevin Van Brunt
2019-10-14
1
-1
/
+3
*
Merge pull request #787 from python-cmd2/indent_error
Todd Leonhardt
2019-10-09
1
-1
/
+5
|
\
|
*
Improved displaying multiline CompletionErrors
Kevin Van Brunt
2019-10-09
1
-1
/
+5
|
/
*
Merge pull request #786 from python-cmd2/history_error
Todd Leonhardt
2019-10-08
2
-2
/
+7
|
\
|
*
Fixed a comment
Todd Leonhardt
2019-10-08
1
-1
/
+1
|
*
Fixed ValueError exception which can occur when opening an old format persist...
Todd Leonhardt
2019-10-07
2
-1
/
+6
|
/
*
Updated change log for release
0.9.18
Kevin Van Brunt
2019-10-01
1
-1
/
+1
*
Merge pull request #784 from python-cmd2/mutually_exclusive_groups
Kevin Van Brunt
2019-10-01
4
-96
/
+170
|
\
|
*
Updated change log
Kevin Van Brunt
2019-09-30
1
-0
/
+2
|
*
Added comment
Kevin Van Brunt
2019-09-30
1
-1
/
+1
|
*
Wrote unit tests
Kevin Van Brunt
2019-09-30
1
-9
/
+72
|
*
Respecting user's allow_ansi value when printing hints and errors in AutoComp...
Kevin Van Brunt
2019-09-30
1
-8
/
+6
|
*
Simplifying tab completion message printing
Kevin Van Brunt
2019-09-30
2
-61
/
+20
|
*
Changed some logic and added comment why
Kevin Van Brunt
2019-09-27
1
-2
/
+3
|
*
Allowing flag in mutex group to appear more than once
Kevin Van Brunt
2019-09-27
1
-1
/
+8
|
*
Updated change log
Kevin Van Brunt
2019-09-27
1
-1
/
+5
|
*
Remove unneeded variable
Kevin Van Brunt
2019-09-27
1
-2
/
+1
|
*
AutoCompleter now handles mutually exclusive groups
Kevin Van Brunt
2019-09-27
2
-6
/
+47
|
*
Initial steps to support mutually exclusive groups in AutoCompleter
Kevin Van Brunt
2019-09-26
1
-22
/
+22
|
/
*
Merge pull request #783 from python-cmd2/help_fix
Kevin Van Brunt
2019-09-24
3
-16
/
+39
|
\
|
*
Added unit tests
Kevin Van Brunt
2019-09-24
1
-0
/
+25
|
*
Updated change log
Kevin Van Brunt
2019-09-24
1
-0
/
+5
|
*
Fixed bug introduced by get_names() looking at self instead of self.__class__.
Kevin Van Brunt
2019-09-24
1
-16
/
+9
|
/
*
Updated change log for release
0.9.17
Kevin Van Brunt
2019-09-23
1
-1
/
+1
*
Merge pull request #782 from python-cmd2/in_script
Todd Leonhardt
2019-09-23
3
-8
/
+37
|
\
|
*
Added in_script() and in_pyscript() to cmd2.Cmd class
Kevin Van Brunt
2019-09-23
3
-8
/
+37
|
/
*
Merge pull request #781 from python-cmd2/CompletionError
Kevin Van Brunt
2019-09-23
6
-35
/
+126
|
\
|
*
Merge branch 'master' into CompletionError
Kevin Van Brunt
2019-09-23
6
-35
/
+277
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #780 from python-cmd2/doc_additions
Todd Leonhardt
2019-09-21
6
-35
/
+277
|
\
\
|
*
|
Minor spelling and grammar fixes
Todd Leonhardt
2019-09-21
2
-9
/
+9
|
*
|
Merge branch 'master' into doc_additions
Todd Leonhardt
2019-09-17
9
-248
/
+314
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'master' into doc_additions
kotfu
2019-09-07
4
-3
/
+5
|
|
\
\
|
*
|
|
Document hiding and disabling commands
kotfu
2019-08-25
5
-52
/
+116
|
*
|
|
Add documentation and example for removing built-in commands
kotfu
2019-08-23
5
-10
/
+52
|
*
|
|
command documentation for #765
kotfu
2019-08-23
1
-22
/
+158
|
|
|
*
Updated change log
Kevin Van Brunt
2019-09-23
1
-0
/
+1
|
|
|
*
Added unit tests for CompletionError
Kevin Van Brunt
2019-09-23
2
-4
/
+51
|
|
|
*
Finished implementation of CompletionError
Kevin Van Brunt
2019-09-23
1
-30
/
+62
|
|
|
*
Gave startup_script a default of '' instead of None
Kevin Van Brunt
2019-09-20
1
-2
/
+2
|
|
|
*
Added CompletionError exception class
Kevin Van Brunt
2019-09-20
2
-1
/
+12
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #776 from python-cmd2/required_subcmd
Todd Leonhardt
2019-09-17
4
-28
/
+24
|
\
\
\
|
*
|
|
No longer printing all help text for alias and macro when the subcommand is o...
Kevin Van Brunt
2019-09-17
4
-28
/
+24
|
/
/
/
*
|
|
Merge pull request #774 from python-cmd2/completion_state
Todd Leonhardt
2019-09-16
6
-224
/
+258
|
\
\
\
|
*
|
|
Fixed unit tests on Python versions older than 3.7
Kevin Van Brunt
2019-09-16
1
-3
/
+3
|
*
|
|
Added unit test to override a parameter in a parent parser
Kevin Van Brunt
2019-09-16
1
-0
/
+6
|
*
|
|
Updated arg_tokens unit tests
Kevin Van Brunt
2019-09-16
1
-50
/
+15
|
*
|
|
Merge branch 'master' into completion_state
Kevin Van Brunt
2019-09-16
3
-1
/
+37
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #775 from python-cmd2/dynamic_commands.py
Todd Leonhardt
2019-09-16
3
-0
/
+36
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Updated CHANGELOG
Todd Leonhardt
2019-09-15
1
-0
/
+1
|
*
|
|
Modified get_names() method to allow dynamically adding do_* commands to inst...
Todd Leonhardt
2019-09-15
1
-0
/
+4
[next]