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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ran into an issue attempting to publish a release 1.0.0-rc1 to test.pypi.org
0.10.0
Todd Leonhardt
2020-02-07
1
-3
/
+4
*
Updated release data for 1.0.0-rc1 in preparation for a release candidate
Todd Leonhardt
2020-02-07
4
-4
/
+8
*
Merge pull request #877 from python-cmd2/changelog_fix
Todd Leonhardt
2020-02-07
7
-100
/
+128
|
\
|
*
Fixed docs error
Kevin Van Brunt
2020-02-07
1
-1
/
+2
|
*
Updated change log
Kevin Van Brunt
2020-02-07
1
-0
/
+3
|
*
Added unit test for ColorBase.colors()
Kevin Van Brunt
2020-02-07
1
-0
/
+7
|
*
Updated plumbum example
Kevin Van Brunt
2020-02-07
2
-41
/
+43
|
*
Added __str__() back to ColorBase for more flexibility in its usage
Kevin Van Brunt
2020-02-07
2
-10
/
+36
|
*
Simplified ColorBase.__add__()
Kevin Van Brunt
2020-02-07
1
-6
/
+0
|
*
Corrected docstring
Kevin Van Brunt
2020-02-07
1
-1
/
+1
|
*
Support using fg and bg enum in + operations to build color strings
Kevin Van Brunt
2020-02-07
1
-16
/
+33
|
*
Removed unnecessary methods from fg and bg color enums
Todd Leonhardt
2020-02-07
2
-32
/
+8
|
*
Simplified fg's and bg's get_value()
Kevin Van Brunt
2020-02-07
1
-2
/
+2
|
*
Removed repeated Pycharm warning suppression
Kevin Van Brunt
2020-02-07
1
-1
/
+1
|
*
The fact that the set command now supports tab-completion of values is an enh...
Todd Leonhardt
2020-02-07
1
-1
/
+1
|
*
Updated changelog to address removal of ansi.FG_COLORS and ansi.BG_COLORS and...
Todd Leonhardt
2020-02-07
3
-9
/
+11
|
/
*
Merge pull request #876 from python-cmd2/color_autocomplete
Todd Leonhardt
2020-02-06
9
-79
/
+142
|
\
|
*
Merge branch 'master' into color_autocomplete
Todd Leonhardt
2020-02-06
19
-87
/
+68
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #875 from python-cmd2/doc_streamline
Todd Leonhardt
2020-02-06
19
-87
/
+68
|
\
\
|
*
|
EmbeddedConsoleExit should not be part of the public api
kotfu
2020-02-06
1
-2
/
+0
|
*
|
Fix redundant declaration of cmd2.Cmd.__init__ method
kotfu
2020-02-06
1
-3
/
+1
|
*
|
Add documentation of __init__ method
kotfu
2020-02-06
1
-0
/
+2
|
*
|
Merge branch 'doc_streamline' of https://github.com/python-cmd2/cmd2 into doc...
kotfu
2020-02-06
1
-4
/
+3
|
|
\
\
|
|
*
\
Merge branch 'master' into doc_streamline
Todd Leonhardt
2020-02-06
34
-292
/
+422
|
|
|
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Merge branch 'master' into doc_streamline
kotfu
2020-02-06
34
-291
/
+422
|
|
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Clean up class and method references
kotfu
2020-02-05
19
-80
/
+64
|
|
*
Renamed argument from color to name for fg.get_value() and bg.get_value()
Todd Leonhardt
2020-02-06
1
-4
/
+4
|
|
*
Suppressed bogus PyCharm warnings and improved error message for invalid colo...
Todd Leonhardt
2020-02-06
1
-2
/
+6
|
|
*
Having two parallel datastructures each for foreground and background colors ...
Todd Leonhardt
2020-02-06
6
-65
/
+46
|
|
*
Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ...
Todd Leonhardt
2020-02-06
5
-15
/
+93
|
|
/
|
/
|
*
|
Merge pull request #873 from python-cmd2/set_update
Todd Leonhardt
2020-02-06
34
-295
/
+426
|
\
\
|
|
/
|
/
|
|
*
Fixed example code
Kevin Van Brunt
2020-02-06
1
-1
/
+1
|
*
Fix flake8 errors in doc config
Todd Leonhardt
2020-02-05
1
-3
/
+0
|
*
Documentation updates
kotfu
2020-02-05
5
-24
/
+38
|
*
Updated documentation
Kevin Van Brunt
2020-02-05
1
-1
/
+1
|
*
Updated change log
Kevin Van Brunt
2020-02-05
1
-0
/
+1
|
*
No longer displaying list of subcommands in usage text of alias and macro
Kevin Van Brunt
2020-02-05
2
-4
/
+4
|
*
Fixing tab-completion hints when completing the value field of set
Kevin Van Brunt
2020-02-05
1
-1
/
+5
|
*
Added more to Settable docstring
Kevin Van Brunt
2020-02-05
1
-2
/
+9
|
*
Added more to onchange_cb documentation
Kevin Van Brunt
2020-02-05
1
-3
/
+7
|
*
Updated documentation
Kevin Van Brunt
2020-02-05
2
-2
/
+2
|
*
Updated help text
Kevin Van Brunt
2020-02-05
3
-5
/
+5
|
*
Added remove_settable() since cmd2 has add_settable()
Kevin Van Brunt
2020-02-05
4
-5
/
+25
|
*
Updated documentation
Kevin Van Brunt
2020-02-05
1
-2
/
+4
|
*
Added support to do_set() for setting a parameter to an empty string as well ...
Kevin Van Brunt
2020-02-05
2
-4
/
+18
|
*
Added unit tests
Kevin Van Brunt
2020-02-05
1
-10
/
+41
|
*
Fixed missing parenthesis
Kevin Van Brunt
2020-02-04
1
-1
/
+1
|
*
To support completer/choices functions that receive arg_tokens, changed compl...
Kevin Van Brunt
2020-02-04
1
-26
/
+34
|
*
Removed unnecessary inheritance from object
Kevin Van Brunt
2020-02-04
5
-10
/
+10
|
*
Updated example transcripts
Todd Leonhardt
2020-02-04
2
-2
/
+2
[next]