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
*
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
*
Merge pull request #181 from python-cmd2/custom_intro
Todd Leonhardt
2017-07-08
2
-5
/
+6
|
\
|
*
Added a unit test for custom intro when calling cmdloop()
Todd Leonhardt
2017-07-08
2
-5
/
+6
|
/
*
Merge pull request #180 from python-cmd2/code_owners
Todd Leonhardt
2017-07-08
2
-0
/
+34
|
\
|
*
Added a CODEOWNERS file to automatically nominate code reviewers for pull req...
Todd Leonhardt
2017-07-08
2
-0
/
+34
|
/
*
Merge pull request #179 from python-cmd2/unit_tests
Todd Leonhardt
2017-07-08
3
-3
/
+51
|
\
|
*
Added a few more unit tests
Todd Leonhardt
2017-07-08
3
-3
/
+51
|
/
*
Merge pull request #178 from python-cmd2/remove_filehack
Todd Leonhardt
2017-07-08
2
-11
/
+32
|
\
|
*
Remove ugly file hack code which is no longer necessary as a Python 2/3 compa...
Todd Leonhardt
2017-07-08
2
-11
/
+32
|
/
*
Merge pull request #177 from python-cmd2/cmd_queue
Todd Leonhardt
2017-07-08
3
-68
/
+98
|
\
|
*
Load command uses utf-8 encoding for opening files in Python 3 instead of OS-...
Todd Leonhardt
2017-07-08
2
-5
/
+17
|
*
Added an eos (end of script) hidden command and load now populates the cmdqueue
Todd Leonhardt
2017-07-08
2
-66
/
+84
|
/
*
Merge pull request #175 from python-cmd2/extra_newlines
Todd Leonhardt
2017-07-05
1
-5
/
+5
|
\
|
*
Removed some extra newlines from error messages in do_load() and do__relative...
Todd Leonhardt
2017-07-05
1
-5
/
+5
|
/
*
Merge pull request #174 from python-cmd2/more_tests
Todd Leonhardt
2017-07-05
1
-0
/
+9
|
\
|
*
Added unit test
Todd Leonhardt
2017-07-05
1
-0
/
+9
|
/
*
Merge pull request #173 from python-cmd2/expansion_test
Todd Leonhardt
2017-07-05
2
-2
/
+3
|
\
[next]