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
*
Always set the canonical version allow_ansi' string value
Kevin Van Brunt
2019-06-29
1
-9
/
+16
*
Handling alternate cases of allow_ansi values
Kevin Van Brunt
2019-06-29
1
-0
/
+3
*
Added validation when setting allow_ansi
Kevin Van Brunt
2019-06-29
1
-0
/
+14
*
Simplified ansi color dictionaries and lookup methods
Todd Leonhardt
2019-06-27
1
-16
/
+19
*
Added unit tests for ansi.py
Kevin Van Brunt
2019-06-27
1
-2
/
+2
*
Made allow_ansi an application-wide setting and moved it to ansi.py
Kevin Van Brunt
2019-06-27
1
-14
/
+10
*
More replacing of 'colors' with 'allow_ansi'
Kevin Van Brunt
2019-06-26
1
-4
/
+4
*
Renamed colors setting to allow_ansi
Kevin Van Brunt
2019-06-26
1
-32
/
+32
*
Changed signature of style() to allow for simpler calling and overriding of s...
Kevin Van Brunt
2019-06-26
1
-2
/
+2
*
Added TextStyle class and default implementations for various message types l...
Kevin Van Brunt
2019-06-26
1
-2
/
+2
*
Moved code related to ANSI escape codes to new file called ansi.py
Kevin Van Brunt
2019-06-26
1
-12
/
+12
*
Renamed style_message to style
Kevin Van Brunt
2019-06-26
1
-2
/
+2
*
Removed color args from poutput since the style function is going to do more ...
Kevin Van Brunt
2019-06-25
1
-4
/
+4
*
Replaced more pexcept uses with perror
Kevin Van Brunt
2019-06-25
1
-3
/
+3
*
Revert change in test_poutput_color_always
Daniel Ahn
2019-06-24
1
-1
/
+1
*
Initial Commit for Issue 698
xNinjaKittyx
2019-06-24
1
-8
/
+6
*
Made last_result public and restored the initialization of it in __init__ and...
Todd Leonhardt
2019-06-23
1
-12
/
+12
*
Added verify_help_text() helper function for tests and removed BASE_HELP and ...
Todd Leonhardt
2019-06-15
1
-108
/
+38
*
Updated CHANGELOG and made some more methods protected
Todd Leonhardt
2019-06-15
1
-3
/
+3
*
Made more methods protected
Todd Leonhardt
2019-06-15
1
-3
/
+3
*
Began work to minimize public API
Todd Leonhardt
2019-06-15
1
-5
/
+5
*
Fix unit test failures I introduced in last commit
Todd Leonhardt
2019-06-15
1
-1
/
+1
*
Added unit tests
Kevin Van Brunt
2019-06-15
1
-3
/
+12
*
Updated unit tests
Kevin Van Brunt
2019-06-15
1
-34
/
+1
*
Fixing unit tests
Kevin Van Brunt
2019-06-15
1
-53
/
+31
*
Fixed unit tests
Kevin Van Brunt
2019-06-15
1
-21
/
+24
*
Fixing unit tests
Kevin Van Brunt
2019-06-15
1
-2
/
+2
*
Merge branch 'master' into history_fixes
Kevin Van Brunt
2019-06-14
1
-129
/
+130
|
\
|
*
Fixed unit tests
Kevin Van Brunt
2019-06-12
1
-44
/
+41
|
*
Removed support for cmd.cmdqueue
Kevin Van Brunt
2019-06-11
1
-15
/
+18
|
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
1
-3
/
+0
|
*
Removed self._should_quit from cmd2 and add logic to PyscriptBridge to return...
Kevin Van Brunt
2019-06-07
1
-1
/
+0
|
*
Removed _STOP_AND_EXIT cmd2 class member since it was meant to be a boolean c...
Kevin Van Brunt
2019-06-04
1
-1
/
+2
|
*
Removed most return statements from finally blocks to avoid hiding exceptions
Kevin Van Brunt
2019-05-24
1
-5
/
+10
|
*
Change load to run scripts immediately instead of queueing commands
Kevin Van Brunt
2019-05-23
1
-66
/
+65
*
|
Added unit test for _input_line_to_statement
Kevin Van Brunt
2019-06-14
1
-0
/
+14
|
/
*
Refactor exit_code implementation
Todd Leonhardt
2019-05-20
1
-4
/
+2
*
Added unit test
Kevin Van Brunt
2019-05-13
1
-0
/
+15
*
Removed unused code
Kevin Van Brunt
2019-05-13
1
-1
/
+0
*
Added capability to redirect pipe commands and chain them together
Kevin Van Brunt
2019-05-07
1
-1
/
+1
*
Merge branch 'master' into macro_refactor
Kevin Van Brunt
2019-05-06
1
-7
/
+7
|
\
|
*
ACArgumentParser no longer prints complete help text when a parsing error occurs
Kevin Van Brunt
2019-05-06
1
-7
/
+7
*
|
Updated unit test
Kevin Van Brunt
2019-05-05
1
-6
/
+6
*
|
Broke _complete_statement into 2 functions.
Kevin Van Brunt
2019-05-05
1
-0
/
+5
*
|
Macros can now share their name with a command
Kevin Van Brunt
2019-05-02
1
-5
/
+0
*
|
Macro resolution now occurs during parsing
Kevin Van Brunt
2019-05-02
1
-1
/
+1
|
/
*
Pyscript now saves command output during the same period that redirection does
Kevin Van Brunt
2019-04-10
1
-3
/
+2
*
Added unit test
Kevin Van Brunt
2019-03-27
1
-0
/
+9
*
Fixed unit test on Windows
Kevin Van Brunt
2019-03-20
1
-1
/
+1
*
Made run_cmd return out and err
Kevin Van Brunt
2019-03-20
1
-352
/
+293
[next]