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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated CHANGELOG in preparation for 0.8.2 release
0.8.2
Todd Leonhardt
2018-03-21
1
-1
/
+2
*
Merge pull request #325 from python-cmd2/macOS_gnureadline
Todd Leonhardt
2018-03-21
3
-11
/
+42
|
\
|
*
Fixed bug where readline got imported separately later
Todd Leonhardt
2018-03-21
1
-1
/
+0
|
*
Added back in preference for gnureadline if it is present
Todd Leonhardt
2018-03-21
3
-10
/
+42
|
/
*
Updated CHANGELOG with info on recent commits
Todd Leonhardt
2018-03-20
1
-0
/
+2
*
Merge pull request #324 from python-cmd2/ppaged_terminal
Todd Leonhardt
2018-03-20
2
-2
/
+15
|
\
|
*
Added an extra check to ppaged() to make sure cmd2 app is running in a real t...
Todd Leonhardt
2018-03-20
2
-2
/
+15
|
/
*
Merge pull request #323 from python-cmd2/sigint_handler
Todd Leonhardt
2018-03-20
3
-4
/
+29
|
\
|
*
Fixed the text of the KeyboardInterrupt Exception that is getting raised with...
Todd Leonhardt
2018-03-20
1
-1
/
+1
|
*
Fix unit tests
Todd Leonhardt
2018-03-19
2
-1
/
+3
|
*
Added a default signal handler for SIGINT (Ctrl-C)
Todd Leonhardt
2018-03-19
2
-4
/
+27
|
/
*
Merge pull request #322 from python-cmd2/tilde
Todd Leonhardt
2018-03-18
2
-20
/
+38
|
\
|
*
Increased test coverage
Kevin Van Brunt
2018-03-18
1
-2
/
+11
|
*
Making unit test do the intended test
Kevin Van Brunt
2018-03-18
1
-1
/
+1
|
*
Fixing more unit tests
Kevin Van Brunt
2018-03-18
1
-7
/
+4
|
*
~ only needs to be expanded if search text was entered
Kevin Van Brunt
2018-03-18
1
-2
/
+2
|
*
Fixed how we complete ~
Kevin Van Brunt
2018-03-18
2
-12
/
+24
|
/
*
Merge pull request #321 from python-cmd2/unit_test
Todd Leonhardt
2018-03-18
1
-3
/
+3
|
\
|
*
Fixed indexes in unit tests
Kevin Van Brunt
2018-03-18
1
-3
/
+3
|
/
*
Merge pull request #320 from python-cmd2/startup_script
Todd Leonhardt
2018-03-17
1
-4
/
+4
|
\
|
*
Merge branch 'master' into startup_script
Todd Leonhardt
2018-03-17
0
-0
/
+0
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #319 from python-cmd2/startup_script
Todd Leonhardt
2018-03-17
7
-5
/
+52
|
\
\
|
|
*
Fixed small typos and changed example code class name
Mark Lalor
2018-03-17
1
-4
/
+4
|
|
/
|
*
Clarify alias and startup script language
kotfu
2018-03-17
1
-1
/
+2
|
*
Added a tiny bit of documentation
Todd Leonhardt
2018-03-17
3
-3
/
+16
|
*
Merge branch 'master' into startup_script
Todd Leonhardt
2018-03-16
3
-11
/
+50
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #318 from python-cmd2/default_on_shell_unit_tests
Todd Leonhardt
2018-03-16
3
-11
/
+50
|
\
\
|
*
|
Changing how commands are parsed if default_to_shell is True
Kevin Van Brunt
2018-03-16
2
-5
/
+17
|
*
|
Making parseline a bit closer to the orignal cmd version
Kevin Van Brunt
2018-03-16
1
-5
/
+0
|
*
|
Skip test_default_to_shell_completion unit test on Windows
Todd Leonhardt
2018-03-16
1
-6
/
+3
|
*
|
Updated one example so it can be used properly with default_to_shell
Todd Leonhardt
2018-03-16
1
-4
/
+0
|
*
|
Merge branch 'master' into default_on_shell_unit_tests
Kevin Van Brunt
2018-03-16
3
-12
/
+122
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Added unit test for completing when default_to_shell is True
Kevin Van Brunt
2018-03-16
1
-0
/
+39
|
|
*
Added ability to specify a startup_script in cmd2.Cmd.__init__()
Todd Leonhardt
2018-03-16
4
-2
/
+35
|
|
/
|
/
|
*
|
Merge pull request #316 from python-cmd2/sub_complete_tests
Todd Leonhardt
2018-03-16
3
-12
/
+122
|
\
\
|
|
/
|
/
|
|
*
Fix unit tests and example
Todd Leonhardt
2018-03-16
2
-6
/
+16
|
*
Merge branch 'master' into sub_complete_tests
Kevin Van Brunt
2018-03-16
1
-13
/
+12
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #315 from python-cmd2/default_to_shell
Todd Leonhardt
2018-03-16
1
-13
/
+12
|
\
\
|
*
|
Added tab completion for shell commands when default_to_shell is True
Kevin Van Brunt
2018-03-16
1
-13
/
+12
|
/
/
|
*
Documented cmd_with_subs_completer function
Kevin Van Brunt
2018-03-16
1
-0
/
+6
|
*
Added unit tests and examples for tab completion of subcommands
Kevin Van Brunt
2018-03-16
2
-12
/
+106
|
/
*
Merge pull request #314 from python-cmd2/alias
Todd Leonhardt
2018-03-16
12
-39
/
+262
|
\
|
*
Merge branch 'master' into alias
Kevin Van Brunt
2018-03-16
0
-0
/
+0
|
|
\
|
|
/
|
/
|
*
|
Update .gitignore to ignore the .pytest_cache directory
Todd Leonhardt
2018-03-16
2
-0
/
+2
|
*
Removed comma
Kevin Van Brunt
2018-03-16
1
-1
/
+1
|
*
Added documentaion
Kevin Van Brunt
2018-03-16
2
-8
/
+24
|
*
Added documentation
Kevin Van Brunt
2018-03-16
2
-0
/
+2
|
*
Added unit tests for alias, unalias, and basic_complete
Kevin Van Brunt
2018-03-16
2
-2
/
+80
|
*
Pushed fix for test_transcript
Todd Leonhardt
2018-03-16
1
-2
/
+2
|
*
Merge branch 'alias' of github.com:python-cmd2/cmd2 into alias
Kevin Van Brunt
2018-03-16
0
-0
/
+0
|
|
\
[next]