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 #456 from python-cmd2/table_display
0.9.2
Todd Leonhardt
2018-06-28
6
-36
/
+166
|
\
|
*
Updated CHANGELOG
Todd Leonhardt
2018-06-28
1
-1
/
+3
|
*
Bump version to 0.9.2 in preparation for release
Todd Leonhardt
2018-06-28
4
-4
/
+4
|
*
Rows with very high population density now have foreground text color set to red
Todd Leonhardt
2018-06-28
1
-10
/
+28
|
*
Made table more readable when colored module is installed
Todd Leonhardt
2018-06-27
1
-1
/
+1
|
*
Deleted unused constant for DEFAULT_GRID
Todd Leonhardt
2018-06-27
1
-19
/
+19
|
*
table and object_table commands now accept argparse arguments for formatting ...
Todd Leonhardt
2018-06-27
1
-20
/
+28
|
*
Merge branch 'master' into table_display
Todd Leonhardt
2018-06-27
1
-2
/
+1
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #455 from python-cmd2/mypy_cleanup
Todd Leonhardt
2018-06-27
1
-2
/
+1
|
\
\
|
*
\
Merge branch 'master' into mypy_cleanup
Todd Leonhardt
2018-06-27
1
-3
/
+30
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'master' into mypy_cleanup
Todd Leonhardt
2018-06-26
1
-0
/
+98
|
|
\
\
|
*
\
\
Merge branch 'master' into mypy_cleanup
Todd Leonhardt
2018-06-26
1
-1
/
+1
|
|
\
\
\
|
*
|
|
|
"invoke clean" will now also cleanup mypy daemon artifacts
Todd Leonhardt
2018-06-25
1
-2
/
+1
|
|
|
|
*
Merge branch 'master' into table_display
Todd Leonhardt
2018-06-27
1
-3
/
+30
|
|
|
|
|
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #460 from python-cmd2/autocompleter
Todd Leonhardt
2018-06-27
1
-3
/
+30
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge branch 'master' into autocompleter
Todd Leonhardt
2018-06-27
14
-112
/
+309
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Added some explanation of CompletionItem usage in code
Eric Lin
2018-06-13
1
-3
/
+30
|
|
|
|
*
Fixed table width for Mumbai
Todd Leonhardt
2018-06-27
1
-2
/
+1
|
|
|
|
*
Merge branch 'master' into table_display
Todd Leonhardt
2018-06-26
1
-0
/
+98
|
|
|
|
|
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #459 from python-cmd2/argcomplete_example
Todd Leonhardt
2018-06-26
1
-0
/
+98
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge branch 'master' into argcomplete_example
Todd Leonhardt
2018-06-26
1
-1
/
+1
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Just added some comments at the top of the example to try to give some context
Todd Leonhardt
2018-06-26
1
-1
/
+18
|
*
|
|
|
Example added demonstrating bash completion bridging argcomplete with AutoCom...
Eric Lin
2018-06-26
1
-0
/
+81
|
|
|
/
/
|
|
/
|
|
|
|
|
*
Merge branch 'master' into table_display
Todd Leonhardt
2018-06-26
1
-1
/
+1
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #458 from python-cmd2/startup_spaces
Todd Leonhardt
2018-06-26
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix bug for startup script with spaces
Todd Leonhardt
2018-06-26
1
-1
/
+1
|
/
/
/
|
|
*
Added city names in their native tongue in parentheses to demonstrate unicode...
Todd Leonhardt
2018-06-26
1
-17
/
+12
|
|
*
Updating the example with unicode characters as well as demonstrating the sam...
Eric Lin
2018-06-26
1
-21
/
+86
|
|
*
table_display.py example now uses tableformatter instead of tabulate
Todd Leonhardt
2018-06-26
1
-17
/
+60
|
|
/
|
/
|
*
|
Merge pull request #451 from python-cmd2/command_result
Todd Leonhardt
2018-06-25
8
-21
/
+31
|
\
\
|
*
\
Merge branch 'master' into command_result
Todd Leonhardt
2018-06-25
1
-1
/
+0
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #453 from python-cmd2/unused_param
Todd Leonhardt
2018-06-25
1
-1
/
+0
|
\
\
\
|
*
|
|
Removed unused class member
Kevin Van Brunt
2018-06-25
1
-1
/
+0
|
/
/
/
|
*
|
Deprecated CmdResult helper class and promoted CommandResult
Todd Leonhardt
2018-06-23
8
-21
/
+31
|
/
/
*
|
Merge pull request #447 from python-cmd2/pyreadline
Todd Leonhardt
2018-06-22
1
-4
/
+6
|
\
\
|
*
|
Corrected how we force a redisplay in pyreadline
Kevin Van Brunt
2018-06-22
1
-4
/
+6
|
/
/
*
|
Merge pull request #445 from python-cmd2/cleanup_clip
Todd Leonhardt
2018-06-20
3
-63
/
+63
|
\
\
|
*
|
Moved clipboard/pastebuffer functionality to new file clipboard.py
Todd Leonhardt
2018-06-18
3
-63
/
+63
|
/
/
*
|
Merge pull request #444 from python-cmd2/owners
Todd Leonhardt
2018-06-17
2
-0
/
+44
|
\
\
|
*
|
Added multiple owners for cmd2/cmd2.py
Todd Leonhardt
2018-06-17
2
-0
/
+5
|
*
|
Merge branch 'master' into owners
Todd Leonhardt
2018-06-17
3
-22
/
+66
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #441 from python-cmd2/ppaged_pager_env
Todd Leonhardt
2018-06-17
3
-22
/
+66
|
\
\
\
|
*
|
|
Improved docstring for ppaged()
Todd Leonhardt
2018-06-16
1
-0
/
+2
|
*
|
|
Altered behavior further to lean towards giving the developer more power over...
Todd Leonhardt
2018-06-16
3
-29
/
+41
|
*
|
|
Updated CHANGELOG to reflect the recent changes
Todd Leonhardt
2018-06-16
1
-2
/
+6
|
*
|
|
Dramatically changed the approach to this PR
Todd Leonhardt
2018-06-16
3
-23
/
+31
|
*
|
|
Merge branch 'master' into ppaged_pager_env
Todd Leonhardt
2018-06-13
3
-7
/
+11
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix unit test on Windows
Todd Leonhardt
2018-06-11
1
-1
/
+1
|
*
|
|
Added pager settable parameter to control the command used to display paged o...
Todd Leonhardt
2018-06-11
5
-19
/
+37
|
|
*
|
Updated CODEOWNERS file to try to reflect who the experts are for various cod...
Todd Leonhardt
2018-06-16
1
-0
/
+39
|
|
/
/
|
/
|
|
[next]