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
*
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
|
/
*
Add unit tests for Ctrl-C stopping scripts/transcripts
Kevin Van Brunt
2020-03-26
1
-0
/
+22
*
do_shell() now saves the return code of the command it runs in self.last_resu...
Kevin Van Brunt
2020-03-20
1
-0
/
+4
*
Moved custom cmd2 exceptions to a separate file and removed them from public API
Todd Leonhardt
2020-02-18
1
-2
/
+2
*
Updated documentation and tests
Kevin Van Brunt
2020-02-17
1
-1
/
+8
*
Fixed bug where pyscripts could edit cmd2.Cmd.py_locals dictionary.
Kevin Van Brunt
2020-02-14
1
-6
/
+9
*
Renamed set command's -l/--long flag to -v/--verbose for consistency with hel...
Kevin Van Brunt
2020-02-10
1
-2
/
+2
*
Corrected issue where the actual new value was not always being printed in do...
Kevin Van Brunt
2020-02-10
1
-8
/
+11
*
No longer displaying list of subcommands in usage text of alias and macro
Kevin Van Brunt
2020-02-05
1
-2
/
+2
*
Added remove_settable() since cmd2 has add_settable()
Kevin Van Brunt
2020-02-05
1
-1
/
+5
*
Added support to do_set() for setting a parameter to an empty string as well ...
Kevin Van Brunt
2020-02-05
1
-1
/
+11
*
Fixed a bug in a very unusual case and added some unit tests
Todd Leonhardt
2020-02-04
1
-0
/
+7
*
Updated CHANGELOG and made a few minor tweaks
Todd Leonhardt
2020-02-04
1
-39
/
+0
*
Updated set command to support tab completion of values
Kevin Van Brunt
2020-02-04
1
-26
/
+7
*
Renamed locals_in_py to self_in_py
Todd Leonhardt
2020-01-27
1
-4
/
+4
*
Made three public attributes of cmd2.Cmd no longer settable at runtime by end...
Todd Leonhardt
2020-01-27
1
-6
/
+2
*
Merge branch 'master' into ansi_to_style
Kevin Van Brunt
2019-12-19
1
-45
/
+26
|
\
|
*
Updating unit tests
Kevin Van Brunt
2019-12-17
1
-0
/
+15
|
*
Updating unit tests
Kevin Van Brunt
2019-12-17
1
-45
/
+11
*
|
Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...
Kevin Van Brunt
2019-12-19
1
-34
/
+34
|
/
*
Added apply_style to pwarning()
Kevin Van Brunt
2019-11-23
1
-0
/
+44
*
Updating unit tests
Kevin Van Brunt
2019-11-17
1
-0
/
+12
*
Updating unit tests
Kevin Van Brunt
2019-11-17
1
-0
/
+18
*
Updating unit tests
Kevin Van Brunt
2019-11-17
1
-118
/
+74
*
Updating unit tests
Kevin Van Brunt
2019-11-16
1
-43
/
+45
*
Moving a bit of code around to shrink cmd2.py
Kevin Van Brunt
2019-10-31
1
-2
/
+2
*
Added unit tests
Kevin Van Brunt
2019-09-24
1
-0
/
+25
*
Added in_script() and in_pyscript() to cmd2.Cmd class
Kevin Van Brunt
2019-09-23
1
-1
/
+19
*
No longer printing all help text for alias and macro when the subcommand is o...
Kevin Van Brunt
2019-09-17
1
-2
/
+4
*
Make pyperclip failure error message more specific
Todd Leonhardt
2019-09-04
1
-1
/
+1
*
No longer treating empty text scripts as an error condition
Kevin Van Brunt
2019-08-08
1
-1
/
+1
*
Do not print traceback warning text if debug is not a settable parameter
Kevin Van Brunt
2019-08-08
1
-0
/
+11
*
Merge branch 'master' into verify_command_names
Todd Leonhardt
2019-08-07
1
-1
/
+16
|
\
|
*
Disabled tab completion during a select call.
Kevin Van Brunt
2019-08-07
1
-1
/
+16
*
|
Verifying command names in __init__
Kevin Van Brunt
2019-08-07
1
-0
/
+4
|
/
*
Removed ability for aliases and macros to share names with commands
Kevin Van Brunt
2019-08-05
1
-38
/
+8
*
Fixed inconsistent parsing/tab completion behavior based on the value of `all...
Kevin Van Brunt
2019-08-02
1
-1
/
+1
*
Updated unit tests
Kevin Van Brunt
2019-07-24
1
-7
/
+6
*
Added unit tests
Kevin Van Brunt
2019-07-24
1
-8
/
+35
*
Added unit tests
Kevin Van Brunt
2019-07-24
1
-2
/
+32
*
Fixed bug where completer function of disabled command would still run
Kevin Van Brunt
2019-07-24
1
-33
/
+78
*
Removed restriction on macros named after non-multiline commands
Kevin Van Brunt
2019-07-23
1
-3
/
+36
*
Fixed issue where run_pyscript failed if the script's filename had a space
Kevin Van Brunt
2019-07-23
1
-11
/
+1
*
Changed error messages
Kevin Van Brunt
2019-07-21
1
-2
/
+2
[next]