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
/
test_plugin.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
onecmd_plus_hooks() now sets self.exit_code when a SystemExit handled
Kevin Van Brunt
2021-03-23
1
-1
/
+2
*
Added cmd2.exceptions.PassThroughException
exception_passthrough
Kevin Van Brunt
2021-03-02
1
-2
/
+20
*
Deprecate Python 3.5
Todd Leonhardt
2021-02-20
1
-8
/
+3
*
Add in isort changes
Todd Leonhardt
2021-01-31
1
-1
/
+3
*
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-7
/
+60
*
Changed isort to force wrapping of imports to reduce merge conflicts from min...
Eric Lin
2021-01-22
1
-1
/
+6
*
The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...
Kevin Van Brunt
2020-08-26
1
-1
/
+1
*
Fixed RecursionError when printing an argparse.Namespace caused by custom att...
Kevin Van Brunt
2020-08-25
1
-1
/
+1
*
Removed pwarning() calls when command raises SystemExit
Kevin Van Brunt
2020-05-28
1
-1
/
+43
*
Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.
Kevin Van Brunt
2020-05-07
1
-0
/
+15
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-2
/
+3
*
Fixed docstring
Kevin Van Brunt
2020-03-12
1
-1
/
+1
*
Added unit test for Cmd2ArgparseError
Kevin Van Brunt
2020-03-12
1
-1
/
+38
*
Moved custom cmd2 exceptions to a separate file and removed them from public API
Todd Leonhardt
2020-02-18
1
-3
/
+3
*
Fixed unit tests
Kevin Van Brunt
2019-06-12
1
-12
/
+32
*
Removed support for cmd.cmdqueue
Kevin Van Brunt
2019-06-11
1
-8
/
+8
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
1
-3
/
+0
*
Added unit test for stdout capture in pyscript
Kevin Van Brunt
2019-04-23
1
-2
/
+2
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-0
/
+1
*
Deleted the hook methods which were deprecated in the previous release
Todd Leonhardt
2018-09-25
1
-2
/
+3
*
Fixed several hack classes build to simulate file descriptors
Todd Leonhardt
2018-09-23
1
-39
/
+35
*
Fix for #417, call preparse()
kotfu
2018-07-15
1
-0
/
+24
*
Add command finalization hooks
kotfu
2018-07-05
1
-3
/
+139
*
Postcommand hooks implemented
kotfu
2018-06-22
1
-26
/
+172
*
Revise precommand hooks to use `data` parameter
kotfu
2018-06-21
1
-7
/
+7
*
Use `data` instead of `params`
kotfu
2018-06-21
1
-12
/
+12
*
Revised postparsing hooks
kotfu
2018-06-21
1
-6
/
+52
*
add comment headers to better organize code
kotfu
2018-06-03
1
-0
/
+11
*
preloop and postloop hooks must declare None return type
kotfu
2018-06-03
1
-16
/
+16
*
Preloop and postloop hooks now validate signature
kotfu
2018-06-03
1
-0
/
+28
*
Precommand hooks now check typing of passed callables
kotfu
2018-06-03
1
-2
/
+57
*
Begin converting precmd to passing and returning a data object
kotfu
2018-06-03
1
-2
/
+3
*
Tests for precmd hooks
kotfu
2018-05-31
1
-41
/
+184
*
implement precommand and postcommand hooks
kotfu
2018-05-27
1
-7
/
+13
*
Add preloop and postloop hook capabilities
kotfu
2018-05-26
1
-0
/
+48
*
Document and test postparsing hooks
kotfu
2018-05-26
1
-0
/
+179