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
/
test_cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version to 0.9.0.1 for #421
kotfu
2018-05-28
1
-1
/
+1
*
Update version to 0.9.1rc1 to try and fix #421
kotfu
2018-05-28
1
-1
/
+1
*
Modify clipboard function references
kotfu
2018-05-23
1
-4
/
+4
*
Standardize cmd2 imports in tests and examples
kotfu
2018-05-23
1
-1
/
+1
*
Merge branch 'master' into speedup_import
kotfu
2018-05-23
1
-7
/
+13
|
\
|
*
Remove cmd2.Cmd.redirector for #381
kotfu
2018-05-10
1
-1
/
+1
|
*
Make alias checking and command parsing use the same regex
kotfu
2018-05-07
1
-1
/
+2
|
*
Merge branch 'master' into ignore_identchars
kotfu
2018-05-06
1
-0
/
+18
|
|
\
|
*
|
Don’t allow wierd characters in alias names
kotfu
2018-05-06
1
-0
/
+11
|
*
|
Remove unit test for identchars in aliases
kotfu
2018-05-05
1
-6
/
+0
*
|
|
Move more code from cmd2.py into utils.py
kotfu
2018-05-06
1
-29
/
+26
|
|
/
|
/
|
*
|
Refactor parseline() for #380
kotfu
2018-05-05
1
-0
/
+18
|
/
*
Added newline at end of file
Todd Leonhardt
2018-05-03
1
-1
/
+1
*
Added unit test to partially cover cmd2.cmd2.Cmd.ppaged()
Todd Leonhardt
2018-05-03
1
-0
/
+8
*
Merge branch 'test_merge' into test_ply_merge
Eric Lin
2018-05-02
1
-12
/
+12
|
\
|
*
Removed the expensive imports from cmd2/__init__.py
Eric Lin
2018-04-25
1
-10
/
+10
*
|
Fix incorrect error message
kotfu
2018-04-29
1
-3
/
+2
*
|
Fix broken interrupt unit tests
kotfu
2018-04-27
1
-0
/
+1
*
|
Remove POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIX
kotfu
2018-04-25
1
-6
/
+1
*
|
Refactoring and code cleanup
kotfu
2018-04-24
1
-14
/
+73
*
|
Merge branch 'master' into ply
kotfu
2018-04-23
1
-2
/
+6
|
\
\
|
|
/
|
*
Changed cmd2 to use autocompleter by default for all argparse commands. Not a...
Eric Lin
2018-04-20
1
-2
/
+6
*
|
Multiline support mostly done
kotfu
2018-04-23
1
-1
/
+1
*
|
Fix parsing of input redirection and appending output
kotfu
2018-04-23
1
-1
/
+1
*
|
Fix default_to_shell unit tests
kotfu
2018-04-22
1
-2
/
+2
|
/
*
Cleaned up __init__.py
Todd Leonhardt
2018-04-17
1
-9
/
+9
*
Fix unit tests on package branch
Todd Leonhardt
2018-04-17
1
-1
/
+1
*
Most of the unit tests fixed.
kotfu
2018-04-16
1
-2
/
+2
*
Basic structure for cmd2 as a package
kotfu
2018-04-16
1
-2
/
+2
*
Revert "Basic structure for cmd2 as a package"
kotfu
2018-04-16
1
-2
/
+2
*
Basic structure for cmd2 as a package
kotfu
2018-04-16
1
-2
/
+2
*
Finished removing all dependencies on the six module
Todd Leonhardt
2018-04-15
1
-25
/
+18
*
Started removing dependency on six
Todd Leonhardt
2018-04-15
1
-28
/
+10
*
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
1
-1
/
+1
*
Merged master into delete_optparse branch
Todd Leonhardt
2018-04-15
1
-1
/
+1
|
\
|
*
Preparation for 0.8.5 release
Todd Leonhardt
2018-04-13
1
-1
/
+1
*
|
Merge branch 'master' into delete_optparse
Todd Leonhardt
2018-04-11
1
-2
/
+100
|
\
\
|
|
/
|
*
Added a with_category decorator that can be used to tag a command category.
Eric Lin
2018-04-11
1
-4
/
+3
|
*
Fixed issue where categorization is skipped when there's a help_<command> fun...
Eric Lin
2018-04-11
1
-2
/
+101
|
*
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
1
-33
/
+18
|
/
*
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 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
*
Fix unit tests
Todd Leonhardt
2018-03-19
1
-0
/
+2
*
Added unit tests for alias, unalias, and basic_complete
Kevin Van Brunt
2018-03-16
1
-0
/
+43
*
Fixed unit test
Kevin Van Brunt
2018-03-16
1
-1
/
+2
[next]