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
*
Updated LICENSE with current year.
2.4.3
Kevin Van Brunt
2023-01-27
1
-1
/
+1
*
Updating CHANGELOG for 2.4.3 release.
Kevin Van Brunt
2023-01-27
1
-1
/
+1
*
Removed Python 3.6 testing since the testing network no longer supports it on...
Kevin Van Brunt
2023-01-27
6
-6
/
+8
*
Fixed mypy and flake8 errors.
Kevin Van Brunt
2023-01-27
3
-4
/
+6
*
Fixed ValueError caused when passing Cmd.columnize() strings wider than displ...
Kevin Van Brunt
2023-01-27
3
-2
/
+19
*
Merge pull request #1253 from python-cmd2/1252-str-to-bool
kotfu
2022-11-07
3
-23
/
+43
|
\
|
*
Clean up spacing
kotfu
2022-11-05
1
-1
/
+1
|
*
Add tests for to_bool() when passing boolean values
kotfu
2022-11-05
1
-0
/
+5
|
*
Fix black errors
kotfu
2022-11-05
1
-1
/
+1
|
*
Update type hints and comments on to_bool()
kotfu
2022-11-05
1
-5
/
+8
|
*
Enhance str_to_bool() to accept other types
kotfu
2022-11-05
3
-20
/
+32
|
/
*
Use latest version of mypy and fix type hinting accordingly (#1239)
Todd Leonhardt
2022-07-14
7
-14
/
+26
*
Fix YAML indentation error in dependabot.yml (#1237)
Todd Leonhardt
2022-07-14
1
-2
/
+2
*
Remove Azure Pipeline config file and add pip dependency scanning for Dependa...
Todd Leonhardt
2022-07-14
2
-58
/
+5
*
Bump actions/setup-python from 2 to 4 (#1235)
dependabot[bot]
2022-07-14
5
-5
/
+5
*
Bump github/codeql-action from 1 to 2 (#1234)
dependabot[bot]
2022-07-14
1
-3
/
+3
*
Bump actions/checkout from 2 to 3 (#1233)
dependabot[bot]
2022-07-14
6
-6
/
+6
*
chore: Included githubactions in the dependabot config (#1231)
neilnaveen
2022-07-14
1
-0
/
+6
*
chore: Set permissions for GitHub actions (#1230)
Naveen
2022-07-14
5
-0
/
+19
*
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
[next]