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
*
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
|
*
Updated docs
Kevin Van Brunt
2020-04-22
6
-14
/
+54
|
*
Removed tableformatter example since cmd2 now has its own table creator libra...
Kevin Van Brunt
2020-04-21
1
-204
/
+0
|
*
Updated docstrings to work with sphinx
Kevin Van Brunt
2020-04-20
1
-10
/
+12
|
*
Added configurable padding to BorderedTable/AlternatingTable
Kevin Van Brunt
2020-04-19
2
-54
/
+105
|
*
Merge branch 'master' into table_creator
Todd Leonhardt
2020-04-15
4
-113
/
+97
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #919 from python-cmd2/exception_handling
Todd Leonhardt
2020-04-15
4
-113
/
+97
|
\
\
|
*
|
Removed exception handling around tempfile.TemporaryFile()
Kevin Van Brunt
2020-04-13
1
-5
/
+1
|
*
|
onecmd_plus_hooks() no longer handles updating any state data related to redi...
Kevin Van Brunt
2020-04-12
2
-51
/
+56
|
*
|
Simplfied _redirect_output() by raising exception instead of returning bool
Kevin Van Brunt
2020-04-11
4
-65
/
+48
|
*
|
Simplified onecmd_plus_hooks by reducing number of calls to _run_cmdfinalizat...
Kevin Van Brunt
2020-04-11
1
-6
/
+6
|
/
/
|
*
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-11
5
-10
/
+27
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #918 from python-cmd2/echo_updates
Kevin Van Brunt
2020-04-11
5
-10
/
+27
|
\
\
|
*
|
Fixed unit test name
Kevin Van Brunt
2020-04-11
1
-1
/
+1
|
*
|
Made some optional arguments with defaults keyword-only.
Kevin Van Brunt
2020-04-11
5
-10
/
+27
|
/
/
|
*
Initial commit of table creation API
Kevin Van Brunt
2020-04-09
10
-47
/
+1321
|
/
[next]