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 CHANGELOG for a release
0.9.23
Todd Leonhardt
2020-01-09
1
-1
/
+1
*
Merge pull request #844 from python-cmd2/copyright_update
Todd Leonhardt
2020-01-09
3
-5
/
+4
|
\
|
*
Update copyright through 2020 and restore documentation copyright to MIT license
Todd Leonhardt
2020-01-09
3
-5
/
+4
|
/
*
Merge pull request #843 from python-cmd2/ansi_to_style
Kevin Van Brunt
2020-01-08
22
-164
/
+192
|
\
|
*
Updated documentation
Kevin Van Brunt
2020-01-07
3
-3
/
+3
|
*
Added dim text style support
Kevin Van Brunt
2020-01-07
3
-13
/
+34
|
*
Merge branch 'master' into ansi_to_style
Kevin Van Brunt
2020-01-07
5
-10
/
+26
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #842 from python-cmd2/coverage_config_file
Todd Leonhardt
2020-01-06
2
-2
/
+2
|
\
\
|
*
|
Replace non-ASCII quotes in .coveragerc with ASCII ones
Todd Leonhardt
2020-01-06
2
-2
/
+2
|
/
/
*
|
Merge pull request #840 from python-cmd2/categorize_dynamic
Kevin Van Brunt
2020-01-06
1
-6
/
+20
|
\
\
|
*
\
Merge branch 'master' into categorize_dynamic
Kevin Van Brunt
2020-01-06
3
-2
/
+4
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #839 from python-cmd2/setuptools_dependency
Kevin Van Brunt
2020-01-06
3
-2
/
+4
|
\
\
\
|
*
|
|
Updated CHANGELOG
Todd Leonhardt
2020-01-05
2
-0
/
+2
|
*
|
|
Added minimum version of setuptools_scm and added dependency on setuptools
Todd Leonhardt
2020-01-05
1
-2
/
+2
|
/
/
/
|
*
|
Updated dynamic commands example to add help category
Kevin Van Brunt
2020-01-06
1
-6
/
+20
|
/
/
*
|
Merge pull request #838 from python-cmd2/coverage_version
Todd Leonhardt
2020-01-05
1
-1
/
+1
|
\
\
|
*
|
Try setting a maximum coverage version
Todd Leonhardt
2020-01-04
1
-1
/
+1
|
/
/
|
*
Updated style regular expression to not require digits
Kevin Van Brunt
2019-12-19
1
-2
/
+2
|
*
Renamed ansi_safe_wcswidth() to style_aware_wcswidth()
Kevin Van Brunt
2019-12-19
9
-32
/
+35
|
*
Merge branch 'master' into ansi_to_style
Kevin Van Brunt
2019-12-19
5
-64
/
+49
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #834 from python-cmd2/quote_script
Kevin Van Brunt
2019-12-19
5
-64
/
+49
|
\
\
|
*
|
Updating unit tests
Kevin Van Brunt
2019-12-17
1
-0
/
+15
|
*
|
Updating unit tests
Kevin Van Brunt
2019-12-17
3
-63
/
+29
|
*
|
Fixed bug where startup script containing a single quote in its file name was...
Kevin Van Brunt
2019-12-17
2
-1
/
+5
|
/
/
|
*
Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...
Kevin Van Brunt
2019-12-19
17
-122
/
+126
|
/
*
Merge pull request #832 from python-cmd2/rstrip
Todd Leonhardt
2019-12-10
3
-15
/
+21
|
\
|
*
Merge branch 'master' into rstrip
Kevin Van Brunt
2019-12-10
1
-2
/
+2
|
|
\
|
|
/
|
/
|
*
|
Increased code coverage in argparse_completer.py back to 100%
Kevin Van Brunt
2019-12-10
1
-2
/
+2
|
*
Increased code coverage
Kevin Van Brunt
2019-12-10
1
-11
/
+17
|
*
Took out more rstrip() calls that are no longer neeeded
Kevin Van Brunt
2019-12-10
1
-2
/
+2
|
*
Took out rstrip() calls that are no longer neeeded
Kevin Van Brunt
2019-12-10
1
-2
/
+2
|
/
*
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
|
/
[next]