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
*
Added more tests exercising the pyscript bridge.
Eric Lin
2018-04-30
6
-1
/
+35
*
Added support for translating function positional and keyword arguments into ...
Eric Lin
2018-04-28
7
-0
/
+121
*
No longer running test_path_completion_complete_user unit test on Windows
Kevin Van Brunt
2018-04-26
1
-5
/
+6
*
Switched the default behavior in cmd2 for argparse commands to use the AutoCo...
Eric Lin
2018-04-21
1
-80
/
+9
*
Changed cmd2 to use autocompleter by default for all argparse commands. Not a...
Eric Lin
2018-04-20
2
-2
/
+29
*
Addresses comments on #362
Eric Lin
2018-04-19
3
-33
/
+14
*
Adjusted some coverage configuration. Found and fixed bug in help completion.
Eric Lin
2018-04-18
3
-105
/
+229
*
Merge remote-tracking branch 'origin/master' into autocompleter
Eric Lin
2018-04-18
8
-58
/
+42
|
\
|
*
Cleaned up __init__.py
Todd Leonhardt
2018-04-17
3
-32
/
+32
|
*
Fix unit tests on package branch
Todd Leonhardt
2018-04-17
1
-1
/
+1
|
*
Most of the unit tests fixed.
kotfu
2018-04-16
5
-7
/
+6
|
*
Basic structure for cmd2 as a package
kotfu
2018-04-16
5
-5
/
+10
|
*
Revert "Basic structure for cmd2 as a package"
kotfu
2018-04-16
5
-10
/
+5
|
*
Basic structure for cmd2 as a package
kotfu
2018-04-16
5
-5
/
+10
*
|
Added check for whether the terminal is present before reprinting the prompt....
Eric Lin
2018-04-17
1
-4
/
+0
*
|
Some minor tweaks to AutoCompleter handling a collection of index-based funct...
Eric Lin
2018-04-17
2
-0
/
+98
*
|
Marked the 2 tests failing the windows unit test as skip for windows. It work...
Eric Lin
2018-04-17
1
-3
/
+6
*
|
Added unit tests for AutoCompleter.
Eric Lin
2018-04-16
1
-0
/
+301
|
/
*
Finished removing all dependencies on the six module
Todd Leonhardt
2018-04-15
2
-26
/
+18
*
Started removing dependency on six
Todd Leonhardt
2018-04-15
3
-41
/
+13
*
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
[next]