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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
8
-20
/
+21
*
Completion doc updates
Kevin Van Brunt
2020-04-23
1
-12
/
+9
*
Documented CompletionError class
Kevin Van Brunt
2020-04-23
1
-4
/
+4
*
Updated _set_parser_prog() so future calls to add_parser() will set the corre...
Kevin Van Brunt
2020-04-23
1
-1
/
+5
*
Fixed issue where subcommand usage text could contain a subcommand alias inst...
Kevin Van Brunt
2020-04-23
1
-5
/
+20
*
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
2
-16
/
+43
|
\
|
*
run_pyscript now passes a keyword arg to do_py instead of using a hidden argp...
Kevin Van Brunt
2020-04-21
1
-9
/
+8
|
*
argument_list and argparse wrappers now pass kwargs through to the wrapped co...
Kevin Van Brunt
2020-04-20
1
-7
/
+35
*
|
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
3
-23
/
+49
|
\
\
|
|
/
|
*
Updated error text
Kevin Van Brunt
2020-04-20
1
-4
/
+2
|
*
cmd2 now considers ipy a pyscript environment
Kevin Van Brunt
2020-04-20
1
-8
/
+17
|
*
Consistently use :raises: instead of :raises (make sure there is a trailing c...
Todd Leonhardt
2020-04-20
3
-6
/
+6
|
*
Fix doc build
Todd Leonhardt
2020-04-20
1
-1
/
+1
|
*
ipy now returns its PyBridge's stop value so the main loop can know to stop. ...
Kevin Van Brunt
2020-04-20
1
-10
/
+29
*
|
Updating documentation for table creation
Kevin Van Brunt
2020-04-22
1
-3
/
+5
*
|
Updated docs
Kevin Van Brunt
2020-04-22
3
-14
/
+17
*
|
Updated docstrings to work with sphinx
Kevin Van Brunt
2020-04-20
1
-10
/
+12
*
|
Added configurable padding to BorderedTable/AlternatingTable
Kevin Van Brunt
2020-04-19
1
-53
/
+104
*
|
Merge branch 'master' into table_creator
Todd Leonhardt
2020-04-15
3
-87
/
+89
|
\
\
|
|
/
|
*
Removed exception handling around tempfile.TemporaryFile()
Kevin Van Brunt
2020-04-13
1
-5
/
+1
|
*
onecmd_plus_hooks() no longer handles updating any state data related to redi...
Kevin Van Brunt
2020-04-12
2
-51
/
+56
|
*
Simplfied _redirect_output() by raising exception instead of returning bool
Kevin Van Brunt
2020-04-11
3
-39
/
+40
|
*
Simplified onecmd_plus_hooks by reducing number of calls to _run_cmdfinalizat...
Kevin Van Brunt
2020-04-11
1
-6
/
+6
*
|
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-11
3
-9
/
+10
|
\
\
|
|
/
|
*
Made some optional arguments with defaults keyword-only.
Kevin Van Brunt
2020-04-11
3
-9
/
+10
*
|
Initial commit of table creation API
Kevin Van Brunt
2020-04-09
5
-33
/
+817
|
/
*
Removed the shebang from cmd2.py which was a hangover from when that file for...
Todd Leonhardt
2020-04-08
1
-1
/
+0
*
Updated comment
Kevin Van Brunt
2020-03-26
1
-1
/
+1
*
Since runcode() catches most KeyboardInterrupts, just ignore any that make th...
Kevin Van Brunt
2020-03-26
1
-5
/
+3
*
Ctrl-C now stops a running text script instead of just the current script com...
Kevin Van Brunt
2020-03-26
1
-17
/
+33
*
do_shell() now saves the return code of the command it runs in self.last_resu...
Kevin Van Brunt
2020-03-20
1
-0
/
+3
*
Added Cmd2ShlexError
Kevin Van Brunt
2020-03-12
4
-18
/
+32
*
Changed name of exception class as requested in code review
Kevin Van Brunt
2020-03-05
3
-7
/
+7
*
Prevent postcmd_hook from running when argparse fails
Kevin Van Brunt
2020-03-05
3
-10
/
+15
*
Making build_settables() public again
Kevin Van Brunt
2020-02-28
2
-4
/
+4
*
Removed duplicate word and capitalized two comment sentences
Kevin Van Brunt
2020-02-25
2
-3
/
+3
*
Clarify docstring for cmd_func
kotfu
2020-02-24
1
-0
/
+7
*
Revise docstring for _build_settables
kotfu
2020-02-24
1
-1
/
+1
*
standardize language on ‘ansi style sequences’
kotfu
2020-02-24
1
-9
/
+9
*
Revise table of contents to include a description of each module
kotfu
2020-02-24
1
-1
/
+1
*
Add examples to argpars decorators
kotfu
2020-02-24
1
-3
/
+31
*
Fix flake8 error.
kotfu
2020-02-22
1
-10
/
+15
*
Add py_bridge API documentation
kotfu
2020-02-22
1
-18
/
+24
*
Add argparse stuff to api
kotfu
2020-02-22
1
-142
/
+173
*
Revisions and improvements for hooks and plugins
kotfu
2020-02-22
1
-10
/
+20
*
Make build_settables a private method.
kotfu
2020-02-22
1
-3
/
+3
*
Add stubs and documentation for parent methods. Fix #896
kotfu
2020-02-22
1
-1
/
+42
*
Merge branch 'master' into api_docs
kotfu
2020-02-21
2
-12
/
+9
|
\
|
*
Removed hyphen from tab-completion
Kevin Van Brunt
2020-02-21
2
-8
/
+8
|
*
Since CompletionError handling has been moved from ArgparseCompleter to compl...
Kevin Van Brunt
2020-02-21
1
-4
/
+1
[prev]
[next]