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
*
Made encode and error class members of StdSim
Kevin Van Brunt
2018-10-03
1
-20
/
+20
*
Fixed error where binary data was crashing getvalue. Added accessor methods f...
Kevin Van Brunt
2018-10-03
1
-13
/
+27
*
Removed unneeded escapes in regular expressions
Kevin Van Brunt
2018-09-28
1
-1
/
+1
*
Addressing code review comments
Kevin Van Brunt
2018-09-27
1
-1
/
+1
*
Made function to unquote redirection characters
Kevin Van Brunt
2018-09-26
1
-0
/
+12
*
Backing up macro command work
Kevin Van Brunt
2018-09-24
1
-3
/
+3
*
StdSim write methods now raise a TypeError exception if passed the wrong type
Todd Leonhardt
2018-09-24
1
-0
/
+4
*
Fixed several hack classes build to simulate file descriptors
Todd Leonhardt
2018-09-23
1
-0
/
+54
*
Removed remaining type hints in docstrings
Kevin Van Brunt
2018-09-21
1
-1
/
+1
*
Simplified functions more
Kevin Van Brunt
2018-09-21
1
-5
/
+7
*
Added unit tests for new utility functions and fixed a comment
Todd Leonhardt
2018-09-21
1
-1
/
+1
*
Refactored do_set
Kevin Van Brunt
2018-09-21
1
-1
/
+23
*
Add natural sorting (sorting case insensitively as well as numerically)
Lance Starr
2018-09-19
1
-1
/
+47
*
Addeded utility function for combining unicode normalization and casefolding ...
Todd Leonhardt
2018-08-02
1
-6
/
+16
*
Added alphabetical_sort() function
Kevin Van Brunt
2018-08-01
1
-0
/
+9
*
Added matches_sorted member to support custom sorting order of tab-completion...
Kevin Van Brunt
2018-08-01
1
-0
/
+13
*
Merge branch 'master' into history
Todd Leonhardt
2018-07-12
1
-16
/
+0
|
\
|
*
Deleted the CmdResult helper class
Todd Leonhardt
2018-07-11
1
-16
/
+0
*
|
Added --clear argument to history command
Kevin Van Brunt
2018-07-11
1
-2
/
+2
|
/
*
Added yet more type hinting
Todd Leonhardt
2018-06-10
1
-4
/
+6
*
Working on improving type hinting
Todd Leonhardt
2018-06-09
1
-1
/
+6
*
Make changes requested in PR #413
kotfu
2018-05-24
1
-2
/
+11
*
Move more code from cmd2.py into utils.py
kotfu
2018-05-06
1
-0
/
+89
*
Merge branch 'test_merge' into test_ply_merge
Eric Lin
2018-05-02
1
-0
/
+32
|
\
|
*
Merge branch 'bash_completion' into bash_to_pyscript
Eric Lin
2018-05-02
1
-0
/
+15
|
|
\
|
|
*
Merge remote-tracking branch 'origin/master' into bash_completion
Eric Lin
2018-04-27
1
-0
/
+14
|
*
|
Added support for customizing the pyscript bridge pystate object name.
Eric Lin
2018-05-02
1
-0
/
+30
|
|
/
*
|
extract strip_quotes() to utils module
kotfu
2018-04-30
1
-0
/
+12
|
/
*
Create utils module for utility functions
kotfu
2018-04-27
1
-0
/
+13