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 CHANGELOG
Todd Leonhardt
2020-07-12
1
-0
/
+6
*
Merge pull request #953 from dhellmann/drop-pkg-resources
Todd Leonhardt
2020-07-12
4
-12
/
+22
|
\
|
*
replace pkg_resources with importlib.metadata
Doug Hellmann
2020-07-12
4
-12
/
+22
|
/
*
Ran isort
Todd Leonhardt
2020-07-11
7
-6
/
+7
*
Minor cleanup. Removed some experiments that weren't supposed to be included
Eric Lin
2020-07-11
5
-28
/
+13
*
external test plugin tests and coverage should now run
Eric Lin
2020-07-11
18
-124
/
+125
*
Copied cmd2 ext test into cmd2 baseline and linked up invoke
Eric Lin
2020-07-11
15
-15
/
+817
*
Swap out tox for nox
Eric Lin
2020-07-08
9
-106
/
+246
*
Fixed command finalization example
Kevin Van Brunt
2020-07-07
1
-1
/
+1
*
Merge pull request #947 from python-cmd2/pyscript_docs
Todd Leonhardt
2020-07-03
5
-4
/
+118
|
\
|
*
Move line that seemed out of place at the very end to before the "advanced" s...
Todd Leonhardt
2020-06-27
1
-3
/
+3
|
*
Tweak doc8 config to allow for longer maximum line length in Sphinx documenta...
Todd Leonhardt
2020-06-22
1
-1
/
+1
|
*
Further additions to pyscript documenntation for Issue #644
Eric Lin
2020-06-22
4
-0
/
+114
|
/
*
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
|
\
\
[next]