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
/
cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into hint_bug
Kevin Van Brunt
2020-06-01
1
-24
/
+30
|
\
|
*
Removed pwarning() calls when command raises SystemExit
Kevin Van Brunt
2020-05-28
1
-2
/
+0
|
*
Made following changes to onecmd_plus_hooks()
Kevin Van Brunt
2020-05-07
1
-17
/
+25
|
*
Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.
Kevin Van Brunt
2020-05-07
1
-7
/
+7
*
|
Updated argparse_completer to use TableCreator for the hint table
Kevin Van Brunt
2020-05-28
1
-2
/
+2
|
/
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-7
/
+4
*
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
1
-9
/
+8
|
\
|
*
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
*
|
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
1
-20
/
+46
|
\
\
|
|
/
|
*
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
1
-3
/
+3
|
*
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
*
|
Updated docs
Kevin Van Brunt
2020-04-22
1
-2
/
+2
|
/
*
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
1
-41
/
+40
*
Simplfied _redirect_output() by raising exception instead of returning bool
Kevin Van Brunt
2020-04-11
1
-38
/
+34
*
Simplified onecmd_plus_hooks by reducing number of calls to _run_cmdfinalizat...
Kevin Van Brunt
2020-04-11
1
-6
/
+6
*
Made some optional arguments with defaults keyword-only.
Kevin Van Brunt
2020-04-11
1
-3
/
+3
*
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
1
-8
/
+11
*
Changed name of exception class as requested in code review
Kevin Van Brunt
2020-03-05
1
-2
/
+2
*
Prevent postcmd_hook from running when argparse fails
Kevin Van Brunt
2020-03-05
1
-8
/
+7
*
Making build_settables() public again
Kevin Van Brunt
2020-02-28
1
-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
*
Fix flake8 error.
kotfu
2020-02-22
1
-10
/
+15
*
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
*
Removed hyphen from tab-completion
Kevin Van Brunt
2020-02-21
1
-6
/
+6
*
Since CompletionError handling has been moved from ArgparseCompleter to compl...
Kevin Van Brunt
2020-02-21
1
-4
/
+1
*
Updated comment
Kevin Van Brunt
2020-02-20
1
-2
/
+3
*
Renamed _autocomplete_default to _complete_argparse_command
Kevin Van Brunt
2020-02-19
1
-4
/
+4
*
Moved custom cmd2 exceptions to a separate file and removed them from public API
Todd Leonhardt
2020-02-18
1
-10
/
+1
*
Redrawing the prompt when an exception occurs during tab completion
Kevin Van Brunt
2020-02-18
1
-0
/
+1
*
Updated change log and comment
Kevin Van Brunt
2020-02-18
1
-1
/
+1
*
Added apply_style to CompletionError
Kevin Van Brunt
2020-02-18
1
-3
/
+5
*
Fixed issue where argparse completion errors were being rewrapped as _ActionC...
Kevin Van Brunt
2020-02-18
1
-1
/
+1
*
Updated unit test
Kevin Van Brunt
2020-02-17
1
-0
/
+1
*
Made CompletionError exception available to non-argparse tab completion
Kevin Van Brunt
2020-02-17
1
-2
/
+8
*
Renamed AutoCompleter to ArgparseCompleter for clarity
Kevin Van Brunt
2020-02-17
1
-11
/
+11
*
Only tab complete after redirection tokens if redirection is allowed
Kevin Van Brunt
2020-02-17
1
-2
/
+2
*
Updated documentation and tests
Kevin Van Brunt
2020-02-17
1
-1
/
+3
*
Fixed bug where pyscripts could edit cmd2.Cmd.py_locals dictionary.
Kevin Van Brunt
2020-02-14
1
-45
/
+47
[next]