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_cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated async_alert() to account for self.prompt not matching Readline's curr...
Kevin Van Brunt
2021-09-14
1
-21
/
+16
*
Added self.last_result unit tests for run_script, _relative_run_script, and s...
Kevin Van Brunt
2021-08-25
1
-1
/
+33
*
Fixed extra space appended to each alias by "alias list" command.
Kevin Van Brunt
2021-08-25
1
-2
/
+54
*
set command output now uses SimpleTable.
Kevin Van Brunt
2021-08-19
1
-18
/
+29
*
Fixing tests on Python 3.10
Kevin Van Brunt
2021-06-17
1
-4
/
+4
*
do_eof() now just calls the quit function
Kevin Van Brunt
2021-05-17
1
-1
/
+1
*
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
1
-1
/
+1
*
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
*
Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.
Kevin Van Brunt
2021-03-30
1
-42
/
+10
*
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
1
-1
/
+4
*
Resolves comments from PR
Eric Lin
2021-03-18
1
-1
/
+1
*
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
*
Added cmd2.exceptions.PassThroughException
exception_passthrough
Kevin Van Brunt
2021-03-02
1
-1
/
+16
*
Deprecate Python 3.5
Todd Leonhardt
2021-02-20
1
-8
/
+3
*
Fixed black, isort, flake8, and doc8 issues
Todd Leonhardt
2021-02-19
1
-8
/
+9
*
Merge branch 'master' into black
Todd Leonhardt
2021-02-19
1
-16
/
+36
|
\
|
*
Merge branch 'master' into 2.0
Kevin Van Brunt
2021-01-28
1
-4
/
+13
|
|
\
|
*
|
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
1
-2
/
+13
|
|
\
\
|
*
\
\
Merge branch 'master' into 2.0
Todd Leonhardt
2020-11-21
1
-18
/
+0
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into 2.0
Todd Leonhardt
2020-11-11
1
-10
/
+28
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into 2.0
Kevin Van Brunt
2020-09-17
1
-0
/
+30
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Updated unit tests for read_input()
Kevin Van Brunt
2020-09-05
1
-0
/
+36
|
*
|
|
|
|
|
Refactored complete() to handle custom behavior from read_input()
Kevin Van Brunt
2020-08-31
1
-4
/
+4
*
|
|
|
|
|
|
Add in isort changes
Todd Leonhardt
2021-01-31
1
-5
/
+15
*
|
|
|
|
|
|
Attempt to fix remaining black failures
Todd Leonhardt
2021-01-31
1
-4
/
+3
*
|
|
|
|
|
|
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-66
/
+292
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Added option to run startup scripts silently
Kevin Van Brunt
2021-01-22
1
-4
/
+13
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Changed isort to force wrapping of imports to reduce merge conflicts from min...
Eric Lin
2021-01-22
1
-2
/
+12
*
|
|
|
|
Skip a test which is failing on Python 3.8 and 3.9 for now to fix a unit test
Todd Leonhardt
2021-01-21
1
-0
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
feat(utils): probe editors in system path
Mikhail Ushanov
2020-11-17
1
-18
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Format multiline docstrings to match other help messages
Bambu
2020-10-09
1
-0
/
+15
*
|
|
Fixed issue where quoted redirectors and terminators in aliases and macros we...
Kevin Van Brunt
2020-09-30
1
-10
/
+13
|
|
/
|
/
|
*
|
Added --silent flag to alias/macro create.
Kevin Van Brunt
2020-09-10
1
-0
/
+30
*
|
Added unit tests for CommandSet callbacks
Kevin Van Brunt
2020-09-01
1
-4
/
+4
|
/
*
the with_argparse() decorator was incorrectly using a parsed statement object...
1.3.7
Eric Lin
2020-08-27
1
-0
/
+17
*
Marked with_arparser_and_unknown_args deprecated and consolidated
Eric Lin
2020-08-04
1
-2
/
+2
*
Removed pwarning() calls when command raises SystemExit
Kevin Van Brunt
2020-05-28
1
-0
/
+11
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-4
/
+15
*
Fix unit test which made incorrect assumption that vi editor would exist on a...
Todd Leonhardt
2020-04-23
1
-8
/
+3
*
Merge branch 'master' into table_creator
Todd Leonhardt
2020-04-15
1
-26
/
+8
|
\
|
*
Simplfied _redirect_output() by raising exception instead of returning bool
Kevin Van Brunt
2020-04-11
1
-26
/
+8
*
|
Initial commit of table creation API
Kevin Van Brunt
2020-04-09
1
-4
/
+2
|
/
[next]