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 #204 from python-cmd2/pipe_simplify
0.7.6
Todd Leonhardt
2017-08-10
1
-7
/
+2
|
\
|
*
The default buffer size is fine for 99% of pipe operations
Todd Leonhardt
2017-08-10
1
-7
/
+2
|
/
*
Merge pull request #203 from python-cmd2/buffer_size
Todd Leonhardt
2017-08-10
1
-5
/
+16
|
\
|
*
Improved comment
Kevin Van Brunt
2017-08-10
1
-1
/
+3
|
*
Merge branch 'master' into buffer_size
Todd Leonhardt
2017-08-10
1
-1
/
+1
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #202 from python-cmd2/pyperclip_linux
Todd Leonhardt
2017-08-10
1
-1
/
+1
|
\
\
|
*
|
Fix for occasional extra output at startup when using Python 2.7 on Linux
Todd Leonhardt
2017-08-10
1
-1
/
+1
|
/
/
|
*
Added pipe buffer size that can be tweaked if stdin/stdout need to be larger ...
Kevin Van Brunt
2017-08-10
1
-5
/
+14
|
/
*
Merge pull request #200 from python-cmd2/ruggedization
Todd Leonhardt
2017-08-09
2
-17
/
+20
|
\
|
*
Made a few code ruggedizations
Todd Leonhardt
2017-08-09
2
-17
/
+20
|
/
*
Changed format of how release version and date appears in CHANGELOG.md
Todd Leonhardt
2017-08-09
1
-52
/
+13
*
Renamed CHANGES.md to CHANGELOG.md
Todd Leonhardt
2017-08-09
3
-7
/
+4
*
Minor tweak to wording of a comment for clarification
Todd Leonhardt
2017-08-08
1
-1
/
+1
*
Slight rewording to a comment to make it more accurate
Todd Leonhardt
2017-08-08
1
-1
/
+1
*
Merge pull request #198 from python-cmd2/pipe_improvement
Todd Leonhardt
2017-08-08
5
-70
/
+142
|
\
|
*
Replaced direct calls to self.stdout.write() with calls to self.poutput().
Todd Leonhardt
2017-08-08
2
-23
/
+47
|
*
Fixed unit test error on combination of Python 2.7 and Windows
Todd Leonhardt
2017-08-07
2
-1
/
+5
|
*
Changed how the pipe file descriptors get opened on Python 3 vs 2
Todd Leonhardt
2017-08-07
2
-7
/
+18
|
*
First attempt at improving how command output gets piped to a shell command
Todd Leonhardt
2017-08-07
3
-56
/
+89
|
/
*
Updated CHANGES and bumped version in preparation for 0.7.6 release
Todd Leonhardt
2017-08-02
5
-5
/
+6
*
Merge pull request #196 from python-cmd2/strip_ansi
Todd Leonhardt
2017-08-02
1
-6
/
+30
|
\
|
*
Added strip_ansi() function and visible_prompt propery
Todd Leonhardt
2017-08-02
1
-6
/
+30
|
/
*
Added remove_unused.py example to demonstrate how to remove unused commands
Todd Leonhardt
2017-07-31
2
-1
/
+32
*
Merge pull request #193 from kmvanbrunt/working
Todd Leonhardt
2017-07-19
2
-2
/
+2
|
\
|
*
Fixed unit test
Kevin Van Brunt
2017-07-19
1
-1
/
+1
|
*
Corrected help text for shortcuts since they don't have to be single key
Kevin Van Brunt
2017-07-19
1
-1
/
+1
|
/
*
Merge pull request #192 from ksunden/patch-1
Todd Leonhardt
2017-07-17
1
-1
/
+1
|
\
|
*
Spelling of abbrev in Abbreviated commands section
ksunden
2017-07-16
1
-1
/
+1
|
/
*
Fixed a Markdown formatting error in CHANGES.md
Todd Leonhardt
2017-07-14
1
-3
/
+3
*
Merge pull request #191 from python-cmd2/insensitive_completion
Todd Leonhardt
2017-07-13
3
-1
/
+29
|
\
|
*
Added support for case-insensitive tab-completion of cmd2 command names
Todd Leonhardt
2017-07-13
3
-1
/
+29
|
/
*
Merge pull request #189 from python-cmd2/case_bugs
Todd Leonhardt
2017-07-12
5
-5
/
+76
|
\
|
*
Fixed a unit test
Todd Leonhardt
2017-07-12
3
-3
/
+45
|
*
Fixed a couple case sensitivity bugs and added an example
Todd Leonhardt
2017-07-12
2
-2
/
+31
|
/
*
Fixed a few typos
Todd Leonhardt
2017-07-11
1
-3
/
+3
*
Fixed a comment and updated CHANGES
Todd Leonhardt
2017-07-10
2
-1
/
+2
*
Merge pull request #187 from python-cmd2/empty_clipboard
Todd Leonhardt
2017-07-10
1
-2
/
+8
|
\
|
*
Minor attempt at ruggedization of clipboard stuff in some weird cases on Pyth...
Todd Leonhardt
2017-07-10
1
-1
/
+2
|
*
Attempt at fixing some extraneous output on Linux when using Python3 and xclip
Todd Leonhardt
2017-07-10
1
-1
/
+6
|
/
*
Merge pull request #185 from felixonmars/fix-typo
Todd Leonhardt
2017-07-10
1
-1
/
+1
|
\
|
*
Fix a typo: paramters -> parameters
Felix Yan
2017-07-10
1
-1
/
+1
|
/
*
Updated CHANGES.md
Todd Leonhardt
2017-07-09
1
-0
/
+2
*
Merge pull request #184 from felixonmars/avoid-conflict-with-eg
Todd Leonhardt
2017-07-09
1
-1
/
+1
|
\
|
*
Avoid conflict the `eg` tool from go-tools
Felix Yan
2017-07-10
1
-1
/
+1
*
|
Merge pull request #183 from felixonmars/remove-unused-import
Todd Leonhardt
2017-07-09
1
-2
/
+0
|
\
\
|
*
|
Remove unused import in tests
Felix Yan
2017-07-10
1
-2
/
+0
|
|
/
*
|
Merge pull request #182 from felixonmars/fix-test
Todd Leonhardt
2017-07-09
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
Use monkeypatch to ensure os.system is restored
Felix Yan
2017-07-10
1
-8
/
+8
|
/
*
Bump version to 0.7.6a (from 0.7.5)
Todd Leonhardt
2017-07-08
4
-3
/
+9
*
Bump version to 0.7.5 (from 0.7.5a)
0.7.5
Todd Leonhardt
2017-07-08
4
-4
/
+4
[next]