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
*
Fixing Sphinx error
2.4.2
Kevin Van Brunt
2022-07-13
1
-1
/
+1
*
Updated CHANGELOG for 2.4.2 release.
Kevin Van Brunt
2022-07-13
2
-2
/
+7
*
Fixed duplicate subparser name in test_add_parser_custom_completer
Michał Górny
2022-05-23
1
-1
/
+1
*
Moved documentation annotation stripping into utility function. Changed argpa...
Eric Lin
2022-04-25
5
-21
/
+48
*
Updated change log for 2.4.1 release
2.4.1
Kevin Van Brunt
2022-04-13
1
-1
/
+1
*
Fixed formatting error
Kevin Van Brunt
2022-04-13
1
-1
/
+1
*
Add an educational postcommand hook
Case Ploeg
2022-04-13
1
-1
/
+14
*
update postparsing hooks
Case Ploeg
2022-04-13
1
-6
/
+8
*
async_alert() raises a RuntimeError if called from the main thread.
Kevin Van Brunt
2022-04-13
2
-11
/
+26
*
Fixed value for ansi.Bg.YELLOW
Kevin Van Brunt
2022-04-13
2
-1
/
+6
*
Fix test suite ansi.allow_style handling (#1217)
Jakub Kulík
2022-04-13
1
-17
/
+36
*
Fixed path to schema image in README
Kevin Van Brunt
2022-03-16
1
-1
/
+1
*
final changes (#1200)
Jerrad
2022-03-01
5
-297
/
+196
*
Fixed spelling in a docstring
Kevin Van Brunt
2022-02-24
1
-1
/
+1
*
Fixed type hint in unit test code
2.4.0
Kevin Van Brunt
2022-02-22
1
-2
/
+3
*
Updated change log and license for release
Kevin Van Brunt
2022-02-22
2
-2
/
+2
*
Reduced amount of style characters carried over from previous lines when alig...
Kevin Van Brunt
2022-02-22
8
-61
/
+335
*
cmd2 now uses pyreadline3 when running any version of Python on Windows
Kevin Van Brunt
2022-02-17
9
-58
/
+23
*
Improved some readline-related comments
Kevin Van Brunt
2022-02-17
2
-8
/
+25
*
Deleted cmd2.fg and cmd2.bg which were deprecated in 2.3.0. Use cmd2.Fg and c...
Kevin Van Brunt
2022-02-17
4
-74
/
+3
*
Fixed issue where tab completion was quoting argparse flags in some cases.
Kevin Van Brunt
2022-02-16
3
-33
/
+39
*
Update modular_commands.rst (#1199)
Varun Mittal
2022-02-15
1
-2
/
+2
*
Use latest version of black (#1201)
Todd Leonhardt
2022-02-15
1
-1
/
+1
*
Added PassThroughException to __init__.py imports. (#1194)
Kevin Van Brunt
2022-01-26
2
-2
/
+9
*
Updates cmd2 External Test Plugin URL (#1193)
Evgeniy Vasilev
2022-01-26
1
-1
/
+1
*
Added substantial documentation concerning pyscript (#1187)
Jerrad
2022-01-26
1
-14
/
+413
*
Fixed issue in ansi.async_alert_str() which would raise IndexError if prompt ...
Kevin Van Brunt
2022-01-17
2
-1
/
+3
*
Added 'no cover' pragma to import
Kevin Van Brunt
2021-12-15
1
-1
/
+1
*
Simplified import
Kevin Van Brunt
2021-12-15
1
-12
/
+3
*
Added broader exception handling when enabling clipboard functionality via py...
Kevin Van Brunt
2021-12-15
3
-7
/
+13
*
Updated change log for release
2.3.3
Kevin Van Brunt
2021-11-29
1
-1
/
+1
*
Added clearer exception handling to BorderedTable and SimpleTable
Kevin Van Brunt
2021-11-24
3
-2
/
+36
*
Fixed issue where a ns_provider could be passed None instead of its correct c...
2.3.2
Kevin Van Brunt
2021-11-22
4
-5
/
+51
*
Updated docstring
2.3.1
Kevin Van Brunt
2021-11-18
1
-2
/
+3
*
Added unit tests for right-aligned numbers in completion hint tables
Kevin Van Brunt
2021-11-18
2
-24
/
+51
*
ArgparseCompleter now sorts CompletionItems created with numerical values as ...
Kevin Van Brunt
2021-11-18
6
-77
/
+122
*
Added ability to use CompletionItems as argparse choices
Kevin Van Brunt
2021-11-18
4
-8
/
+118
*
Upgraded change log
Kevin Van Brunt
2021-11-12
1
-0
/
+4
*
Updated change log
2.3.0
Kevin Van Brunt
2021-11-11
2
-2
/
+2
*
Updated unit tests
Kevin Van Brunt
2021-11-11
1
-1
/
+5
*
Updated CommandSet unit tests
Kevin Van Brunt
2021-11-11
1
-48
/
+66
*
Added ability to set border background color on BorderTables and AlternatingT...
Kevin Van Brunt
2021-11-10
3
-78
/
+144
*
Updated change log
Kevin Van Brunt
2021-11-09
1
-3
/
+4
*
Added type checks to ansi.style()
Kevin Van Brunt
2021-10-27
2
-1
/
+17
*
Updated table example.
Kevin Van Brunt
2021-10-26
3
-79
/
+92
*
Added ability to colorize all aspects of SimpleTables
Kevin Van Brunt
2021-10-25
4
-64
/
+266
*
Added unit test for Cmd.select() return values
Kevin Van Brunt
2021-10-25
2
-0
/
+40
*
Fixed regression in Cmd.select converting "Any" type argument to string
Benjamin George Roberts
2021-10-25
1
-2
/
+2
*
Added ability to colorize all aspects of BorderedTables and AlternatingTables.
Kevin Van Brunt
2021-10-19
7
-147
/
+239
*
Upgrade CI build systems to use Python 3.10 (#1151)
Todd Leonhardt
2021-10-19
7
-36
/
+10
[next]