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
*
Attempt to use tox for VSTS builds
Todd Leonhardt
2018-10-24
1
-3
/
+6
*
Merge pull request #588 from python-cmd2/tox_redundant
Todd Leonhardt
2018-10-23
2
-2
/
+2
|
\
|
*
Fix redundant environments in tox.ini
Todd Leonhardt
2018-10-23
2
-2
/
+2
|
/
*
Merge pull request #587 from python-cmd2/signal_threads
Todd Leonhardt
2018-10-22
3
-6
/
+15
|
\
|
*
cmdloop now checks to see if it is running in the main thread before attempti...
Todd Leonhardt
2018-10-21
3
-6
/
+15
|
/
*
Merge pull request #583 from python-cmd2/delete_colorize
Todd Leonhardt
2018-10-19
4
-33
/
+4
|
\
|
*
Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were depre...
Todd Leonhardt
2018-10-18
4
-33
/
+4
|
/
*
Merge pull request #580 from fdiasdev/contributing-using-virtualenv
Todd Leonhardt
2018-10-17
1
-11
/
+31
|
\
|
*
Add conda activate environment on Contributing documentation
Fernando Dias
2018-10-15
1
-1
/
+1
|
*
Merge branch 'master' into contributing-using-virtualenv
Todd Leonhardt
2018-10-15
2
-2
/
+2
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #581 from python-cmd2/invoke_tag
Todd Leonhardt
2018-10-15
2
-2
/
+2
|
\
\
|
*
|
Updated outdated header comment in cmd2.py
Todd Leonhardt
2018-10-14
1
-1
/
+1
|
*
|
Make name a required argument for the "invoke tag" command
Todd Leonhardt
2018-10-14
1
-1
/
+1
|
/
/
|
*
Add virtualenv setting up session on Contributing
Fernando Dias
2018-10-14
1
-5
/
+22
|
*
Add conda env setup documentation in CONTRIBUTING
Fernando Dias
2018-10-13
1
-14
/
+17
|
/
*
Updated formatting
test_one
Kevin Van Brunt
2018-10-13
1
-1
/
+1
*
Merge pull request #578 from python-cmd2/func_plus_hooks
0.9.6
kmvanbrunt
2018-10-13
3
-27
/
+37
|
\
|
*
Removed venv
Kevin Van Brunt
2018-10-13
1
-4
/
+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
2
-26
/
+30
|
*
Argparse commands called as methods of PyscriptBridge now go through onecmd_p...
Kevin Van Brunt
2018-10-12
1
-14
/
+15
|
*
Non-argparse commands called as methods of PyscriptBridge now go through onec...
Kevin Van Brunt
2018-10-12
1
-1
/
+6
|
/
*
Merge pull request #576 from python-cmd2/extra_args
kmvanbrunt
2018-10-12
4
-18
/
+38
|
\
|
*
You can now call a macro with extra arguments
Kevin Van Brunt
2018-10-12
4
-18
/
+38
|
/
*
Merge pull request #575 from python-cmd2/prompt_update
kmvanbrunt
2018-10-12
7
-84
/
+86
|
\
|
*
Documentation updates
Kevin Van Brunt
2018-10-12
5
-10
/
+7
|
*
Refactored async_alert
Kevin Van Brunt
2018-10-11
1
-56
/
+43
|
*
Using wcwidth to calculate display width of prompt
Kevin Van Brunt
2018-10-11
4
-26
/
+34
|
*
Do not asynchronously update continuation prompts
Kevin Van Brunt
2018-10-11
1
-16
/
+26
|
/
*
Fixed invoke command text
0.9.5
Kevin Van Brunt
2018-10-11
1
-1
/
+1
*
Filled in 0.9.5 release date
Kevin Van Brunt
2018-10-11
1
-1
/
+1
*
Merge pull request #573 from python-cmd2/double_dash
kmvanbrunt
2018-10-11
9
-61
/
+123
|
\
|
*
Syle-based refactor
Kevin Van Brunt
2018-10-11
1
-2
/
+2
|
*
Fixed ArgparseFunctor to allow flag looking tokens in REMAINDER sections
Kevin Van Brunt
2018-10-10
3
-4
/
+9
|
*
Fixed issue where flag at beginning of REMAINDER section was tab completing
Kevin Van Brunt
2018-10-10
2
-18
/
+31
|
*
Added code to handle -- in argparse completer
Kevin Van Brunt
2018-10-10
6
-57
/
+101
|
/
*
Merge pull request #571 from python-cmd2/argparse_remainder
Todd Leonhardt
2018-10-09
16
-85
/
+311
|
\
|
*
Increasing code coverage
Kevin Van Brunt
2018-10-09
1
-0
/
+24
|
*
Added unit tests
Kevin Van Brunt
2018-10-09
1
-1
/
+18
|
*
Added additional unit test for StdSim
Todd Leonhardt
2018-10-09
1
-0
/
+12
|
*
Added tests for token_resembles_flag
Kevin Van Brunt
2018-10-09
2
-2
/
+18
|
*
Fixed error where an inner stream like StringIO doesn't have a buffer attribute.
Kevin Van Brunt
2018-10-09
1
-2
/
+8
|
*
Added ability for argcompleter to determine difference between flag and negat...
Kevin Van Brunt
2018-10-09
2
-15
/
+37
|
*
Use argparser to determine if a token looks like an optional
Kevin Van Brunt
2018-10-07
1
-17
/
+2
|
*
Allowing negative number values when checking for optional prefix characters
Kevin Van Brunt
2018-10-07
1
-5
/
+6
|
*
Added check to prevent optional value strings from being accepted as positionals
Kevin Van Brunt
2018-10-06
1
-4
/
+23
|
*
Quoting strings with utility function
Kevin Van Brunt
2018-10-06
1
-5
/
+3
|
*
Added warning to documentation about how help_foo won't be called for command...
Todd Leonhardt
2018-10-06
4
-8
/
+16
|
*
Added documentation stating that parsers passed to argparse decorators need t...
Todd Leonhardt
2018-10-06
3
-13
/
+33
[next]