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
*
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
1
-14
/
+34
*
Fixed bug where ANSI style sequences were not correctly handled in utils.trun...
Kevin Van Brunt
2020-02-11
1
-17
/
+61
*
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
*
Added remove_settable() since cmd2 has add_settable()
Kevin Van Brunt
2020-02-05
1
-4
/
+7
*
Updated documentation
Kevin Van Brunt
2020-02-05
1
-2
/
+4
*
Removed unnecessary inheritance from object
Kevin Van Brunt
2020-02-04
1
-5
/
+5
*
Fixed a bug in a very unusual case and added some unit tests
Todd Leonhardt
2020-02-04
1
-4
/
+5
*
Updated CHANGELOG and made a few minor tweaks
Todd Leonhardt
2020-02-04
1
-37
/
+5
*
Updated set command to support tab completion of values
Kevin Van Brunt
2020-02-04
1
-3
/
+58
*
Import ABC from collections.abc instead of collections for Python 3.9 compati...
Karthikeyan Singaravelan
2020-01-22
1
-2
/
+3
*
Renamed function
Kevin Van Brunt
2020-01-17
1
-14
/
+14
*
Updating unit tests
Kevin Van Brunt
2020-01-17
1
-2
/
+2
*
Added string truncation function and support for it in the alignment functions
Kevin Van Brunt
2020-01-17
1
-14
/
+71
*
Renamed ansi_safe_wcswidth() to style_aware_wcswidth()
Kevin Van Brunt
2019-12-19
1
-5
/
+5
*
Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...
Kevin Van Brunt
2019-12-19
1
-5
/
+5
*
Renamed functions based on code review comments. Fixed Python warnings.
Kevin Van Brunt
2019-12-09
1
-21
/
+18
*
Added more text alignment unit tests
Kevin Van Brunt
2019-12-09
1
-0
/
+6
*
Adding unit tests for text alignment functions
Kevin Van Brunt
2019-12-09
1
-15
/
+13
*
Updated center_text to support ansi escape sequences and characters with disp...
Kevin Van Brunt
2019-12-09
1
-16
/
+148
*
Fixed bug where pipe processes were not being stopped by Ctrl-C on Windows
Kevin Van Brunt
2019-11-18
1
-2
/
+4
*
Fixed ProcessLookupError
Kevin Van Brunt
2019-11-17
1
-1
/
+5
*
Fixed bug where pipe processes were not being stopped by Ctrl-C on Linux/Mac
Kevin Van Brunt
2019-11-17
1
-3
/
+4
*
Updated docstring of which to be more accurate in its purpose
Kevin Van Brunt
2019-10-30
1
-11
/
+11
*
Fixed a few commands that would have failed if arguments containing quotes we...
Kevin Van Brunt
2019-07-24
1
-6
/
+11
*
Fixed comment
Kevin Van Brunt
2019-07-22
1
-1
/
+1
*
Reduced complexity of complete()
Kevin Van Brunt
2019-07-17
1
-1
/
+1
*
Merge branch 'master' into auto_completer_refactor
Kevin Van Brunt
2019-07-06
1
-0
/
+1
|
\
|
*
Major overhaul of documentation structure for #709
kotfu
2019-07-02
1
-0
/
+1
*
|
Moved basic_complete to utils
Kevin Van Brunt
2019-07-02
1
-0
/
+16
|
/
*
Moved code related to ANSI escape codes to new file called ansi.py
Kevin Van Brunt
2019-06-26
1
-62
/
+0
*
Added bold and underline to style()
Kevin Van Brunt
2019-06-26
1
-4
/
+16
*
Removed unneeded (optional) text from docstrings
Kevin Van Brunt
2019-06-26
1
-3
/
+3
*
Renamed style_message to style
Kevin Van Brunt
2019-06-26
1
-5
/
+5
*
Removed end argument from style_message
Kevin Van Brunt
2019-06-25
1
-3
/
+1
*
Fix flake8 errors, don't use Style.RESET, fix docstring, change some pexcept(...
Daniel Ahn
2019-06-24
1
-2
/
+4
*
Initial Commit for Issue 698
xNinjaKittyx
2019-06-24
1
-0
/
+29
*
Added center_text() utility function for centering text in a terminal along w...
Todd Leonhardt
2019-06-16
1
-0
/
+16
*
Fixed a few comments where "redirecting" accidentally got changed to "_redire...
Todd Leonhardt
2019-06-15
1
-1
/
+1
*
Began work to minimize public API
Todd Leonhardt
2019-06-15
1
-1
/
+30
*
Moved a new helper function from cmd2.py to utils.py where it probably belonged
Todd Leonhardt
2019-06-07
1
-0
/
+16
*
Extracted duplicated code to utility function
Todd Leonhardt
2019-06-06
1
-0
/
+13
*
Preserving originally typed quotes of Statement.output_to for use in Statemen...
Kevin Van Brunt
2019-05-13
1
-14
/
+23
*
Updated a comment
Kevin Van Brunt
2019-05-08
1
-1
/
+1
*
Added capability to redirect pipe commands and chain them together
Kevin Van Brunt
2019-05-07
1
-0
/
+21
*
Broke _complete_statement into 2 functions.
Kevin Van Brunt
2019-05-05
1
-4
/
+5
*
Removing support for wrapping binary streams since cmd2 assumes stdout will b...
Kevin Van Brunt
2019-04-25
1
-10
/
+29
*
Clearing bytearray instead of creating a new object
Kevin Van Brunt
2019-04-11
1
-1
/
+1
*
Fixed issue where pointer to bytearray was being returned instead of copied b...
Kevin Van Brunt
2019-04-11
1
-1
/
+1
[next]