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
*
Merge pull request #831 from python-cmd2/align_text
0.9.22
Kevin Van Brunt
2019-12-09
6
-46
/
+352
|
\
|
*
Fixed doc generation errors
Kevin Van Brunt
2019-12-09
2
-2
/
+9
|
*
Renamed functions based on code review comments. Fixed Python warnings.
Kevin Van Brunt
2019-12-09
4
-58
/
+60
|
*
Updated change log for release
Kevin Van Brunt
2019-12-09
1
-1
/
+1
|
*
Added more unit tests for text alignment
Kevin Van Brunt
2019-12-09
1
-10
/
+28
|
*
Updated change log
Kevin Van Brunt
2019-12-09
1
-0
/
+2
|
*
Added more text alignment unit tests
Kevin Van Brunt
2019-12-09
2
-1
/
+14
|
*
Adding unit tests for text alignment functions
Kevin Van Brunt
2019-12-09
2
-31
/
+165
|
*
Updated center_text to support ansi escape sequences and characters with disp...
Kevin Van Brunt
2019-12-09
4
-37
/
+167
|
/
*
Fixed typo
Kevin Van Brunt
2019-12-06
1
-1
/
+1
*
Added missing information to 0.9.12 change log entry
Kevin Van Brunt
2019-12-06
1
-1
/
+3
*
Merge pull request #829 from python-cmd2/line_buffering
Kevin Van Brunt
2019-12-06
2
-9
/
+11
|
\
|
*
Removed redundant line of code
Kevin Van Brunt
2019-12-06
1
-1
/
+0
|
*
Enabled line buffering when redirecting output to a file
Kevin Van Brunt
2019-12-05
2
-9
/
+12
|
/
*
Updated change log
Kevin Van Brunt
2019-12-04
1
-2
/
+5
*
Removed bold from style_success
Kevin Van Brunt
2019-12-04
1
-1
/
+1
*
Fixed typo in documentation
Kevin Van Brunt
2019-12-04
1
-1
/
+1
*
Merge pull request #827 from python-cmd2/printer_changes
Todd Leonhardt
2019-12-03
1
-7
/
+7
|
\
|
*
Added self to perror() for consistency and ease of overriding
Kevin Van Brunt
2019-12-03
1
-7
/
+7
|
/
*
Merge pull request #825 from python-cmd2/parsers
Kevin Van Brunt
2019-12-03
1
-4
/
+8
|
\
|
*
Gave names to parser variables for a few commands so developers overriding th...
Kevin Van Brunt
2019-12-02
1
-4
/
+8
|
/
*
Merge pull request #822 from python-cmd2/arg_rename
Todd Leonhardt
2019-11-28
1
-12
/
+12
|
\
|
*
Renamed some parser arguments to make it more obvious they can accept more th...
Kevin Van Brunt
2019-11-28
1
-12
/
+12
|
/
*
Merge pull request #820 from python-cmd2/style_fix
Kevin Van Brunt
2019-11-28
4
-14
/
+18
|
\
|
*
Fixed bug where a redefined ansi.style_error was not being used in all cmd2 f...
Kevin Van Brunt
2019-11-27
4
-14
/
+18
|
/
*
Updated change log for release
0.9.21
Kevin Van Brunt
2019-11-26
1
-2
/
+1
*
Escaped some underscores in changelog
Kevin Van Brunt
2019-11-26
1
-1
/
+1
*
Merge pull request #818 from python-cmd2/readline_warning
Kevin Van Brunt
2019-11-25
4
-14
/
+29
|
\
|
*
Simplified line of code
Kevin Van Brunt
2019-11-25
1
-2
/
+1
|
*
Added # pragma: no cover to some code in rl_utils
Kevin Van Brunt
2019-11-24
1
-2
/
+2
|
*
Fixed flake8 warning
Kevin Van Brunt
2019-11-24
1
-2
/
+2
|
*
Added documentation
Kevin Van Brunt
2019-11-24
1
-1
/
+2
|
*
Updated warning text
Kevin Van Brunt
2019-11-24
1
-1
/
+1
|
*
Added exception handling to account for non-standard Python environments in w...
Kevin Van Brunt
2019-11-24
3
-13
/
+28
|
/
*
Merge pull request #817 from python-cmd2/pwarning
Kevin Van Brunt
2019-11-23
3
-4
/
+52
|
\
|
*
Added apply_style to pwarning()
Kevin Van Brunt
2019-11-23
3
-4
/
+52
|
/
*
Merge pull request #813 from python-cmd2/pyscript_docs
Kevin Van Brunt
2019-11-23
1
-2
/
+26
|
\
|
*
Merge branch 'master' into pyscript_docs
Todd Leonhardt
2019-11-23
2
-44
/
+56
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #816 from python-cmd2/pfeedback
Todd Leonhardt
2019-11-23
2
-44
/
+56
|
\
\
|
*
|
Fixed 2 bugs in ppaged():
Kevin Van Brunt
2019-11-23
1
-4
/
+8
|
*
|
Updated arguments to pfeedback and ppaged for consistency with other cmd2 pri...
Kevin Van Brunt
2019-11-23
2
-43
/
+51
|
/
/
|
*
Merge branch 'master' into pyscript_docs
Todd Leonhardt
2019-11-22
7
-20
/
+118
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #812 from python-cmd2/custom_parser
Todd Leonhardt
2019-11-22
7
-20
/
+118
|
\
\
|
*
|
Added unit test for overriding default parser
Kevin Van Brunt
2019-11-19
1
-0
/
+17
|
*
|
Added capability to override the argument parser class used by cmd2 built-in ...
Kevin Van Brunt
2019-11-19
6
-20
/
+101
|
/
/
|
*
Merge branch 'master' into pyscript_docs
Todd Leonhardt
2019-11-19
4
-25
/
+38
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #811 from python-cmd2/win_fix
Kevin Van Brunt
2019-11-19
4
-25
/
+38
|
\
\
|
*
|
Reformatted warning message
Kevin Van Brunt
2019-11-18
1
-3
/
+3
|
*
|
Fixed bug where pipe processes were not being stopped by Ctrl-C on Windows
Kevin Van Brunt
2019-11-18
4
-22
/
+35
|
/
/
|
*
Started adding Pyscript documentation
Todd Leonhardt
2019-11-17
1
-2
/
+26
|
/
[next]