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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed ability to call commands as if they were functions in pyscript (e.g. ...
Kevin Van Brunt
2019-02-28
1
-0
/
+2
*
Updated the examples to illustrate sorting CompletionItems
Kevin Van Brunt
2019-02-27
1
-1
/
+0
*
Added matches_sort_key member to cmd2
Kevin Van Brunt
2019-02-27
1
-1
/
+2
*
Fixed grammar in change log
Kevin Van Brunt
2019-02-23
1
-1
/
+1
*
Made cmd2_app a positional and required argument of AutoCompleter.
Kevin Van Brunt
2019-02-23
1
-0
/
+13
*
Restored called to expanduser in do_edit() instead of relying on do_shell() t...
0.9.10
Kevin Van Brunt
2019-02-22
1
-0
/
+4
*
Updated change log
Kevin Van Brunt
2019-02-21
1
-1
/
+3
*
Added bug fix to change log
Kevin Van Brunt
2019-02-20
1
-0
/
+4
*
Fixed issue where calling exit() or quit() from a pyscript would close the wh...
Kevin Van Brunt
2019-02-06
1
-1
/
+4
*
Added StdSim bug fix
Kevin Van Brunt
2019-01-24
1
-0
/
+5
*
Updated change log for 0.9.7 release
Kevin Van Brunt
2019-01-08
1
-2
/
+3
*
Updated change log
Kevin Van Brunt
2018-12-21
1
-1
/
+1
*
Added bug fix about cmd_echo
Kevin Van Brunt
2018-12-21
1
-0
/
+1
*
Updated CHANGELOG
Todd Leonhardt
2018-12-13
1
-0
/
+2
*
Added to change log
Kevin Van Brunt
2018-12-06
1
-0
/
+3
*
Added description about path_filter argument in path_complete
Kevin Van Brunt
2018-10-26
1
-0
/
+2
*
cmdloop now checks to see if it is running in the main thread before attempti...
Todd Leonhardt
2018-10-21
1
-0
/
+2
*
Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were depre...
Todd Leonhardt
2018-10-18
1
-0
/
+4
*
Updated formatting
test_one
Kevin Van Brunt
2018-10-13
1
-1
/
+1
*
Moved bug fixes to top
Kevin Van Brunt
2018-10-13
1
-4
/
+4
*
Added bug fixes to change log
Kevin Van Brunt
2018-10-13
1
-0
/
+3
*
Refactored
Kevin Van Brunt
2018-10-13
1
-0
/
+1
*
You can now call a macro with extra arguments
Kevin Van Brunt
2018-10-12
1
-0
/
+1
*
Using wcwidth to calculate display width of prompt
Kevin Van Brunt
2018-10-11
1
-0
/
+4
*
Filled in 0.9.5 release date
Kevin Van Brunt
2018-10-11
1
-1
/
+1
*
Fixed ArgparseFunctor to allow flag looking tokens in REMAINDER sections
Kevin Van Brunt
2018-10-10
1
-0
/
+2
*
Added warning to documentation about how help_foo won't be called for command...
Todd Leonhardt
2018-10-06
1
-0
/
+1
*
Fixed unit test failures and addressed code review comments
Todd Leonhardt
2018-10-06
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into argparse_remainder
Eric Lin
2018-10-06
1
-1
/
+1
|
\
|
*
Using sub-command instead of subcommand where possible to be consistent with ...
Kevin Van Brunt
2018-10-05
1
-1
/
+1
*
|
Added description of changes to CHANGELOG.
Eric Lin
2018-10-06
1
-0
/
+10
|
/
*
Fixed transcript testing bug where last command in transcript has no expected...
Todd Leonhardt
2018-09-30
1
-0
/
+1
*
Change TBD release date of 0.9.5 to be in October 2018
Todd Leonhardt
2018-09-30
1
-1
/
+1
*
Added that we converted everything to argparse
Kevin Van Brunt
2018-09-28
1
-1
/
+1
*
Made function public
Kevin Van Brunt
2018-09-28
1
-2
/
+4
*
Changes requested in code review
Kevin Van Brunt
2018-09-27
1
-1
/
+1
*
Documented macros
Kevin Van Brunt
2018-09-27
1
-2
/
+5
*
Merged alert_printer stuff from master and resolved conflicts
Todd Leonhardt
2018-09-25
1
-0
/
+4
|
\
|
*
Added bugfix about help on argparse commands
Kevin Van Brunt
2018-09-25
1
-0
/
+1
|
*
Fixed documentation
Kevin Van Brunt
2018-09-25
1
-1
/
+1
|
*
Added documentation
Kevin Van Brunt
2018-09-25
1
-0
/
+4
*
|
Merge branch 'master' into colorize
Todd Leonhardt
2018-09-25
1
-0
/
+1
|
\
\
|
*
|
Added bugfix about help on argparse commands
Kevin Van Brunt
2018-09-25
1
-0
/
+1
|
|
/
*
|
Merged master and resolved conflicts in CHANGELOG
Todd Leonhardt
2018-09-25
1
-0
/
+5
|
\
\
|
|
/
|
*
Deleted the hook methods which were deprecated in the previous release
Todd Leonhardt
2018-09-25
1
-0
/
+5
*
|
Updated CHANGELOG with info based on color support changes
Todd Leonhardt
2018-09-23
1
-0
/
+9
|
/
*
Updated changelog
Todd Leonhardt
2018-09-19
1
-0
/
+2
*
Updated CHANGELOG with bug fix comment for associated PR
Todd Leonhardt
2018-09-04
1
-1
/
+2
*
Added change to ACHelpFormatter
Kevin Van Brunt
2018-08-24
1
-0
/
+2
*
Added way of returning a non-zero exit code to the shell
Todd Leonhardt
2018-08-23
1
-0
/
+3
[next]