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 a couple more unit tests for StdStim
Todd Leonhardt
2018-09-24
1
-0
/
+12
*
StdSim write methods now raise a TypeError exception if passed the wrong type
Todd Leonhardt
2018-09-24
1
-1
/
+44
*
Fixed several hack classes build to simulate file descriptors
Todd Leonhardt
2018-09-23
8
-125
/
+103
*
Removed remaining type hints in docstrings
Kevin Van Brunt
2018-09-21
1
-6
/
+7
*
Fixed unit test
Kevin Van Brunt
2018-09-21
1
-1
/
+1
*
Added unit tests for new utility functions and fixed a comment
Todd Leonhardt
2018-09-21
1
-0
/
+35
*
Refactored do_set
Kevin Van Brunt
2018-09-21
1
-1
/
+1
*
Changed to use ACArgumentParser-based tab-completion for settable parameter n...
Todd Leonhardt
2018-09-20
1
-7
/
+0
*
Added type hints and improved a unit test
Todd Leonhardt
2018-09-20
1
-1
/
+2
*
Added unit tests for complete_set and complete_unalias
Todd Leonhardt
2018-09-19
2
-0
/
+24
*
Add natural sorting (sorting case insensitively as well as numerically)
Lance Starr
2018-09-19
1
-2
/
+28
*
Fix bug in `parse_command_only`
kotfu
2018-09-09
1
-33
/
+76
*
Docstring updates
Kevin Van Brunt
2018-09-09
2
-14
/
+14
*
Took a stab at improving documentation and unit tests for Statement.parse_com...
Todd Leonhardt
2018-09-08
1
-10
/
+50
*
Use attrs on Statement object to do immutability
Todd Leonhardt
2018-09-06
1
-1
/
+15
*
Add back previously removed tests for statement.args
kotfu
2018-09-05
1
-2
/
+45
*
Using empty strings and lists instead of None for default values in Statment
Kevin Van Brunt
2018-09-01
1
-27
/
+30
*
Merge branch 'master' into quoted_args
Todd Leonhardt
2018-08-27
3
-12
/
+10
|
\
|
*
Merge branch 'master' into ac_parser
Todd Leonhardt
2018-08-24
1
-0
/
+75
|
|
\
|
*
|
ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...
Kevin Van Brunt
2018-08-24
3
-12
/
+10
*
|
|
Merge branch 'master' into quoted_args
Kevin Van Brunt
2018-08-24
1
-0
/
+75
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Added a couple unit tests of the exit code feature
Todd Leonhardt
2018-08-23
1
-0
/
+75
|
|
/
*
|
Removed Statement.args since it was redundant. Replaced with already parsed l...
Kevin Van Brunt
2018-08-23
1
-98
/
+83
*
|
Fixed bug where alias was dropping quotes
Kevin Van Brunt
2018-08-23
1
-0
/
+9
|
/
*
Updated changelog
Todd Leonhardt
2018-08-21
1
-0
/
+14
*
Allow newlines inside unclosed quotes. Fixes #495
kotfu
2018-08-08
1
-1
/
+16
*
parse_command_only now appropriately sets multiline_command
kotfu
2018-08-08
1
-0
/
+10
*
Add unit tests to validate embedded newline parsing
kotfu
2018-08-06
1
-1
/
+18
*
Added more unit tests for utils.py
Todd Leonhardt
2018-08-02
1
-2
/
+38
*
Addeded utility function for combining unicode normalization and casefolding ...
Todd Leonhardt
2018-08-02
1
-0
/
+16
*
Updated docs and unit tests
Kevin Van Brunt
2018-08-02
1
-1
/
+1
*
Added alphabetical_sort() function
Kevin Van Brunt
2018-08-01
1
-1
/
+1
*
Added matches_sorted member to support custom sorting order of tab-completion...
Kevin Van Brunt
2018-08-01
1
-3
/
+3
*
Add test to assert cmd2.__version__ exists
kotfu
2018-07-29
1
-0
/
+3
*
Use setuptools_scm for version numbers
kotfu
2018-07-29
1
-4
/
+0
*
Fix unit test on VSTS Hosted Linux agents
Todd Leonhardt
2018-07-17
1
-2
/
+8
*
Attempt at fixing WSL unit test bug #472
Todd Leonhardt
2018-07-17
1
-3
/
+3
*
Merged master with bug fix for #474
Todd Leonhardt
2018-07-17
1
-5
/
+18
|
\
|
*
Bug fix and unit tests for #474
kotfu
2018-07-16
1
-4
/
+18
*
|
Started updating CHANGELOG
Todd Leonhardt
2018-07-16
1
-1
/
+1
*
|
Add tests for StatementParser() created with no arguments.
kotfu
2018-07-15
1
-0
/
+26
*
|
Fix for #417, call preparse()
kotfu
2018-07-15
1
-0
/
+24
*
|
Resolved merge conflict from merging master into plugin_functions
Todd Leonhardt
2018-07-12
2
-13
/
+108
|
\
\
|
|
/
|
*
Added a session-scoped test fixture to ensure teardown of the persistent hist...
Todd Leonhardt
2018-07-12
1
-14
/
+22
|
*
Added unit tests for persistent history file
Kevin Van Brunt
2018-07-12
1
-0
/
+63
|
*
Added unit tests
Kevin Van Brunt
2018-07-12
1
-4
/
+29
|
*
Merge branch 'master' into history
Kevin Van Brunt
2018-07-12
1
-0
/
+15
|
|
\
|
*
|
Added --clear argument to history command
Kevin Van Brunt
2018-07-11
2
-9
/
+8
*
|
|
Merge branch 'master' into plugin_functions
Todd Leonhardt
2018-07-11
1
-0
/
+15
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Added a couple simple unit tests for the case where onecmd accepts a raw string
Todd Leonhardt
2018-07-10
1
-0
/
+15
|
|
/
[next]