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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...
Kevin Van Brunt
2021-10-11
1
-0
/
+9
*
Fixed AttributeError in rl_get_prompt() when prompt is None.
Kevin Van Brunt
2021-10-11
1
-0
/
+4
*
Updated change log for 2.2.0 release
2.2.0
Kevin Van Brunt
2021-09-14
1
-1
/
+1
*
Updated async_alert() to account for self.prompt not matching Readline's curr...
Kevin Van Brunt
2021-09-14
1
-0
/
+1
*
Updated change log
Kevin Van Brunt
2021-09-08
1
-1
/
+2
*
Argparse tab completer will complete remaining flag names if there are no mor...
Kevin Van Brunt
2021-09-07
1
-0
/
+1
*
Added ap_completer_type arg to Cmd2ArgumentParser.__init__().
Kevin Van Brunt
2021-09-01
1
-0
/
+2
*
Refactored custom ArgparseCompleter functionality so they will now be set usi...
Kevin Van Brunt
2021-09-01
1
-2
/
+5
*
Fixed extra space appended to each alias by "alias list" command.
Kevin Van Brunt
2021-08-25
1
-0
/
+2
*
All cmd2 built-in commands now populate self.last_result
Kevin Van Brunt
2021-08-23
1
-0
/
+1
*
Merge branch 'master' into topic_width
Kevin Van Brunt
2021-08-23
1
-8
/
+13
|
\
|
*
* New function `set_default_command_completer_type()` allows developer to ext...
Eric Lin
2021-08-23
1
-0
/
+6
*
|
Merge branch 'master' into topic_width
Kevin Van Brunt
2021-08-19
1
-0
/
+2
|
\
\
|
|
/
|
*
Deleted set_choices_provider() and set_completer() which were deprecated in 2...
Kevin Van Brunt
2021-08-19
1
-0
/
+4
*
|
set command output now uses SimpleTable.
Kevin Van Brunt
2021-08-19
1
-0
/
+10
|
/
*
Updated files for 2.1.2 release
2.1.2
Kevin Van Brunt
2021-07-05
1
-2
/
+1
*
Added accessor methods for cmd2-specific attributes to the argparse.Action cl...
Kevin Van Brunt
2021-07-04
1
-0
/
+20
*
Updated CHANGELOG for 2.1.1 release
2.1.1
Kevin Van Brunt
2021-06-17
1
-1
/
+3
*
Fixed handling of argparse's default options group name which was changed in ...
Kevin Van Brunt
2021-06-17
1
-0
/
+4
*
Updated CHANGELOG for 2.1.0 release
2.1.0
Kevin Van Brunt
2021-06-14
1
-2
/
+2
*
Compressing JSON history files
Kevin Van Brunt
2021-06-14
1
-1
/
+1
*
Converted persistent history files from pickle to JSON format
Kevin Van Brunt
2021-06-14
1
-0
/
+4
*
Update changelog
2.0.1
Todd Leonhardt
2021-06-07
1
-0
/
+4
*
Corrected breaking change about history
Kevin Van Brunt
2021-06-06
1
-1
/
+1
*
Added missing breaking change about history files
Kevin Van Brunt
2021-06-06
1
-0
/
+2
*
Updated CHANGELOG for 2.0 release
2.0.0
Kevin Van Brunt
2021-06-06
1
-1
/
+1
*
Updated documentation. Added support for calling cmd2.Cmd.run_editor() with n...
Kevin Van Brunt
2021-05-25
1
-0
/
+1
*
Removed cmd2.Cmd.quit_on_sigint.
Kevin Van Brunt
2021-04-30
1
-0
/
+1
*
Stopping a shell command with Ctrl-C now raises a KeyboardInterrupt to suppor...
Kevin Van Brunt
2021-04-30
1
-0
/
+3
*
Changed default behavior of runcmds_plus_hooks() to not stop when Ctrl-C is p...
Kevin Van Brunt
2021-04-30
1
-0
/
+2
*
Renamed silent_startup_script to silence_startup_script for clarity
Kevin Van Brunt
2021-04-28
1
-0
/
+1
*
Made the amount of space between columns in a SimpleTable configurable
column_spacing
Kevin Van Brunt
2021-04-21
1
-0
/
+1
*
Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.
Kevin Van Brunt
2021-03-30
1
-1
/
+8
*
ipy command now includes all of self.py_locals in the IPython environment
Kevin Van Brunt
2021-03-24
1
-0
/
+1
*
No longer using -1 as an exit code
exit_code
Kevin Van Brunt
2021-03-23
1
-0
/
+1
*
onecmd_plus_hooks() now sets self.exit_code when a SystemExit handled
Kevin Van Brunt
2021-03-23
1
-0
/
+3
*
Resolves comments from PR
Eric Lin
2021-03-18
1
-1
/
+9
*
Corrected help text for alias command
Kevin Van Brunt
2021-03-18
1
-1
/
+2
*
Updated change log
Kevin Van Brunt
2021-03-02
1
-0
/
+1
*
Merge branch 'master' into formatted_completions
Kevin Van Brunt
2021-03-02
1
-0
/
+1
|
\
|
*
Merge branch 'master' into history_fix
Kevin Van Brunt
2021-03-02
1
-0
/
+1
|
|
\
|
*
\
Update CHANGELOG with info on recent bug fix PR
Todd Leonhardt
2021-03-01
1
-2
/
+3
|
|
\
\
|
*
|
|
Updated change log
Kevin Van Brunt
2021-03-01
1
-0
/
+2
*
|
|
|
Added support for ANSI styles and newlines in tab completion results
Kevin Van Brunt
2021-03-02
1
-0
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Added cmd2.exceptions.PassThroughException
exception_passthrough
Kevin Van Brunt
2021-03-02
1
-0
/
+1
|
|
/
|
/
|
*
|
Fixed issue where TableCreator was tossing blank last lines
table_newline
Kevin Van Brunt
2021-03-01
1
-1
/
+3
|
/
*
Updated README and CHANGELOG
Todd Leonhardt
2021-02-20
1
-0
/
+1
*
Fixed typo in change log
Kevin Van Brunt
2021-02-01
1
-1
/
+1
*
Merge branch 'master' into 2.0
Todd Leonhardt
2021-01-31
1
-3
/
+5
|
\
|
*
Updated CHANGELOG to prepare for next release
1.5.0
Todd Leonhardt
2021-01-31
1
-2
/
+4
[next]