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
*
convert do_show() to argparse
kotfu
2018-01-14
1
-12
/
+9
*
convert do_history() to argparse
kotfu
2018-01-14
1
-20
/
+16
*
remove use_argument_list attribute
kotfu
2018-01-14
4
-113
/
+3
*
refactor onecmd() to use parse_quoted_string()
kotfu
2018-01-14
1
-7
/
+1
*
Convert built-in commands to argparsing for #250
kotfu
2018-01-14
1
-13
/
+17
*
Ensure help function works if use_argument_list = True
kotfu
2018-01-14
1
-3
/
+3
*
more robust argparse and arglist decorators
kotfu
2018-01-14
2
-18
/
+62
*
add use_argument_list setting
kotfu
2018-01-12
3
-1
/
+74
*
new @with_argument_list decorator
kotfu
2018-01-12
4
-7
/
+97
*
@with_argument_parser now passes an arglist instead of a string
kotfu
2018-01-12
4
-13
/
+27
*
Merge pull request #248 from python-cmd2/argparse_bugfixes
Todd Leonhardt
2018-01-11
5
-67
/
+126
|
\
|
*
simplify output
Jared Crapo
2018-01-10
1
-6
/
+3
|
*
switch from optparse to argparse
Jared Crapo
2018-01-10
1
-25
/
+26
|
*
Replace optparse with argparse in README
Jared Crapo
2018-01-10
1
-33
/
+78
|
*
Fix a nasty bug in @with_argument_parser
Jared Crapo
2018-01-10
2
-3
/
+19
|
/
*
Trivial doc change to get readthedocs to rebuild
Todd Leonhardt
2018-01-10
1
-2
/
+3
*
Merge pull request #247 from python-cmd2/argparse
Todd Leonhardt
2018-01-10
6
-19
/
+366
|
\
|
*
Updated CHANGELOG to reflect the argparse changes
Todd Leonhardt
2018-01-10
1
-0
/
+6
|
*
Write documentation
kotfu
2018-01-07
2
-113
/
+147
|
*
Clean up variable names
kotfu
2018-01-07
1
-2
/
+2
|
*
Set prog in argparser based on the name of the function
kotfu
2018-01-07
3
-12
/
+14
|
*
Properly set docstring so it contains help message
kotfu
2018-01-07
3
-39
/
+55
|
*
Add tests for POSIX=true and arguments containing spaces
kotfu
2018-01-07
2
-5
/
+43
|
*
Remove leftover debugging code
kotfu
2018-01-07
1
-2
/
+0
|
*
Merge branch 'argparse' of github.com:python-cmd2/cmd2 into argparse
kotfu
2018-01-07
0
-0
/
+0
|
|
\
|
|
*
Merge branch 'master' into argparse
Todd Leonhardt
2018-01-07
13
-53
/
+68
|
|
|
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'master' of github.com:python-cmd2/cmd2 into argparse
kotfu
2018-01-07
5
-10
/
+15
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #246 from python-cmd2/python_3.7
Todd Leonhardt
2018-01-07
5
-10
/
+15
|
\
\
\
|
*
|
|
Enabled Python 3.7 testing on Travis CI
Todd Leonhardt
2018-01-06
5
-10
/
+15
|
/
/
/
|
*
|
Default posix and quote removal working.
kotfu
2018-01-07
3
-42
/
+48
|
*
|
Merge branch 'master' of github.com:python-cmd2/cmd2 into argparse
kotfu
2018-01-07
13
-50
/
+60
|
|
\
\
|
|
/
/
|
/
|
/
|
|
/
*
|
Merge pull request #245 from python-cmd2/issue244
Todd Leonhardt
2018-01-06
3
-13
/
+34
|
\
\
|
*
|
Fix test_transcript.py in python 3.7
kotfu
2018-01-06
2
-13
/
+33
|
*
|
Tell git to ignore .tox directory
kotfu
2018-01-06
1
-0
/
+1
|
/
/
*
|
Merge pull request #243 from python-cmd2/release_prep
0.7.9
Todd Leonhardt
2018-01-04
11
-37
/
+26
|
\
\
|
*
|
Disabled Python 3.7-dev build in Travis CI
Todd Leonhardt
2018-01-04
7
-10
/
+12
|
*
|
Fix Travis CI builds
Todd Leonhardt
2018-01-04
3
-18
/
+4
|
*
|
Updating version and changelog in preparation for minor bug fix realease
Todd Leonhardt
2018-01-04
5
-15
/
+16
|
/
/
|
*
New test cases for argparse
Jared Crapo
2018-01-07
2
-2
/
+68
|
*
Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparse
Jared Crapo
2017-12-11
35
-905
/
+158
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #241 from python-cmd2/windows_pyreadline
Todd Leonhardt
2017-11-15
6
-3
/
+41
|
\
\
|
*
|
Added a note to the installation instructions section of user manual
Todd Leonhardt
2017-11-15
1
-0
/
+4
|
*
|
Fixed a list concatenation bug in changes made to setup.py
Todd Leonhardt
2017-11-15
1
-1
/
+1
|
*
|
Merged master into windows_pyreadline branch
Todd Leonhardt
2017-11-15
1
-1
/
+1
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #240 from python-cmd2/bump_version
Todd Leonhardt
2017-11-15
3
-3
/
+3
|
\
\
\
|
*
|
|
Bump version to 0.7.9a
Todd Leonhardt
2017-11-15
3
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #239 from python-cmd2/update_changelog
Todd Leonhardt
2017-11-15
1
-0
/
+7
|
\
\
\
|
*
|
|
Just updated changelog
Todd Leonhardt
2017-11-15
1
-0
/
+7
|
/
/
/
|
*
|
Trying to fix tox.ini and appveyor.yml to get automated Windows tests to work...
Todd Leonhardt
2017-11-15
2
-2
/
+30
|
*
|
Updated appveyor.yml to ensure that pyreadline gets installed on Windows cont...
Todd Leonhardt
2017-11-15
1
-1
/
+1
[next]