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
*
Added 1.1 release date to CHANGELOG
1.1.0
Todd Leonhardt
2020-06-06
1
-1
/
+1
*
Merge pull request #942 from python-cmd2/eol_35
Kevin Van Brunt
2020-06-05
1
-5
/
+6
|
\
|
*
Replace Python 2.7 EOL message in readme with an EOL message for Python 3.5
Todd Leonhardt
2020-06-04
1
-5
/
+6
|
/
*
Merge pull request #941 from python-cmd2/hint_bug
Todd Leonhardt
2020-06-02
6
-91
/
+266
|
\
|
*
Removed divider row from tab completion hint table
Kevin Van Brunt
2020-06-01
1
-1
/
+1
|
*
Optimized imports
Kevin Van Brunt
2020-06-01
1
-2
/
+1
|
*
Updated change log
Kevin Van Brunt
2020-06-01
1
-0
/
+2
|
*
Merge branch 'master' into hint_bug
Kevin Van Brunt
2020-06-01
10
-45
/
+178
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #937 from python-cmd2/exceptions
Todd Leonhardt
2020-05-29
10
-45
/
+178
|
\
\
|
*
|
Updated change log
Kevin Van Brunt
2020-05-28
1
-1
/
+10
|
*
|
Updated docs
Kevin Van Brunt
2020-05-28
2
-1
/
+20
|
*
|
Removed pwarning() calls when command raises SystemExit
Kevin Van Brunt
2020-05-28
3
-3
/
+54
|
*
|
Made following changes to onecmd_plus_hooks()
Kevin Van Brunt
2020-05-07
2
-21
/
+29
|
*
|
Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.
Kevin Van Brunt
2020-05-07
6
-25
/
+71
|
/
/
|
*
Simplied table divider code for ease of reading
Kevin Van Brunt
2020-06-01
1
-3
/
+5
|
*
Changed how SimpleTable creates divider when divider_char is wide. It no long...
Kevin Van Brunt
2020-06-01
3
-60
/
+102
|
*
Added unit tests for base_width()
Kevin Van Brunt
2020-05-28
1
-3
/
+54
|
*
Changed SimpleTable.base_width() to a class method and added equivalent metho...
Kevin Van Brunt
2020-05-28
1
-10
/
+30
|
*
Updated argparse_completer to use TableCreator for the hint table
Kevin Van Brunt
2020-05-28
5
-74
/
+133
|
/
*
Merge pull request #931 from python-cmd2/branching_strategy
Todd Leonhardt
2020-04-25
42
-63
/
+143
|
\
|
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
42
-63
/
+143
|
/
*
Merge pull request #929 from python-cmd2/completion_docs
Kevin Van Brunt
2020-04-23
5
-25
/
+80
|
\
|
*
Completion doc updates
Kevin Van Brunt
2020-04-23
2
-13
/
+11
|
*
More completion doc updates
Kevin Van Brunt
2020-04-23
1
-2
/
+2
|
*
Updated tab completion documentation
Kevin Van Brunt
2020-04-23
3
-9
/
+48
|
*
Documented CompletionError class
Kevin Van Brunt
2020-04-23
2
-4
/
+22
|
/
*
Merge pull request #928 from python-cmd2/subcmd_aliases
Kevin Van Brunt
2020-04-23
3
-16
/
+86
|
\
|
*
Updated _set_parser_prog() so future calls to add_parser() will set the corre...
Kevin Van Brunt
2020-04-23
2
-2
/
+13
|
*
Fixed issue where subcommand usage text could contain a subcommand alias inst...
Kevin Van Brunt
2020-04-23
3
-15
/
+74
|
/
*
Fixed conda documentation
Kevin Van Brunt
2020-04-23
1
-1
/
+1
*
Merge pull request #927 from python-cmd2/which_editor_test
Todd Leonhardt
2020-04-23
1
-8
/
+3
|
\
|
*
Fix unit test which made incorrect assumption that vi editor would exist on a...
Todd Leonhardt
2020-04-23
1
-8
/
+3
|
/
*
Fix doc8 whitespace issue
Todd Leonhardt
2020-04-23
1
-1
/
+1
*
Merge pull request #916 from python-cmd2/table_creator
Kevin Van Brunt
2020-04-23
18
-262
/
+1506
|
\
|
*
Added table creation feature to change log
Kevin Van Brunt
2020-04-22
1
-0
/
+6
|
*
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
4
-22
/
+78
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #924 from python-cmd2/wrapper_kwargs
Kevin Van Brunt
2020-04-22
4
-22
/
+78
|
\
\
|
*
|
Added unit tests for wrappers passing kwargs to command functions
Kevin Van Brunt
2020-04-21
1
-5
/
+32
|
*
|
run_pyscript now passes a keyword arg to do_py instead of using a hidden argp...
Kevin Van Brunt
2020-04-21
2
-10
/
+11
|
*
|
argument_list and argparse wrappers now pass kwargs through to the wrapped co...
Kevin Van Brunt
2020-04-20
1
-7
/
+35
|
/
/
|
*
Added unit tests for padding
Kevin Van Brunt
2020-04-22
1
-0
/
+31
|
*
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
5
-24
/
+57
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #923 from python-cmd2/ipy_stop
Kevin Van Brunt
2020-04-20
5
-24
/
+57
|
\
\
|
*
|
Updated error text
Kevin Van Brunt
2020-04-20
2
-5
/
+3
|
*
|
cmd2 now considers ipy a pyscript environment
Kevin Van Brunt
2020-04-20
3
-11
/
+22
|
*
|
Consistently use :raises: instead of :raises (make sure there is a trailing c...
Todd Leonhardt
2020-04-20
3
-6
/
+6
|
*
|
Fix doc build
Todd Leonhardt
2020-04-20
1
-1
/
+1
|
*
|
Updated change log
Kevin Van Brunt
2020-04-20
1
-0
/
+5
|
*
|
ipy now returns its PyBridge's stop value so the main loop can know to stop. ...
Kevin Van Brunt
2020-04-20
1
-10
/
+29
|
/
/
|
*
Updating documentation for table creation
Kevin Van Brunt
2020-04-22
4
-3
/
+47
[next]