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
*
Update CHANGELOG in preparation for 0.9.16 release
0.9.16
Todd Leonhardt
2019-08-07
1
-1
/
+1
*
Merge pull request #755 from python-cmd2/verify_command_names
Todd Leonhardt
2019-08-07
3
-0
/
+11
|
\
|
*
Merge branch 'master' into verify_command_names
Todd Leonhardt
2019-08-07
2
-5
/
+56
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #754 from python-cmd2/no_tab_select
Todd Leonhardt
2019-08-07
2
-5
/
+56
|
\
\
|
*
|
Disabled tab completion during a select call.
Kevin Van Brunt
2019-08-07
2
-5
/
+56
|
/
/
|
*
Fixed flake8 error
Kevin Van Brunt
2019-08-07
1
-3
/
+3
|
*
Verifying command names in __init__
Kevin Van Brunt
2019-08-07
3
-0
/
+11
|
/
*
Merge pull request #752 from python-cmd2/restrict_alias_macro_names
Todd Leonhardt
2019-08-06
6
-88
/
+38
|
\
|
*
Updated docs
Kevin Van Brunt
2019-08-05
1
-0
/
+3
|
*
Removed ability for aliases and macros to share names with commands
Kevin Van Brunt
2019-08-05
5
-88
/
+35
|
/
*
Merge pull request #750 from python-cmd2/support_custom_actions
Kevin Van Brunt
2019-08-05
3
-28
/
+88
|
\
|
*
Updated change log
Kevin Van Brunt
2019-08-05
1
-0
/
+3
|
*
Added functions to manually add choice providing functions to an argparse act...
Kevin Van Brunt
2019-08-05
2
-28
/
+85
|
/
*
Added PyOhio 2019 video link
Todd Leonhardt
2019-08-03
1
-2
/
+2
*
Merge pull request #749 from python-cmd2/termination
Todd Leonhardt
2019-08-02
3
-60
/
+14
|
\
|
*
Updated unit tests
Kevin Van Brunt
2019-08-02
1
-7
/
+8
|
*
Added terminators to completion delimiters
Kevin Van Brunt
2019-08-02
2
-53
/
+6
|
/
*
Merge pull request #747 from python-cmd2/allow_redirection_fix
Todd Leonhardt
2019-08-02
7
-142
/
+108
|
\
|
*
Fixed inconsistent parsing/tab completion behavior based on the value of `all...
Kevin Van Brunt
2019-08-02
7
-142
/
+108
|
/
*
Merge pull request #745 from python-cmd2/doc_update
Kevin Van Brunt
2019-08-02
2
-7
/
+12
|
\
|
*
Added terminators to cmd2.Cmd's docstring
Kevin Van Brunt
2019-08-01
2
-7
/
+12
|
/
*
Made example update the prompt less frequently
Kevin Van Brunt
2019-08-01
1
-4
/
+18
*
Fixed typo
Kevin Van Brunt
2019-07-31
1
-1
/
+1
*
Updated README - replaced links to older talks with ones to PyOhio 2019
Todd Leonhardt
2019-07-31
1
-6
/
+5
*
Merge pull request #744 from python-cmd2/make_history_directory
Kevin Van Brunt
2019-07-30
3
-7
/
+48
|
\
|
*
Merge branch 'master' into make_history_directory
Kevin Van Brunt
2019-07-30
3
-9
/
+27
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #743 from python-cmd2/choices_exception
Todd Leonhardt
2019-07-30
3
-8
/
+29
|
\
\
|
*
|
Updated change log
Kevin Van Brunt
2019-07-29
1
-1
/
+1
|
*
|
Updated change log
Kevin Van Brunt
2019-07-29
1
-0
/
+4
|
*
|
Raising exception when a choices or completer function is used for an argumen...
Kevin Van Brunt
2019-07-29
2
-8
/
+25
|
/
/
|
*
Added unit test
Kevin Van Brunt
2019-07-29
1
-0
/
+21
|
*
Updated change log
Kevin Van Brunt
2019-07-29
1
-0
/
+4
|
*
Creating directory of persistent history file if it does not exist
Kevin Van Brunt
2019-07-29
2
-7
/
+26
|
/
*
Added a couple dev dependencies to Pipfile for running a couple of the exampl...
0.9.15
Todd Leonhardt
2019-07-24
1
-0
/
+2
*
Add release date to next release in CHANGELOG
Todd Leonhardt
2019-07-24
1
-1
/
+1
*
Merge pull request #739 from python-cmd2/presentation_stuff
Kevin Van Brunt
2019-07-24
16
-173
/
+457
|
\
|
*
Fixed unit test on Windows
Kevin Van Brunt
2019-07-24
1
-4
/
+4
|
*
Updated unit tests
Kevin Van Brunt
2019-07-24
2
-11
/
+14
|
*
Added unit tests
Kevin Van Brunt
2019-07-24
2
-8
/
+36
|
*
Added unit tests
Kevin Van Brunt
2019-07-24
4
-6
/
+69
|
*
Fixed a few commands that would have failed if arguments containing quotes we...
Kevin Van Brunt
2019-07-24
3
-13
/
+18
|
*
Fixed spelling
Kevin Van Brunt
2019-07-24
1
-2
/
+2
|
*
Fixed bug where completer function of disabled command would still run
Kevin Van Brunt
2019-07-24
3
-37
/
+99
|
*
Tab completion of macros should occur before completion of commands with the ...
Kevin Van Brunt
2019-07-24
1
-7
/
+7
|
*
Merge branch 'presentation_stuff' of github.com:python-cmd2/cmd2 into present...
Kevin Van Brunt
2019-07-24
1
-1
/
+0
|
|
\
|
|
*
Fix flake8 error due to extra blank line in example
Todd Leonhardt
2019-07-23
1
-1
/
+0
|
*
|
Removed restriction on macros named after non-multiline commands
Kevin Van Brunt
2019-07-23
3
-11
/
+41
|
|
/
|
*
Fixed bad practice of using print() and replaced with self.poutput()
Todd Leonhardt
2019-07-23
1
-5
/
+5
|
*
Added another command to the unicode command name example
Todd Leonhardt
2019-07-23
1
-0
/
+4
|
*
Added an example with a unicode command name just to prove to myself that tho...
Todd Leonhardt
2019-07-23
2
-0
/
+24
[next]