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
*
Preparing for 0.8.4 release
0.8.4
Kevin Van Brunt
2018-04-10
5
-6
/
+9
*
Added 0.8.3 dependency fix to change log
Kevin Van Brunt
2018-04-10
1
-1
/
+2
*
Merge pull request #347 from nsoranzo/setup_fixes
Todd Leonhardt
2018-04-10
2
-0
/
+3
|
\
|
*
Build universal wheels
Nicola Soranzo
2018-04-10
1
-0
/
+2
|
*
Add wcwidth for setuptools>=18
Nicola Soranzo
2018-04-10
1
-0
/
+1
|
/
*
Swapped line order for comment clarity
Kevin Van Brunt
2018-04-10
1
-3
/
+3
*
Updated version number of release
0.8.3
Kevin Van Brunt
2018-04-09
5
-5
/
+5
*
Merge pull request #338 from python-cmd2/doc_updates
kmvanbrunt
2018-04-06
2
-2
/
+2
|
\
|
*
Corrected docs
Kevin Van Brunt
2018-04-06
2
-2
/
+2
|
/
*
Added new alias features to change log
Kevin Van Brunt
2018-04-06
1
-0
/
+2
*
Merge pull request #337 from python-cmd2/shell_expansion
kmvanbrunt
2018-04-06
1
-2
/
+3
|
\
|
*
No longer expanding env vars since the shell will do that
Kevin Van Brunt
2018-04-06
1
-2
/
+3
|
/
*
Merge pull request #336 from python-cmd2/refactor
kmvanbrunt
2018-04-03
1
-6
/
+6
|
\
|
*
Refactored function
Kevin Van Brunt
2018-04-03
1
-6
/
+6
|
/
*
Merge pull request #335 from python-cmd2/completion_tweaks
kmvanbrunt
2018-04-03
1
-1
/
+31
|
\
|
*
Added padding to display matches for visual appeal
Kevin Van Brunt
2018-04-03
1
-1
/
+31
|
/
*
Merge pull request #334 from python-cmd2/alias_commands
Todd Leonhardt
2018-04-02
3
-34
/
+93
|
\
|
*
Don't try to load empty or non-existent startup script
Kevin Van Brunt
2018-04-02
2
-6
/
+8
|
*
Added alias parse_line unit test
Kevin Van Brunt
2018-04-02
1
-0
/
+10
|
*
Added ability to query individual alias
Kevin Van Brunt
2018-04-02
2
-7
/
+27
|
*
Allowing aliases to contain other aliases
Kevin Van Brunt
2018-04-02
1
-12
/
+50
|
*
Allow an alias name to match a command name
Kevin Van Brunt
2018-03-31
2
-14
/
+3
|
/
*
Merge pull request #333 from python-cmd2/remove_extra_sorting
kmvanbrunt
2018-03-31
2
-69
/
+58
|
\
|
*
Forgot that topic and command names can overlap
Kevin Van Brunt
2018-03-31
1
-3
/
+3
|
*
Sorting matches earlier
Kevin Van Brunt
2018-03-31
1
-9
/
+12
|
*
Removed unnecessary sorting and duplicate removal from the completers since all
Kevin Van Brunt
2018-03-31
2
-67
/
+53
|
/
*
Merge pull request #332 from python-cmd2/display_length_fix
kmvanbrunt
2018-03-31
5
-86
/
+81
|
\
|
*
Updated documentation
Kevin Van Brunt
2018-03-31
2
-1
/
+3
|
*
Fixed comment
Kevin Van Brunt
2018-03-30
1
-2
/
+2
|
*
Fixed bug where display width was not being calculated for display_matches
Kevin Van Brunt
2018-03-30
3
-83
/
+76
|
/
*
Merge pull request #331 from python-cmd2/simple_quote_check
Todd Leonhardt
2018-03-30
1
-22
/
+12
|
\
|
*
Updated comments and simplified a check for an unclosed quote
Kevin Van Brunt
2018-03-30
1
-22
/
+12
|
/
*
Merge pull request #329 from python-cmd2/new_quoted_completion
kmvanbrunt
2018-03-29
14
-1208
/
+1652
|
\
|
*
Fixed comment
Kevin Van Brunt
2018-03-29
1
-1
/
+1
|
*
Fixed a comment a made a line more readable
Kevin Van Brunt
2018-03-29
1
-3
/
+3
|
*
Updated comment
Kevin Van Brunt
2018-03-28
1
-1
/
+2
|
*
Simplified the readline lib loading
Kevin Van Brunt
2018-03-28
1
-17
/
+8
|
*
Add conditional dependency on enum34 for Python 2.7
Todd Leonhardt
2018-03-28
3
-0
/
+8
|
*
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-28
1
-10
/
+19
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #330 from nsoranzo/master
Todd Leonhardt
2018-03-27
1
-10
/
+19
|
\
\
|
*
|
Wheel-compatible conditional requirements
Nicola Soranzo
2018-03-27
1
-10
/
+19
|
/
/
|
*
Simplified how to add tab completion to a subcommand
Kevin Van Brunt
2018-03-28
4
-40
/
+91
|
*
Addressed code review comments
Kevin Van Brunt
2018-03-27
4
-7
/
+15
|
*
Added checks for readline implementation type
Kevin Van Brunt
2018-03-27
1
-26
/
+41
|
*
Fixed a case where display_matches wasn't being set. Added unit tests.
Kevin Van Brunt
2018-03-27
2
-22
/
+59
|
*
Reorganized some unit tests
Kevin Van Brunt
2018-03-27
2
-75
/
+43
|
*
Added more unit tests
Kevin Van Brunt
2018-03-27
1
-1
/
+16
|
*
Added unit tests
Kevin Van Brunt
2018-03-27
1
-16
/
+69
|
*
Restoring all changes to readline before command loop exits
Kevin Van Brunt
2018-03-26
1
-17
/
+30
|
*
Simplified code
Kevin Van Brunt
2018-03-26
1
-5
/
+4
[next]