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
*
Merge branch 'master' into dashes
dashes
kotfu
2020-04-20
5
-24
/
+57
|
\
|
*
Merge pull request #923 from python-cmd2/ipy_stop
Kevin Van Brunt
2020-04-20
5
-24
/
+57
|
|
\
|
|
*
Updated error text
Kevin Van Brunt
2020-04-20
2
-5
/
+3
|
|
*
cmd2 now considers ipy a pyscript environment
Kevin Van Brunt
2020-04-20
3
-11
/
+22
|
|
*
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
|
|
*
Updated change log
Kevin Van Brunt
2020-04-20
1
-0
/
+5
|
|
*
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
|
|
/
*
|
Add support for complete funcs to rename_command()
kotfu
2020-04-20
5
-23
/
+174
*
|
Change the maps to hold function names not callables
kotfu
2020-04-19
3
-73
/
+76
*
|
Fix maps to not hold funcs, instead hold newname and oldname
kotfu
2020-04-19
2
-6
/
+6
*
|
Work in progress on get_all_commands
kotfu
2020-04-19
3
-12
/
+87
*
|
Document help topics not associated with commands
kotfu
2020-04-19
3
-0
/
+35
*
|
Merge branch 'master' into dashes
kotfu
2020-04-19
4
-113
/
+97
|
\
\
|
|
/
|
*
Merge pull request #919 from python-cmd2/exception_handling
Todd Leonhardt
2020-04-15
4
-113
/
+97
|
|
\
|
|
*
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
4
-65
/
+48
|
|
*
Simplified onecmd_plus_hooks by reducing number of calls to _run_cmdfinalizat...
Kevin Van Brunt
2020-04-11
1
-6
/
+6
|
|
/
*
|
add renaming of a built-in command
kotfu
2020-04-14
1
-0
/
+1
*
|
Add fix for disableing commands and categories
kotfu
2020-04-14
1
-0
/
+1
*
|
Add help for debug command
kotfu
2020-04-14
1
-0
/
+1
*
|
fixed extranneous help because of poorly named self.help_func()
kotfu
2020-04-14
2
-8
/
+8
*
|
help methods working, but help menu is broken
kotfu
2020-04-14
3
-7
/
+61
*
|
Make test suite pass
kotfu
2020-04-14
1
-0
/
+2
*
|
refactor map lookups in prep for adding help and completer
kotfu
2020-04-14
1
-12
/
+12
*
|
Sample program and rough implementation of renaming built-in commands
kotfu
2020-04-14
2
-3
/
+50
|
/
*
Merge pull request #918 from python-cmd2/echo_updates
Kevin Van Brunt
2020-04-11
5
-10
/
+27
|
\
|
*
Fixed unit test name
Kevin Van Brunt
2020-04-11
1
-1
/
+1
|
*
Made some optional arguments with defaults keyword-only.
Kevin Van Brunt
2020-04-11
5
-10
/
+27
|
/
*
Fix documentation typo found in PR #915
Todd Leonhardt
2020-04-09
1
-1
/
+1
*
Merge pull request #915 from python-cmd2/decorator_order
Todd Leonhardt
2020-04-09
3
-6
/
+71
|
\
|
*
Fix extra space typo
Todd Leonhardt
2020-04-09
1
-1
/
+1
|
*
Added documentation about decorator order and updated an example
Todd Leonhardt
2020-04-09
3
-6
/
+71
|
/
*
Merge pull request #911 from python-cmd2/fix_docs
Todd Leonhardt
2020-04-09
2
-6
/
+1
|
\
|
*
Removed the shebang from cmd2.py which was a hangover from when that file for...
Todd Leonhardt
2020-04-08
1
-1
/
+0
|
*
The continuation_prompt attribute was declared twice in cmd.rst - this fixes ...
Todd Leonhardt
2020-04-08
1
-5
/
+1
|
/
*
Updated change log text
Kevin Van Brunt
2020-04-06
1
-1
/
+1
*
Updating change log for release
1.0.2
Kevin Van Brunt
2020-04-06
1
-1
/
+1
*
Merge pull request #910 from python-cmd2/ctrl-c-script
Kevin Van Brunt
2020-03-26
6
-22
/
+69
|
\
|
*
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
|
*
Updated change log
Kevin Van Brunt
2020-03-26
1
-1
/
+2
|
*
Add unit tests for Ctrl-C stopping scripts/transcripts
Kevin Van Brunt
2020-03-26
2
-0
/
+31
|
*
Ctrl-C now stops a running text script instead of just the current script com...
Kevin Van Brunt
2020-03-26
4
-23
/
+40
|
/
*
Merge pull request #908 from python-cmd2/shell_pyscript
Kevin Van Brunt
2020-03-20
3
-0
/
+11
|
\
|
*
do_shell() now saves the return code of the command it runs in self.last_resu...
Kevin Van Brunt
2020-03-20
3
-0
/
+11
|
/
*
Updating change log for release
1.0.1
Kevin Van Brunt
2020-03-13
1
-1
/
+1
*
Merge pull request #906 from python-cmd2/parsing_exception
Todd Leonhardt
2020-03-13
7
-21
/
+81
|
\
|
*
Updated change log
Kevin Van Brunt
2020-03-12
1
-1
/
+1
[next]