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
path:
root
/
cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
feedback_to_output now defaults to False
Todd Leonhardt
2017-08-20
1
-1
/
+1
*
Ensure editor and the file to edit can have spaces in them
Jared Crapo
2017-08-19
1
-1
/
+1
*
.pfeedback() now honors feedback_to_output setting
Jared Crapo
2017-08-19
1
-1
/
+1
*
Bump versions to 0.7.7a
Todd Leonhardt
2017-08-15
1
-1
/
+1
*
Updated comment
Kevin Van Brunt
2017-08-15
1
-2
/
+4
*
Added workaround for bug in Python 2 on Linux when pygtk is installed
Todd Leonhardt
2017-08-15
1
-0
/
+8
*
The default buffer size is fine for 99% of pipe operations
Todd Leonhardt
2017-08-10
1
-7
/
+2
*
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
|
\
|
*
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
|
/
*
Made a few code ruggedizations
Todd Leonhardt
2017-08-09
1
-15
/
+18
*
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
*
Replaced direct calls to self.stdout.write() with calls to self.poutput().
Todd Leonhardt
2017-08-08
1
-23
/
+40
*
Changed how the pipe file descriptors get opened on Python 3 vs 2
Todd Leonhardt
2017-08-07
1
-2
/
+9
*
First attempt at improving how command output gets piped to a shell command
Todd Leonhardt
2017-08-07
1
-40
/
+55
*
Updated CHANGES and bumped version in preparation for 0.7.6 release
Todd Leonhardt
2017-08-02
1
-1
/
+1
*
Added strip_ansi() function and visible_prompt propery
Todd Leonhardt
2017-08-02
1
-6
/
+30
*
Corrected help text for shortcuts since they don't have to be single key
Kevin Van Brunt
2017-07-19
1
-1
/
+1
*
Added support for case-insensitive tab-completion of cmd2 command names
Todd Leonhardt
2017-07-13
1
-1
/
+5
*
Fixed a couple case sensitivity bugs and added an example
Todd Leonhardt
2017-07-12
1
-2
/
+6
*
Fixed a few typos
Todd Leonhardt
2017-07-11
1
-3
/
+3
*
Fixed a comment and updated CHANGES
Todd Leonhardt
2017-07-10
1
-1
/
+1
*
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
*
Fix a typo: paramters -> parameters
Felix Yan
2017-07-10
1
-1
/
+1
*
Bump version to 0.7.6a (from 0.7.5)
Todd Leonhardt
2017-07-08
1
-1
/
+1
*
Bump version to 0.7.5 (from 0.7.5a)
0.7.5
Todd Leonhardt
2017-07-08
1
-1
/
+1
*
Added a few more unit tests
Todd Leonhardt
2017-07-08
1
-3
/
+6
*
Remove ugly file hack code which is no longer necessary as a Python 2/3 compa...
Todd Leonhardt
2017-07-08
1
-11
/
+12
*
Load command uses utf-8 encoding for opening files in Python 3 instead of OS-...
Todd Leonhardt
2017-07-08
1
-3
/
+9
*
Added an eos (end of script) hidden command and load now populates the cmdqueue
Todd Leonhardt
2017-07-08
1
-40
/
+36
*
Removed some extra newlines from error messages in do_load() and do__relative...
Todd Leonhardt
2017-07-05
1
-5
/
+5
*
Fixed a few bugs and examples
Todd Leonhardt
2017-07-03
1
-18
/
+14
*
Bump version to 0.7.5a
Todd Leonhardt
2017-07-03
1
-33
/
+4
*
Removed pause command
Todd Leonhardt
2017-07-03
1
-10
/
+33
*
Fixed bugs, removed dead code, and added unit tests
Todd Leonhardt
2017-07-02
1
-18
/
+4
*
Fixed bug where I was accidentally using a feature that is only available in ...
Todd Leonhardt
2017-07-02
1
-5
/
+3
*
Added a bunch of unit tests
Todd Leonhardt
2017-07-02
1
-24
/
+24
*
Removed unnecessary try/except in do_shell
Todd Leonhardt
2017-07-02
1
-8
/
+3
*
shell command now uses cmd.Cmd.stdout for output
Todd Leonhardt
2017-07-02
1
-9
/
+3
*
First pass at refactoring shell command
Todd Leonhardt
2017-07-02
1
-1
/
+10
*
Stopped skipping a unit test on Windows which should pass now
Todd Leonhardt
2017-07-01
1
-2
/
+1
*
Fixed unicode bug on Windows in pyscript command
Todd Leonhardt
2017-07-01
1
-3
/
+4
*
Added some unit tests related to help and the help menu
Todd Leonhardt
2017-07-01
1
-1
/
+3
*
Fix issue where pyperclip was printing line on startup when clipboard is empty
Todd Leonhardt
2017-06-30
1
-1
/
+1
*
Refactored clipboard code to make it a tiny bit simpler
Todd Leonhardt
2017-06-30
1
-21
/
+18
*
Fixed a sys.platform check
Todd Leonhardt
2017-06-30
1
-1
/
+1
*
Added code to set can_clip to False on Linux if can't copy/paste clipboard
Todd Leonhardt
2017-06-30
1
-1
/
+6
[next]