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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
rely on already-imported String()
python2
Dave Eargle
2019-06-18
1
-2
/
+1
*
py27 tests passing -- redirect operator was not being recognized because was ...
Dave Eargle
2019-06-18
1
-0
/
+1
*
Updated version number
Kevin Van Brunt
2018-08-01
1
-1
/
+1
*
Fixed case where extra slash was printing when tab completing users on Windows
Kevin Van Brunt
2018-08-01
1
-2
/
+5
*
display_matches is no longer restricted to delimited strings
0.8.8
Kevin Van Brunt
2018-06-07
1
-13
/
+18
*
Backported file open crash fixes for Issue #430 to python2 branch
Todd Leonhardt
2018-06-07
1
-31
/
+75
*
Trying 0.8.7 for #421
0.8.7
kotfu
2018-05-28
1
-1
/
+1
*
Update version to 0.8.6.1 for #421
0.8.6.1
kotfu
2018-05-28
1
-1
/
+1
*
no dashes in rc version
0.8.7rc1
kotfu
2018-05-28
1
-1
/
+1
*
Add ‘python-requires >= 2.7’ for #421
kotfu
2018-05-28
1
-1
/
+1
*
Updated the py console to tab complete Python identifiers and have its own hi...
Kevin Van Brunt
2018-05-26
1
-18
/
+161
*
Completing alias names in value field of alias command since aliases can be n...
Kevin Van Brunt
2018-05-15
1
-2
/
+5
*
Removed test code
Kevin Van Brunt
2018-05-15
1
-2
/
+2
*
Changed readline warning message
Kevin Van Brunt
2018-05-08
1
-5
/
+6
*
Removed color
Kevin Van Brunt
2018-05-07
1
-1
/
+1
*
Backporting readline warning
Kevin Van Brunt
2018-05-07
1
-17
/
+30
*
Fixed issue where completion display function was overwritten when a submenu ...
Kevin Van Brunt
2018-04-28
1
-32
/
+35
*
Backport bugfix related to help completion on commands using with_argparser_a...
Eric Lin
2018-04-20
1
-2
/
+12
*
Created python2 branch for 0.8.x bug fix releases
Todd Leonhardt
2018-04-15
1
-1
/
+1
*
Comment change
Kevin Van Brunt
2018-04-15
1
-1
/
+1
*
Comment update
Kevin Van Brunt
2018-04-15
1
-1
/
+1
*
Updated comments and examples
Kevin Van Brunt
2018-04-15
1
-0
/
+1
*
More unit tests and comments
Kevin Van Brunt
2018-04-15
1
-0
/
+3
*
Improving documentation
Kevin Van Brunt
2018-04-14
1
-11
/
+18
*
Still hammering out adding an opening quote
Kevin Van Brunt
2018-04-14
1
-11
/
+13
*
Corrected how an opening quote is added to delimited matches like paths
Kevin Van Brunt
2018-04-14
1
-8
/
+13
*
Changed opening quote check and comment for clarity
Kevin Van Brunt
2018-04-14
1
-3
/
+3
*
Preparation for 0.8.5 release
Todd Leonhardt
2018-04-13
1
-1
/
+1
*
Correcting when to add an opening quote
Kevin Van Brunt
2018-04-14
1
-3
/
+3
*
Added more clarification to comment
Kevin Van Brunt
2018-04-13
1
-5
/
+4
*
Added comment
Kevin Van Brunt
2018-04-13
1
-4
/
+5
*
Simplifying adding opening quotes
Kevin Van Brunt
2018-04-13
1
-166
/
+72
*
Fixed comment and changed Python 3 check to use six
Kevin Van Brunt
2018-04-13
1
-2
/
+2
*
Removed unused variables
Kevin Van Brunt
2018-04-13
1
-2
/
+0
*
Added better check for whether a path is a directory
Kevin Van Brunt
2018-04-13
1
-3
/
+4
*
Fixed unbound local warning
Kevin Van Brunt
2018-04-13
1
-3
/
+3
*
Added some basic user completion on Windows
Kevin Van Brunt
2018-04-13
1
-18
/
+24
*
Allowing the use of ~user expansion in paths
Kevin Van Brunt
2018-04-12
1
-29
/
+53
*
#350 Pass the return value back through for wrapped functions.
Eric Lin
2018-04-12
1
-3
/
+3
*
Removed an emty line.
Eric Lin
2018-04-11
1
-1
/
+0
*
Added a with_category decorator that can be used to tag a command category.
Eric Lin
2018-04-11
1
-7
/
+51
*
Fixed issue where categorization is skipped when there's a help_<command> fun...
Eric Lin
2018-04-11
1
-6
/
+11
*
Removed extra new line
Kevin Van Brunt
2018-04-11
1
-1
/
+0
*
Added verbose help output with help -v or help --verbose
Eric Lin
2018-04-10
1
-12
/
+59
*
Merge remote-tracking branch 'origin/master' into help_categories
Eric Lin
2018-04-10
1
-1
/
+1
|
\
|
*
Preparing for 0.8.4 release
0.8.4
Kevin Van Brunt
2018-04-10
1
-1
/
+1
*
|
Fixed imports since new categorization feature requires Iterable
Todd Leonhardt
2018-04-09
1
-1
/
+1
*
|
Remove usage of optional type hinting which is not allowed in Python 2.7
Todd Leonhardt
2018-04-09
1
-4
/
+6
*
|
Merge branch 'master' into help_categories
Todd Leonhardt
2018-04-09
1
-3
/
+3
|
\
\
|
|
/
|
*
Swapped line order for comment clarity
Kevin Van Brunt
2018-04-10
1
-3
/
+3
[next]