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
*
Merge pull request #299 from python-cmd2/subcomplete
0.8.1
Todd Leonhardt
2018-03-09
1
-32
/
+39
|
\
|
*
Tweaked logic on when to run default_completer
Kevin Van Brunt
2018-03-09
1
-4
/
+4
|
*
Merge branch 'master' into subcomplete
Kevin Van Brunt
2018-03-09
1
-1
/
+1
|
|
\
|
|
/
|
/
|
*
|
Fixed typo
Todd Leonhardt
2018-03-09
1
-1
/
+1
*
|
Updated 0.8.1 release date in CHANGELOG
Todd Leonhardt
2018-03-09
1
-2
/
+2
|
*
Tweaked complete function to handle cases where a flag appears before subcomm...
Kevin Van Brunt
2018-03-09
1
-28
/
+35
|
/
*
Minor tweak to CHANGELOG
Todd Leonhardt
2018-03-08
1
-1
/
+1
*
Merge pull request #298 from python-cmd2/poutput_instead_of_print
Todd Leonhardt
2018-03-07
1
-4
/
+4
|
\
|
*
Use self.poutput() instead of print() in arg_print.py example
Todd Leonhardt
2018-03-07
1
-4
/
+4
|
/
*
Merge pull request #297 from python-cmd2/paged_output
Todd Leonhardt
2018-03-07
5
-7
/
+102
|
\
|
*
Try to fix unit tests on Windows
Todd Leonhardt
2018-03-07
1
-2
/
+2
|
*
Refactored the Windows vs macOS/Linux conditional in ppaged()
Todd Leonhardt
2018-03-07
4
-9
/
+15
|
*
Added broken_pipe_warning attribute of cmd2.Cmd.
Todd Leonhardt
2018-03-07
1
-8
/
+11
|
*
Added ppaged() method for printing output via a pager
Todd Leonhardt
2018-03-07
2
-1
/
+87
|
/
*
Improved clean() function in fabfile.py
Todd Leonhardt
2018-03-03
2
-1
/
+4
*
Merge pull request #296 from python-cmd2/completion_tweaks
Todd Leonhardt
2018-03-03
2
-32
/
+68
|
\
|
*
Added a few unit tests
Todd Leonhardt
2018-03-03
1
-0
/
+28
|
*
Removed slightly inaccurate comment
Kevin Van Brunt
2018-03-03
1
-3
/
+0
|
*
Improved comments and simplied path_complete logic
Kevin Van Brunt
2018-03-03
1
-16
/
+29
|
*
Simplified and renamed _shell_command_complete since it didn't need to be an ...
Kevin Van Brunt
2018-03-03
1
-16
/
+14
|
/
*
Merge pull request #295 from python-cmd2/case_sensitivity
Todd Leonhardt
2018-03-02
10
-108
/
+29
|
\
|
*
Removed an unnecessary call to .lower() when determining if a shortcut matche...
Todd Leonhardt
2018-03-02
1
-1
/
+1
|
*
Removed support for case-insensitive command parsing
Todd Leonhardt
2018-03-02
10
-107
/
+28
|
/
*
Merge pull request #294 from python-cmd2/pytest_forked
Todd Leonhardt
2018-03-02
5
-54
/
+24
|
\
|
*
Fixed unit test bug on Windows
Todd Leonhardt
2018-03-02
3
-9
/
+6
|
*
Added use of pytest-forked to CI unit test runs
Todd Leonhardt
2018-03-02
5
-57
/
+30
|
/
*
Merge pull request #292 from python-cmd2/abbrev
Todd Leonhardt
2018-03-02
16
-108
/
+44
|
\
|
*
Added back the unit test of exclude_from_history
Todd Leonhardt
2018-03-02
1
-0
/
+24
|
*
Fixed unit test on Windows
Kevin Van Brunt
2018-03-02
1
-4
/
+4
|
*
Removed abbrev attribute
Kevin Van Brunt
2018-03-02
16
-108
/
+20
|
/
*
Merge pull request #291 from python-cmd2/tab_completion
Todd Leonhardt
2018-03-02
5
-252
/
+776
|
\
|
*
Fixed slicing bug
Kevin Van Brunt
2018-03-02
2
-18
/
+32
|
*
Fixed some parsing bugs and added more unit tests
Kevin Van Brunt
2018-03-02
3
-17
/
+82
|
*
Added tab completion example
Kevin Van Brunt
2018-03-02
2
-7
/
+76
|
*
Added unit tests for index based completion
Kevin Van Brunt
2018-03-02
1
-4
/
+48
|
*
Added unit tests for flag based completion
Kevin Van Brunt
2018-03-02
1
-9
/
+61
|
*
Sorting all completion results. Added unit tests for help command.
Kevin Van Brunt
2018-03-02
2
-15
/
+51
|
*
Fixed unit tests that call complete
Kevin Van Brunt
2018-03-02
1
-10
/
+135
|
*
Added tab completing subcommands to help command
Kevin Van Brunt
2018-03-02
1
-0
/
+32
|
*
Corrected tab completion of subcommands.
Kevin Van Brunt
2018-03-02
2
-104
/
+55
|
*
Fixed typo
Kevin Van Brunt
2018-03-01
1
-1
/
+1
|
*
Fixed check to add space
Kevin Van Brunt
2018-03-01
1
-1
/
+1
|
*
Restoring execute permission on cmd2.py for ease of exploratory testing
Todd Leonhardt
2018-03-01
1
-0
/
+0
|
*
A bit of refactoring to tab completion. Shortcuts not beginning with symbols ...
Kevin Van Brunt
2018-03-01
1
-37
/
+65
|
*
Fixed python_scripting.py example
Todd Leonhardt
2018-03-01
1
-11
/
+11
|
*
Fixed typo
Kevin Van Brunt
2018-03-01
1
-1
/
+1
|
*
Fixed more unit tests
Kevin Van Brunt
2018-03-01
1
-19
/
+16
|
*
Fixed unit tests
Kevin Van Brunt
2018-03-01
1
-10
/
+11
|
*
Added flag and index based tab completion
Kevin Van Brunt
2018-03-01
1
-123
/
+233
|
/
*
Updated CHANGELOG with info on recent changes
Todd Leonhardt
2018-02-27
1
-0
/
+8
[next]