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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back in use of 3rd-party mock module for Python 3.5
Todd Leonhardt
2018-04-15
1
-5
/
+7
*
Removed unit test dependency on mock
Todd Leonhardt
2018-04-15
4
-4
/
+4
*
Merged master into delete_optparse branch
Todd Leonhardt
2018-04-15
2
-38
/
+154
|
\
|
*
Renamed variable to match what its called in cmd2.py
Kevin Van Brunt
2018-04-15
1
-6
/
+6
|
*
Updated comments and examples
Kevin Van Brunt
2018-04-15
1
-1
/
+1
|
*
More unit tests and comments
Kevin Van Brunt
2018-04-15
1
-3
/
+18
|
*
More opening quote unit tests
Kevin Van Brunt
2018-04-15
1
-3
/
+63
|
*
Unit tests for adding opening quote
Kevin Van Brunt
2018-04-15
1
-18
/
+68
|
*
Preparation for 0.8.5 release
Todd Leonhardt
2018-04-13
1
-1
/
+1
|
*
Simplifying adding opening quotes
Kevin Van Brunt
2018-04-13
1
-4
/
+1
|
*
Trying to fix Windows unit test when running on AppVeyor
Kevin Van Brunt
2018-04-13
1
-3
/
+3
|
*
Added some basic user completion on Windows
Kevin Van Brunt
2018-04-13
1
-6
/
+2
|
*
Allowing the use of ~user expansion in paths
Kevin Van Brunt
2018-04-12
1
-14
/
+12
*
|
Merge branch 'master' into delete_optparse
Todd Leonhardt
2018-04-11
2
-2
/
+117
|
\
\
|
|
/
|
*
Added a with_category decorator that can be used to tag a command category.
Eric Lin
2018-04-11
2
-5
/
+3
|
*
Fixed issue where categorization is skipped when there's a help_<command> fun...
Eric Lin
2018-04-11
2
-2
/
+119
|
*
Preparing for 0.8.4 release
0.8.4
Kevin Van Brunt
2018-04-10
1
-1
/
+1
*
|
Updated version to 0.8.5
Todd Leonhardt
2018-04-10
1
-1
/
+1
*
|
Deleted optparse code which had been previously deprecated in 0.8.0 release
Todd Leonhardt
2018-04-09
4
-117
/
+56
|
/
*
Updated version number of release
0.8.3
Kevin Van Brunt
2018-04-09
1
-1
/
+1
*
Don't try to load empty or non-existent startup script
Kevin Van Brunt
2018-04-02
1
-1
/
+1
*
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
1
-0
/
+10
*
Allow an alias name to match a command name
Kevin Van Brunt
2018-03-31
1
-5
/
+0
*
Removed unnecessary sorting and duplicate removal from the completers since all
Kevin Van Brunt
2018-03-31
1
-10
/
+18
*
Simplified how to add tab completion to a subcommand
Kevin Van Brunt
2018-03-28
1
-8
/
+14
*
Fixed a case where display_matches wasn't being set. Added unit tests.
Kevin Van Brunt
2018-03-27
1
-10
/
+44
*
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
*
Fixed indexing bug and unit test
Kevin Van Brunt
2018-03-26
1
-2
/
+2
*
Removed unit test
Kevin Van Brunt
2018-03-25
1
-11
/
+0
*
Fixing unit tests
Kevin Van Brunt
2018-03-25
2
-148
/
+89
*
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-23
1
-3
/
+4
|
\
|
*
Fixed check for whether a subcommand was entered
Kevin Van Brunt
2018-03-23
1
-4
/
+5
*
|
Added shell_cmd_complete() as a stand alone tab-completion function.
Kevin Van Brunt
2018-03-23
1
-50
/
+9
*
|
Fixed unit tests
Kevin Van Brunt
2018-03-22
1
-5
/
+10
*
|
Increased coverage of completion tests
Kevin Van Brunt
2018-03-22
1
-56
/
+105
*
|
All existing tab completion unit tests work
Kevin Van Brunt
2018-03-21
1
-166
/
+42
*
|
Finished subcommand completion unit tests
Kevin Van Brunt
2018-03-21
1
-80
/
+28
*
|
Finished basic, flag, and index completion unit tests
Kevin Van Brunt
2018-03-21
1
-67
/
+36
*
|
Fixed all path matching unit tests
Kevin Van Brunt
2018-03-21
1
-25
/
+7
*
|
More unit test updates
Kevin Van Brunt
2018-03-21
1
-18
/
+19
*
|
More unit test fixing
Kevin Van Brunt
2018-03-21
1
-27
/
+10
*
|
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-21
2
-2
/
+25
|
\
\
|
|
/
|
*
Fix unit tests on macOS when gnureadline is installed
Todd Leonhardt
2018-03-21
2
-2
/
+25
*
|
Updating unit tests for new tab completion behavior
Kevin Van Brunt
2018-03-21
1
-115
/
+63
*
|
Merge branch 'master' into quoted_completion
Kevin Van Brunt
2018-03-20
1
-0
/
+2
|
\
\
|
|
/
|
*
Fix unit tests
Todd Leonhardt
2018-03-19
1
-0
/
+2
|
*
Increased test coverage
Kevin Van Brunt
2018-03-18
1
-2
/
+11
[next]