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
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added self.last_result unit tests for the history command.
unit_tests
Kevin Van Brunt
2021-08-24
1
-9
/
+54
*
Added self.last_result unit tests for run_script, _relative_run_script, and s...
Kevin Van Brunt
2021-08-24
1
-1
/
+33
*
Fixed extra space appended to each alias by "alias list" command.
Kevin Van Brunt
2021-08-24
2
-2
/
+61
*
Merge branch 'master' into topic_width
Kevin Van Brunt
2021-08-23
2
-6
/
+57
|
\
|
*
Removed DEFAULT_ARGUMENT_PARSER and DEFAULT_COMMAND_COMPLETER from __init.py__
Kevin Van Brunt
2021-08-23
1
-6
/
+4
|
*
Applied black format
Eric Lin
2021-08-23
1
-1
/
+2
|
*
* New function `set_default_command_completer_type()` allows developer to ext...
Eric Lin
2021-08-23
1
-0
/
+52
*
|
set command output now uses SimpleTable.
Kevin Van Brunt
2021-08-19
5
-61
/
+88
|
/
*
Fixing tests on Python 3.10
Kevin Van Brunt
2021-06-17
5
-35
/
+33
*
Removed obsolete unit test
Kevin Van Brunt
2021-06-14
1
-27
/
+2
*
Added unit tests for History and Statement
Kevin Van Brunt
2021-06-14
2
-0
/
+118
*
Merge branch 'master' into make-run_editor-public
Todd Leonhardt
2021-05-24
1
-1
/
+1
|
\
|
*
do_eof() now just calls the quit function
Kevin Van Brunt
2021-05-17
1
-1
/
+1
*
|
Make _run_editor() public
Simon J. Rowe
2021-05-14
1
-3
/
+3
|
/
*
Removed cmd2.Cmd.quit_on_sigint.
Kevin Van Brunt
2021-04-30
1
-25
/
+2
*
Stopping a shell command with Ctrl-C now raises a KeyboardInterrupt to suppor...
Kevin Van Brunt
2021-04-30
1
-0
/
+17
*
Changed default behavior of runcmds_plus_hooks() to not stop when Ctrl-C is p...
Kevin Van Brunt
2021-04-30
1
-7
/
+7
*
Renamed silent_startup_script to silence_startup_script for clarity
Kevin Van Brunt
2021-04-28
1
-4
/
+4
*
Style changes from running black on Python 3.9
Kevin Van Brunt
2021-04-27
3
-3
/
+3
*
Made the amount of space between columns in a SimpleTable configurable
column_spacing
Kevin Van Brunt
2021-04-21
1
-0
/
+17
*
Increased unit test coverage for pexcept()
Kevin Van Brunt
2021-04-13
1
-0
/
+28
*
Updated main code to use f-strings
Kevin Van Brunt
2021-04-13
1
-3
/
+3
*
And that's the last of it. Passes mypy.
Eric Lin
2021-04-06
1
-5
/
+5
*
Replaced some pexcept() calls with perror().
Kevin Van Brunt
2021-04-02
2
-22
/
+15
*
Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.
Kevin Van Brunt
2021-03-30
5
-43
/
+58
*
No longer using -1 as an exit code
exit_code
Kevin Van Brunt
2021-03-23
1
-1
/
+1
*
onecmd_plus_hooks() now sets self.exit_code when a SystemExit handled
Kevin Van Brunt
2021-03-23
2
-2
/
+6
*
Resolves comments from PR
Eric Lin
2021-03-18
3
-3
/
+9
*
Added tests
Eric Lin
2021-03-18
1
-1
/
+2
*
Each CommandSet's settables are defined separately. cmd2.Cmd searches all reg...
Eric Lin
2021-03-18
1
-4
/
+3
*
Fixed issue where argparse choices could not be CompletionItems
Kevin Van Brunt
2021-03-02
1
-0
/
+19
*
Merge branch 'master' into formatted_completions
Kevin Van Brunt
2021-03-02
1
-107
/
+74
|
\
|
*
Merge branch 'master' into history_fix
Kevin Van Brunt
2021-03-02
2
-3
/
+36
|
|
\
|
*
\
Merge branch 'master' into history_fix
history_fix
Todd Leonhardt
2021-03-02
1
-0
/
+8
|
|
\
\
|
*
\
\
Update CHANGELOG with info on recent bug fix PR
Todd Leonhardt
2021-03-01
1
-11
/
+45
|
|
\
\
\
|
*
|
|
|
Fixed issue where HistoryItem indexes were being reused
Kevin Van Brunt
2021-02-23
1
-107
/
+74
*
|
|
|
|
Added support for ANSI styles and newlines in tab completion results
Kevin Van Brunt
2021-03-02
2
-10
/
+28
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Added cmd2.exceptions.PassThroughException
exception_passthrough
Kevin Van Brunt
2021-03-02
2
-3
/
+36
|
|
_
|
/
|
/
|
|
*
|
|
Moved empty line check in table creator
Kevin Van Brunt
2021-03-02
1
-0
/
+8
|
|
/
|
/
|
*
|
Fixed issue where TableCreator was tossing blank last lines
table_newline
Kevin Van Brunt
2021-03-01
1
-11
/
+45
|
/
*
Deprecate Python 3.5
Todd Leonhardt
2021-02-20
5
-43
/
+15
*
Fixed black, isort, flake8, and doc8 issues
Todd Leonhardt
2021-02-19
5
-158
/
+163
*
Merge branch 'master' into black
Todd Leonhardt
2021-02-19
6
-272
/
+278
|
\
|
*
Merge branch 'master' into 2.0
Todd Leonhardt
2021-01-31
1
-2
/
+0
|
|
\
|
*
\
Merge branch 'master' into 2.0
Kevin Van Brunt
2021-01-29
2
-13
/
+46
|
|
\
\
|
*
\
\
Merge branch 'master' into 2.0
Kevin Van Brunt
2021-01-28
1
-4
/
+13
|
|
\
\
\
|
*
|
|
|
Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0.
Kevin Van Brunt
2021-01-22
2
-2
/
+2
|
*
|
|
|
Removed --silent flag from alias/macro create since startup scripts can be ru...
Kevin Van Brunt
2021-01-22
1
-14
/
+0
|
*
|
|
|
Merge branch 'master' into 2.0
Kevin Van Brunt
2021-01-22
13
-88
/
+146
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into 2.0
Todd Leonhardt
2020-11-21
2
-18
/
+59
|
|
\
\
\
\
\
[next]