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
/
cmd2
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ability to colorize all aspects of BorderedTables and AlternatingTables.
colored_tables
Kevin Van Brunt
2021-10-19
1
-28
/
+17
*
Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...
Kevin Van Brunt
2021-10-18
1
-9
/
+21
*
Updated thread name
Kevin Van Brunt
2021-09-24
1
-1
/
+1
*
Fixed handling of argparse's default options group name which was changed in ...
Kevin Van Brunt
2021-06-17
1
-2
/
+3
*
Stopping a shell command with Ctrl-C now raises a KeyboardInterrupt to suppor...
Kevin Van Brunt
2021-04-30
1
-2
/
+2
*
Fixed typo in docstring
Kevin Van Brunt
2021-04-21
1
-1
/
+1
*
Updated main code to use f-strings
Kevin Van Brunt
2021-04-13
1
-2
/
+2
*
And that's the last of it. Passes mypy.
Eric Lin
2021-04-06
1
-1
/
+0
*
More mypy fixes
Eric Lin
2021-04-06
1
-3
/
+2
*
More mypy validation changes. cmd2.py is nearly fully mypy compliant now.
Eric Lin
2021-04-02
1
-7
/
+10
*
More things to make mypy happy.
Eric Lin
2021-04-02
1
-4
/
+4
*
Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.
Kevin Van Brunt
2021-03-30
1
-21
/
+11
*
Resolves comments from PR
Eric Lin
2021-03-18
1
-13
/
+35
*
Some mypy validation fixes
Eric Lin
2021-03-18
1
-54
/
+31
*
Each CommandSet's settables are defined separately. cmd2.Cmd searches all reg...
Eric Lin
2021-03-18
1
-2
/
+33
*
Fix error in Python 3.6
Todd Leonhardt
2021-02-21
1
-2
/
+1
*
Start making small changes to fix mypy warnings
Todd Leonhardt
2021-02-21
1
-4
/
+16
*
Deprecate Python 3.5
Todd Leonhardt
2021-02-20
1
-6
/
+1
*
Fixed black, isort, flake8, and doc8 issues
Todd Leonhardt
2021-02-19
1
-5
/
+14
*
Merge branch 'master' into black
Todd Leonhardt
2021-02-19
1
-71
/
+44
|
\
|
*
Merge branch 'master' into 2.0
Kevin Van Brunt
2021-01-22
1
-29
/
+41
|
|
\
|
*
\
Merge branch 'master' into 2.0
Todd Leonhardt
2020-11-21
1
-21
/
+20
|
|
\
\
|
*
\
\
Merge branch 'master' into 2.0
Todd Leonhardt
2020-11-11
1
-9
/
+21
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into 2.0
Kevin Van Brunt
2020-09-17
1
-8
/
+18
|
|
\
\
\
\
|
*
|
|
|
|
Moved two classes from cmd2.py to utils.py.
Kevin Van Brunt
2020-09-09
1
-2
/
+37
|
*
|
|
|
|
Documented support for standalone functions being used as completers and choi...
Kevin Van Brunt
2020-08-18
1
-6
/
+0
|
*
|
|
|
|
Replaced choices_function / choices_method with choices_provider.
Kevin Van Brunt
2020-08-13
1
-55
/
+7
*
|
|
|
|
|
Add in isort changes
Todd Leonhardt
2021-01-31
1
-5
/
+16
*
|
|
|
|
|
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-45
/
+62
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Changed isort to force wrapping of imports to reduce merge conflicts from min...
Eric Lin
2021-01-22
1
-5
/
+19
*
|
|
|
|
Update editor list for Linux/Mac - add joe and change order of various graphi...
Todd Leonhardt
2020-11-21
1
-1
/
+1
*
|
|
|
|
Updated utils.find_editor() to include more Windows editors
Kevin Van Brunt
2020-11-19
1
-22
/
+20
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
feat(utils): probe editors in system path
Mikhail Ushanov
2020-11-17
1
-21
/
+20
|
|
_
|
/
|
/
|
|
*
|
|
Fixed issue where quoted redirectors and terminators in aliases and macros we...
Kevin Van Brunt
2020-09-30
1
-9
/
+21
|
|
/
|
/
|
*
|
Minor type hinting fixes.
Eric Lin
2020-09-11
1
-7
/
+14
*
|
Changes default category to be heritable by default - meaning that subclasses...
Eric Lin
2020-09-11
1
-1
/
+4
|
/
*
Minor fixes to enable Python 3.5.2 support
Eric Lin
2020-08-11
1
-2
/
+7
*
Verify that a completer function is defined in a CommandSet before
Eric Lin
2020-08-06
1
-1
/
+30
*
Documented CompletionError class
Kevin Van Brunt
2020-04-23
1
-4
/
+4
*
Updated docs
Kevin Van Brunt
2020-04-22
1
-9
/
+10
*
Merge branch 'master' into table_creator
Todd Leonhardt
2020-04-15
1
-10
/
+16
|
\
|
*
onecmd_plus_hooks() no longer handles updating any state data related to redi...
Kevin Van Brunt
2020-04-12
1
-10
/
+16
|
*
Simplfied _redirect_output() by raising exception instead of returning bool
Kevin Van Brunt
2020-04-11
1
-1
/
+1
*
|
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-11
1
-1
/
+1
|
\
\
|
|
/
|
*
Made some optional arguments with defaults keyword-only.
Kevin Van Brunt
2020-04-11
1
-1
/
+1
*
|
Initial commit of table creation API
Kevin Van Brunt
2020-04-09
1
-17
/
+56
|
/
*
Making build_settables() public again
Kevin Van Brunt
2020-02-28
1
-1
/
+1
*
Merge branch 'master' into api_docs
kotfu
2020-02-21
1
-2
/
+2
|
\
|
*
Removed hyphen from tab-completion
Kevin Van Brunt
2020-02-21
1
-2
/
+2
*
|
Embedded examples and cross-links for categorize() and with_category()
kotfu
2020-02-20
1
-1
/
+13
[next]