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
/
cmd2
/
parsing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace with_argparser_and_unknown_args in docs
Kyle King
2020-11-08
1
-3
/
+2
*
Added validation of subcommand handler attributes
Eric Lin
2020-08-20
1
-7
/
+12
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-2
/
+1
*
Added Cmd2ShlexError
Kevin Van Brunt
2020-03-12
1
-5
/
+7
*
Add documentation for parsing classes
kotfu
2020-02-14
1
-108
/
+78
*
Updated center_text to support ansi escape sequences and characters with disp...
Kevin Van Brunt
2019-12-09
1
-4
/
+5
*
Removed ability for aliases and macros to share names with commands
Kevin Van Brunt
2019-08-05
1
-15
/
+7
*
Added terminators to completion delimiters
Kevin Van Brunt
2019-08-02
1
-2
/
+2
*
Fixed inconsistent parsing/tab completion behavior based on the value of `all...
Kevin Van Brunt
2019-08-02
1
-5
/
+1
*
Added terminators to cmd2.Cmd's docstring
Kevin Van Brunt
2019-08-01
1
-2
/
+2
*
Removed restriction on macros named after non-multiline commands
Kevin Van Brunt
2019-07-23
1
-4
/
+2
*
Updated docstrings
Kevin Van Brunt
2019-07-23
1
-5
/
+10
*
Added to a few methods to prevent the command token from being expanded
Kevin Van Brunt
2019-07-23
1
-9
/
+8
*
Moved the sorting of shortcuts into StatementParser which allows users to pas...
Kevin Van Brunt
2019-07-16
1
-5
/
+8
*
Restore self.statement_parser to a public attribute in cmd2.Cmd
Todd Leonhardt
2019-07-10
1
-1
/
+1
*
Removed unneeded (optional) text from docstrings
Kevin Van Brunt
2019-06-26
1
-5
/
+5
*
Fixed a few comments where "redirecting" accidentally got changed to "_redire...
Todd Leonhardt
2019-06-15
1
-1
/
+1
*
Began work to minimize public API
Todd Leonhardt
2019-06-15
1
-2
/
+2
*
Preserving originally typed quotes of Statement.output_to for use in Statemen...
Kevin Van Brunt
2019-05-13
1
-4
/
+5
*
Fixed parsing issue in case where output redirection (e.g. > file) appears be...
Kevin Van Brunt
2019-05-13
1
-36
/
+34
*
Added capability to redirect pipe commands and chain them together
Kevin Van Brunt
2019-05-07
1
-11
/
+11
*
Merge branch 'master' into macro_refactor
Kevin Van Brunt
2019-05-06
1
-3
/
+1
|
\
|
*
Fixed issue where the wrong terminator was being appended by Statement.expand...
Kevin Van Brunt
2019-05-06
1
-3
/
+1
*
|
Refactored alias resolution to get code coverage back to 100%
Kevin Van Brunt
2019-05-06
1
-11
/
+13
*
|
Macro resolution now occurs during parsing
Kevin Van Brunt
2019-05-02
1
-21
/
+25
|
/
*
No longer appending \n to commands run by PyscriptBridge. This messes up redi...
Kevin Van Brunt
2019-03-19
1
-1
/
+1
*
Merge branch 'master' into attributes
Todd Leonhardt
2019-03-17
1
-39
/
+53
|
\
|
*
Updated docs and example
Kevin Van Brunt
2019-03-17
1
-2
/
+2
|
*
Updated documentation
Kevin Van Brunt
2019-03-16
1
-6
/
+8
|
*
Added Statement object to argparse Namespace passed to wrapped functions
Kevin Van Brunt
2019-03-16
1
-39
/
+51
*
|
Aliases are now stored within the StatementParser instance
Todd Leonhardt
2019-03-16
1
-3
/
+3
*
|
Improved type hints and documentation in StatementParser.__init__()
Todd Leonhardt
2019-03-14
1
-9
/
+20
*
|
Made several attributes of StatementParser immutable
Todd Leonhardt
2019-03-14
1
-6
/
+6
|
/
*
Updated a comment and moved an import
Kevin Van Brunt
2019-03-06
1
-1
/
+1
*
Moved some utility functions from cmd2.py to parsing.py
Todd Leonhardt
2019-03-05
1
-12
/
+40
*
Added a shlex.split() wrapper to have a common way of calling it.
Kevin Van Brunt
2019-03-05
1
-1
/
+11
*
Merged master into history and resolved conflicts
Todd Leonhardt
2019-03-04
1
-44
/
+10
|
\
|
*
Removed support for c-style and embedded comments
Kevin Van Brunt
2019-03-01
1
-44
/
+10
*
|
Fixed a couple bugs and added unit tests
Todd Leonhardt
2019-03-03
1
-1
/
+3
*
|
Potential fixes for outstanding multi-line issues in history command
Todd Leonhardt
2019-03-03
1
-3
/
+3
*
|
Merge branch 'master' into history
Kevin Van Brunt
2018-12-06
1
-3
/
+3
|
\
\
|
|
/
|
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-3
/
+3
*
|
First version of adding an expanded option to history items
Kevin Van Brunt
2018-12-03
1
-0
/
+20
|
/
*
You can now call a macro with extra arguments
Kevin Van Brunt
2018-10-12
1
-2
/
+2
*
Removed unneeded escapes in regular expressions
Kevin Van Brunt
2018-09-28
1
-2
/
+2
*
Addressing code review comments
Kevin Van Brunt
2018-09-28
1
-2
/
+3
*
Changes requested in code review
Kevin Van Brunt
2018-09-27
1
-1
/
+1
*
Refactored
Kevin Van Brunt
2018-09-27
1
-2
/
+2
*
Addressing code review comments
Kevin Van Brunt
2018-09-27
1
-1
/
+1
*
Fixed bug in handling unicode digits in macro arguments
Kevin Van Brunt
2018-09-27
1
-8
/
+10
[next]