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
/
tests
/
test_parsing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Started removing dependency on six
Todd Leonhardt
2018-04-15
1
-5
/
+0
*
Deleted optparse code which had been previously deprecated in 0.8.0 release
Todd Leonhardt
2018-04-09
1
-17
/
+0
*
Fixed bug where positional argument was given after keyword arguments
Todd Leonhardt
2018-03-16
1
-1
/
+1
*
Fixing unit tests
Kevin Van Brunt
2018-03-16
1
-2
/
+4
*
Removed support for case-insensitive command parsing
Todd Leonhardt
2018-03-02
1
-28
/
+8
*
Removed abbrev attribute
Kevin Van Brunt
2018-03-02
1
-6
/
+0
*
Revert to old attribute names for multilineCommands and excludeFromHistory to...
Todd Leonhardt
2018-02-27
1
-6
/
+6
*
Converted a few class variables into instance variables
Todd Leonhardt
2018-02-23
1
-18
/
+18
*
Fixed a unit test
Todd Leonhardt
2017-07-12
1
-0
/
+40
*
Added a few more unit tests
Todd Leonhardt
2017-07-08
1
-0
/
+9
*
Fixed bugs, removed dead code, and added unit tests
Todd Leonhardt
2017-07-02
1
-5
/
+57
*
Added a bunch of unit tests
Todd Leonhardt
2017-07-02
1
-1
/
+13
*
Refactored to replace custom StubbornDict with collections.OrderedDict
Todd Leonhardt
2017-06-29
1
-21
/
+0
*
Moved _parsed into ParserManager
Catherine Devlin
2017-05-30
1
-1
/
+2
*
Moved parser creation into ParserManager
Catherine Devlin
2017-05-30
1
-3
/
+6
*
Added a unit test and updated changes
Todd Leonhardt
2017-05-21
1
-1
/
+7
*
Finished code cleanup for now
Todd Leonhardt
2017-03-12
1
-6
/
+6
*
Parsing unit tests are now largely decoupled from pyparsing implementation de...
Todd Leonhardt
2017-02-25
1
-386
/
+133
*
Added unit tests for parsing unicode characters on the command line.
Todd Leonhardt
2017-02-24
1
-5
/
+69
*
Added "-" to the list of legal characters.
Todd Leonhardt
2017-02-24
1
-7
/
+27
*
Added a couple unit tests for self.inputParser.
Todd Leonhardt
2017-02-24
1
-0
/
+22
*
Finsished porting old doctests to pytest unit tests.
Todd Leonhardt
2017-02-18
1
-80
/
+158
*
Step 2 of porting doctest to pytest.
Todd Leonhardt
2017-02-17
1
-56
/
+122
*
Converting doctests to pytest
Todd Leonhardt
2017-02-17
1
-0
/
+281