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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removed support for functions outside of CommandSets
Eric Lin
2020-08-04
3
-100
/
+12
*
added additional documentation for new decorator behavior
Eric Lin
2020-08-04
1
-3
/
+24
*
Added an additional check for isinstance(method, Callable) since there are sc...
Eric Lin
2020-08-04
1
-1
/
+2
*
Adjusted decorators to accept variable positional parameters
Eric Lin
2020-08-04
1
-18
/
+41
*
Sort imports using isort
Todd Leonhardt
2020-08-04
1
-7
/
+2
*
Appears to be a type hinting olution that works for flake, sphinx, and PyCharm
Eric Lin
2020-08-04
1
-8
/
+11
*
Added more command validation. Moved some common behavior into private functi...
Eric Lin
2020-08-04
2
-27
/
+50
*
Fixes to sphinx generation
Eric Lin
2020-08-04
2
-2
/
+2
*
Fixes issue with locating help_ annd complete_ functions when autoloading com...
Eric Lin
2020-08-04
2
-26
/
+35
*
add ability to remove commands and commandsets
Eric Lin
2020-08-04
2
-5
/
+54
*
Added new constructor parameter to flag whether commands should autoload. Add...
Eric Lin
2020-08-04
1
-31
/
+83
*
Some minor cleanup of how imports work. Fixed issue with help documentation f...
Eric Lin
2020-08-04
3
-7
/
+23
*
Initial implementation of modular command loading
Eric Lin
2020-08-04
2
-2
/
+186
*
Added 'no cover' for code block which cannot be tested in our unit tests
Kevin Van Brunt
2020-08-03
1
-1
/
+1
*
Added type annotations for fields in cmd2.Cmd.
Eric Lin
2020-07-21
2
-27
/
+29
*
Fixed hook documentation
Kevin Van Brunt
2020-07-17
1
-4
/
+4
*
Added PyCharm warning suppressions
Todd Leonhardt
2020-07-13
1
-0
/
+2
*
small simplification
Todd Leonhardt
2020-07-13
1
-2
/
+1
*
slight cleanup
Todd Leonhardt
2020-07-13
1
-2
/
+2
*
Address fact that typing.Deque wasn't defined prior to 3.5.4
Todd Leonhardt
2020-07-13
1
-1
/
+9
*
replace pkg_resources with importlib.metadata
Doug Hellmann
2020-07-12
1
-3
/
+8
*
Removed divider row from tab completion hint table
Kevin Van Brunt
2020-06-01
1
-1
/
+1
*
Optimized imports
Kevin Van Brunt
2020-06-01
1
-2
/
+1
*
Merge branch 'master' into hint_bug
Kevin Van Brunt
2020-06-01
3
-29
/
+53
|
\
|
*
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
2
-21
/
+29
|
*
Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.
Kevin Van Brunt
2020-05-07
3
-12
/
+30
*
|
Simplied table divider code for ease of reading
Kevin Van Brunt
2020-06-01
1
-3
/
+5
*
|
Changed how SimpleTable creates divider when divider_char is wide. It no long...
Kevin Van Brunt
2020-06-01
2
-32
/
+45
*
|
Changed SimpleTable.base_width() to a class method and added equivalent metho...
Kevin Van Brunt
2020-05-28
1
-10
/
+30
*
|
Updated argparse_completer to use TableCreator for the hint table
Kevin Van Brunt
2020-05-28
3
-31
/
+80
|
/
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
8
-20
/
+21
*
Completion doc updates
Kevin Van Brunt
2020-04-23
1
-12
/
+9
*
Documented CompletionError class
Kevin Van Brunt
2020-04-23
1
-4
/
+4
*
Updated _set_parser_prog() so future calls to add_parser() will set the corre...
Kevin Van Brunt
2020-04-23
1
-1
/
+5
*
Fixed issue where subcommand usage text could contain a subcommand alias inst...
Kevin Van Brunt
2020-04-23
1
-5
/
+20
*
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
2
-16
/
+43
|
\
|
*
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
|
*
argument_list and argparse wrappers now pass kwargs through to the wrapped co...
Kevin Van Brunt
2020-04-20
1
-7
/
+35
*
|
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
3
-23
/
+49
|
\
\
|
|
/
|
*
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
3
-6
/
+6
|
*
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
*
|
Updating documentation for table creation
Kevin Van Brunt
2020-04-22
1
-3
/
+5
*
|
Updated docs
Kevin Van Brunt
2020-04-22
3
-14
/
+17
*
|
Updated docstrings to work with sphinx
Kevin Van Brunt
2020-04-20
1
-10
/
+12
*
|
Added configurable padding to BorderedTable/AlternatingTable
Kevin Van Brunt
2020-04-19
1
-53
/
+104
*
|
Merge branch 'master' into table_creator
Todd Leonhardt
2020-04-15
3
-87
/
+89
|
\
\
|
|
/
[prev]
[next]