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
*
Trying to fix macOS YAML-based test failures
Todd Leonhardt
2018-09-12
1
-1
/
+2
*
Set up CI with Azure Pipelines
azure-pipelines[bot]
2018-09-12
1
-0
/
+56
*
Merge pull request #513 from python-cmd2/sane
Todd Leonhardt
2018-09-12
1
-6
/
+8
|
\
|
*
Moved code from deprecated postparsing_postcmd into _run_cmdfinalization_hooks
Kevin Van Brunt
2018-09-12
1
-6
/
+8
|
/
*
Merge pull request #505 from python-cmd2/quoted_args
Todd Leonhardt
2018-09-10
8
-340
/
+549
|
\
|
*
Fix bug in `parse_command_only`
kotfu
2018-09-09
2
-40
/
+84
|
*
Docstring updates
Kevin Van Brunt
2018-09-09
4
-31
/
+31
|
*
Added/updated documentation for `Statement`
kotfu
2018-09-09
2
-16
/
+103
|
*
Took a stab at improving documentation and unit tests for Statement.parse_com...
Todd Leonhardt
2018-09-08
2
-10
/
+51
|
*
Simplified override of __new__
Todd Leonhardt
2018-09-06
1
-13
/
+2
|
*
Use attrs on Statement object to do immutability
Todd Leonhardt
2018-09-06
2
-60
/
+55
|
*
Replace previously removed Statement initialization parameters
kotfu
2018-09-05
1
-2
/
+3
|
*
Add back previously removed tests for statement.args
kotfu
2018-09-05
2
-3
/
+46
|
*
Made it possible for editors like Pycharm to see members of Statement in tab ...
Kevin Van Brunt
2018-09-05
1
-40
/
+37
|
*
Updated docstring
Kevin Van Brunt
2018-09-05
1
-1
/
+1
|
*
Updated alias help text
Kevin Van Brunt
2018-09-05
1
-1
/
+1
|
*
Merge branch 'master' into quoted_args
Todd Leonhardt
2018-09-05
2
-2
/
+2
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #510 from python-cmd2/unrestrict_sphinx_version
Todd Leonhardt
2018-09-05
2
-2
/
+2
|
\
\
|
*
|
Unrestrict Sphinx version since they fixed their bug
Todd Leonhardt
2018-09-04
2
-2
/
+2
|
/
/
|
*
Updated CHANGELOG with bug fix comment for associated PR
Todd Leonhardt
2018-09-04
2
-3
/
+4
|
*
Updated comment
Kevin Van Brunt
2018-09-02
1
-1
/
+1
|
*
Updated comment
Kevin Van Brunt
2018-09-01
1
-3
/
+2
|
*
Removed unused import
Kevin Van Brunt
2018-09-01
1
-1
/
+1
|
*
Using empty strings and lists instead of None for default values in Statment
Kevin Van Brunt
2018-09-01
3
-92
/
+102
|
*
No longer returning None from tokens_for_completion()
Kevin Van Brunt
2018-09-01
1
-26
/
+26
|
*
Merge branch 'quoted_args' of github.com:python-cmd2/cmd2 into quoted_args
Kevin Van Brunt
2018-09-01
12
-154
/
+287
|
|
\
|
|
*
Merge branch 'master' into quoted_args
Todd Leonhardt
2018-09-01
1
-2
/
+32
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #509 from python-cmd2/tag_creation
Todd Leonhardt
2018-09-01
1
-2
/
+32
|
\
\
\
|
*
|
|
Added regex to validatetag invoke task to check to make sure Git Tag appears ...
Todd Leonhardt
2018-08-27
1
-2
/
+16
|
*
|
|
Merge branch 'master' into tag_creation
Todd Leonhardt
2018-08-24
7
-30
/
+25
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added a validatetag invoke task to check to make sure a Git tag exists for th...
Todd Leonhardt
2018-08-24
1
-2
/
+9
|
*
|
|
Added a tag invoke task for adding a Git tag and pushing it to origin
Todd Leonhardt
2018-08-24
1
-0
/
+9
|
|
|
*
Merge branch 'master' into quoted_args
Todd Leonhardt
2018-08-27
7
-30
/
+25
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #508 from python-cmd2/ac_parser
Todd Leonhardt
2018-08-24
7
-30
/
+25
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added change to ACHelpFormatter
Kevin Van Brunt
2018-08-24
1
-0
/
+2
|
*
|
|
Merge branch 'master' into ac_parser
Todd Leonhardt
2018-08-24
5
-0
/
+134
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...
Kevin Van Brunt
2018-08-24
6
-30
/
+23
|
|
|
*
Merge branch 'master' into quoted_args
Kevin Van Brunt
2018-08-24
5
-0
/
+134
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #507 from python-cmd2/exit_code
Todd Leonhardt
2018-08-24
5
-0
/
+134
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added a couple unit tests of the exit code feature
Todd Leonhardt
2018-08-23
2
-4
/
+77
|
*
|
|
Added way of returning a non-zero exit code to the shell
Todd Leonhardt
2018-08-23
4
-0
/
+61
|
/
/
/
|
|
*
Removed Statement.args since it was redundant. Replaced with already parsed l...
Kevin Van Brunt
2018-08-23
3
-123
/
+97
|
*
|
Fixed spelling
Kevin Van Brunt
2018-09-01
1
-1
/
+1
|
|
/
|
*
No longer returning None from arg_list
Kevin Van Brunt
2018-08-23
1
-3
/
+3
|
*
Fixed bug where alias was dropping quotes
Kevin Van Brunt
2018-08-23
3
-22
/
+50
|
/
*
Merge pull request #503 from python-cmd2/deprecated_submenu
Todd Leonhardt
2018-08-23
1
-1
/
+0
|
\
|
*
Deleted a line which was added to support the SubMenu feature
Todd Leonhardt
2018-08-22
1
-1
/
+0
|
/
*
Merge pull request #501 from python-cmd2/all_commands
Todd Leonhardt
2018-08-21
5
-5
/
+25
|
\
|
*
Restrict Sphinx version
Todd Leonhardt
2018-08-21
2
-2
/
+2
|
*
Updated changelog
Todd Leonhardt
2018-08-21
2
-0
/
+18
[next]