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
...
|
*
|
Fix optional type hint
Todd Leonhardt
2020-02-11
1
-2
/
+2
|
*
|
Allowing for colored fill char in align_text
Kevin Van Brunt
2020-02-11
2
-15
/
+44
|
*
|
Whitespace
Kevin Van Brunt
2020-02-11
1
-0
/
+1
|
*
|
Fixed bug where ANSI style sequences were not correctly handled in utils.trun...
Kevin Van Brunt
2020-02-11
4
-23
/
+100
|
/
/
*
|
Merge pull request #884 from python-cmd2/appveyor_fix
Todd Leonhardt
2020-02-10
1
-3
/
+7
|
\
\
|
*
|
Try to auto-accept dialog so headless install doesn't get stuck
Todd Leonhardt
2020-02-10
1
-5
/
+6
|
*
|
Attempt at a quick fix for AppVeyor errors
Todd Leonhardt
2020-02-10
1
-0
/
+3
|
/
/
*
|
Merge pull request #883 from python-cmd2/flag_rename
Kevin Van Brunt
2020-02-10
3
-4
/
+6
|
\
\
|
*
|
Renamed set command's -l/--long flag to -v/--verbose for consistency with hel...
Kevin Van Brunt
2020-02-10
3
-4
/
+6
|
/
/
*
|
Merge pull request #882 from python-cmd2/misc
Kevin Van Brunt
2020-02-10
3
-19
/
+25
|
\
\
|
*
|
Corrected issue where the actual new value was not always being printed in do...
Kevin Van Brunt
2020-02-10
3
-19
/
+25
|
/
/
*
|
Merge pull request #881 from python-cmd2/help_docs
Todd Leonhardt
2020-02-09
1
-11
/
+63
|
\
\
|
*
|
Added caveat
Todd Leonhardt
2020-02-09
1
-1
/
+3
|
*
|
Updated Sphinx docs about help
Todd Leonhardt
2020-02-09
1
-11
/
+61
|
/
/
|
*
Merge branch 'api_docs' of https://github.com/python-cmd2/cmd2 into api_docs
kotfu
2020-02-10
3
-20
/
+51
|
|
\
|
|
*
Merge branch 'master' into api_docs
Todd Leonhardt
2020-02-08
3
-20
/
+51
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #879 from python-cmd2/prompt_docs
Todd Leonhardt
2020-02-08
3
-20
/
+51
|
\
\
\
|
*
|
|
Updated Sphinx documentation related to prompt
Todd Leonhardt
2020-02-08
3
-20
/
+51
|
/
/
/
|
*
|
Begin process of combining utils api docs into a single document
kotfu
2020-02-10
4
-66
/
+6
|
*
|
Add example to with_argument_list docstring
kotfu
2020-02-10
1
-3
/
+13
|
*
|
Title decorator documentation by package name
kotfu
2020-02-09
2
-4
/
+4
|
|
/
|
*
Show autodoc members in the same order as the source code
kotfu
2020-02-08
1
-0
/
+5
|
*
All public api functions now documented
kotfu
2020-02-08
1
-3
/
+45
|
/
*
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
[prev]
[next]