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
...
*
More unit tests for aliases and macros
Kevin Van Brunt
2018-09-26
1
-7
/
+6
*
Added ability to preserve quotes in argparse and arglist decorated functions ...
Kevin Van Brunt
2018-09-26
1
-6
/
+7
*
Finished macro commands. Still needs testing.
Kevin Van Brunt
2018-09-25
1
-4
/
+4
*
Added macro delete
Kevin Van Brunt
2018-09-25
1
-18
/
+19
*
Backing up macro command work
Kevin Van Brunt
2018-09-24
1
-0
/
+44
*
Added some more alias verification
Kevin Van Brunt
2018-09-24
1
-1
/
+1
*
Merge branch 'master' into macro
Kevin Van Brunt
2018-09-20
1
-10
/
+10
|
\
|
*
Removed use of type argument in attr.ib() since that wasn't added until versi...
Todd Leonhardt
2018-09-20
1
-10
/
+10
|
*
Fix attrs usage so it works with older versions of attrs
Todd Leonhardt
2018-09-20
1
-2
/
+2
*
|
Converted alias command to one with subcommands
Kevin Van Brunt
2018-09-18
1
-8
/
+17
|
/
*
Fix bug in `parse_command_only`
kotfu
2018-09-09
1
-7
/
+8
*
Added/updated documentation for `Statement`
kotfu
2018-09-09
1
-15
/
+73
*
Took a stab at improving documentation and unit tests for Statement.parse_com...
Todd Leonhardt
2018-09-08
1
-0
/
+1
*
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
1
-59
/
+40
*
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
1
-1
/
+1
*
Made it possible for editors like Pycharm to see members of Statement in tab ...
Kevin Van Brunt
2018-09-05
1
-40
/
+37
*
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
1
-64
/
+71
*
Removed Statement.args since it was redundant. Replaced with already parsed l...
Kevin Van Brunt
2018-08-23
1
-24
/
+13
*
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
1
-1
/
+12
*
parse_command_only now appropriately sets multiline_command
kotfu
2018-08-08
1
-4
/
+11
*
Merged master with bug fix for #474
Todd Leonhardt
2018-07-17
1
-10
/
+8
|
\
|
*
Bug fix and unit tests for #474
kotfu
2018-07-16
1
-10
/
+8
*
|
Merge branch 'master' into plugin_functions
kotfu
2018-07-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Use instance attribute for terminators
Kyle Sunden
2018-07-10
1
-1
/
+1
*
|
Fixed a couple type hints and minor pep8-style formatting issues
Todd Leonhardt
2018-07-09
1
-17
/
+18
*
|
Move LINE_FEED into constants
kotfu
2018-07-07
1
-5
/
+3
*
|
Merge branch 'master' into plugin_functions
kotfu
2018-06-19
1
-4
/
+20
|
\
\
|
|
/
|
*
Allowing quoted paths when piping and redirecting
Kevin Van Brunt
2018-06-07
1
-4
/
+20
*
|
Fixed issue with parsing.py on Python 3.4 and 3.5
Todd Leonhardt
2018-06-05
1
-15
/
+14
*
|
Make statement feel immutable and add type hinting
kotfu
2018-06-03
1
-35
/
+64
*
|
Clarify documentation and change parse() parameter name
kotfu
2018-05-27
1
-4
/
+8
|
/
*
Fix bug in sequential terminator logic
kotfu
2018-05-17
1
-0
/
+9
*
Added check to support a continuous run of a terminator to end a line
Kevin Van Brunt
2018-05-16
1
-10
/
+5
*
Remove cmd2.Cmd.redirector for #381
kotfu
2018-05-10
1
-17
/
+21
*
Make alias checking and command parsing use the same regex
kotfu
2018-05-07
1
-11
/
+51
*
Fix bungled merge from master
kotfu
2018-05-06
1
-10
/
+16
*
Merge branch 'master' into ignore_identchars
kotfu
2018-05-06
1
-12
/
+39
|
\
|
*
Fixed some warnings
Kevin Van Brunt
2018-05-06
1
-6
/
+5
|
*
Refactor self.complete() for #380
kotfu
2018-05-05
1
-13
/
+40
*
|
Fix alias expansion when not followed by whitespace
kotfu
2018-05-06
1
-7
/
+20
|
/
*
Add argv to Statement object
kotfu
2018-05-02
1
-6
/
+27
*
Ensure args is ‘’ for backwards compatibility with cmd
kotfu
2018-05-02
1
-6
/
+12
*
Fix nested alias and shortcut expansion
kotfu
2018-04-30
1
-88
/
+80
*
Internal refactoring of parsing and tokenizing code
kotfu
2018-04-29
1
-19
/
+31
*
Add some documentation
kotfu
2018-04-29
1
-1
/
+29
[prev]
[next]