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 #158 from python-cmd2/help_tests
Todd Leonhardt
2017-07-01
2
-7
/
+60
|
\
|
*
Added some unit tests related to help and the help menu
Todd Leonhardt
2017-07-01
2
-7
/
+60
|
/
*
Merge pull request #157 from python-cmd2/default_to_shell
Todd Leonhardt
2017-06-30
2
-2
/
+50
|
\
|
*
Fix issue where pyperclip was printing line on startup when clipboard is empty
Todd Leonhardt
2017-06-30
2
-1
/
+3
|
*
Attempt at fixing new unit test on Linux and Windows
Todd Leonhardt
2017-06-30
1
-1
/
+1
|
*
Added a few unit tests
Todd Leonhardt
2017-06-30
1
-1
/
+47
|
/
*
Merge pull request #156 from python-cmd2/refactoring
Todd Leonhardt
2017-06-30
2
-21
/
+49
|
\
|
*
Refactored clipboard code to make it a tiny bit simpler
Todd Leonhardt
2017-06-30
2
-21
/
+49
|
/
*
Merge pull request #155 from python-cmd2/pyperclip
Todd Leonhardt
2017-06-30
8
-149
/
+42
|
\
|
*
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
2
-8
/
+10
|
*
Merge branch 'master' into pyperclip
Todd Leonhardt
2017-06-30
5
-11
/
+110
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #153 from kmvanbrunt/text_file
Todd Leonhardt
2017-06-30
5
-11
/
+110
|
\
\
|
*
|
Added unit tests
Kevin Van Brunt
2017-06-30
4
-0
/
+39
|
*
|
Fixed Python warnings
Kevin Van Brunt
2017-06-30
1
-7
/
+10
|
*
|
Fixed unit tests
Kevin Van Brunt
2017-06-30
1
-4
/
+14
|
*
|
Verifying a file to be loaded as a text script is either ASCII or UTF-8
Kevin Van Brunt
2017-06-30
2
-1
/
+48
|
/
/
|
*
Replaced clipboard copy and paste custom code with pyperclip
Todd Leonhardt
2017-06-30
7
-142
/
+33
|
/
*
Bumped version to 0.7.4 and updated CHANGES file
Todd Leonhardt
2017-06-29
4
-3
/
+4
*
Merge pull request #150 from python-cmd2/pipe_improvement
Todd Leonhardt
2017-06-29
2
-18
/
+28
|
\
|
*
Attempt to fix pipe_to unit test on Windows (for real this time)
Todd Leonhardt
2017-06-29
1
-7
/
+4
|
*
Fix pipe_to unit test on Mac and Windows
Todd Leonhardt
2017-06-29
1
-1
/
+8
|
*
Made output pipe to shell command featuer much more reliable
Todd Leonhardt
2017-06-29
2
-18
/
+24
|
/
*
Merge pull request #149 from python-cmd2/pipe_improvement
Todd Leonhardt
2017-06-29
1
-12
/
+11
|
\
|
*
Command-line pipe is now handled by subprocess module instead of shell
Todd Leonhardt
2017-06-29
1
-12
/
+11
|
/
*
Merge pull request #148 from python-cmd2/refactor_StubbornDict
Todd Leonhardt
2017-06-29
5
-119
/
+45
|
\
|
*
Refactored to replace custom StubbornDict with collections.OrderedDict
Todd Leonhardt
2017-06-29
5
-119
/
+45
|
/
*
Merge pull request #146 from python-cmd2/pb_unittest
Todd Leonhardt
2017-06-29
2
-30
/
+17
|
\
|
*
Mac and Linux now have more similar subprocess.Popen interaction with CLI uti...
Todd Leonhardt
2017-06-29
2
-16
/
+10
|
*
Improved unit test for writing to the pastebuffer/clipboard
Todd Leonhardt
2017-06-28
1
-14
/
+7
|
/
*
Merge pull request #145 from python-cmd2/xclip_linux
Todd Leonhardt
2017-06-28
2
-6
/
+7
|
\
|
*
Reverting TravisCI yaml file to not install xclip and not setup a virtual dis...
Todd Leonhardt
2017-06-28
1
-11
/
+0
|
*
Modify TravisCI yaml file to imitate a display with an X Virtual Framebuffer
Todd Leonhardt
2017-06-28
1
-0
/
+7
|
*
Just checking for presence of the xclip executable in the file system path is...
Todd Leonhardt
2017-06-28
1
-6
/
+5
|
*
Attempt at fixing how xclip is checked for on Linux systems
Todd Leonhardt
2017-06-28
2
-3
/
+9
|
/
*
Removing a file which was accidentally checked in
Todd Leonhardt
2017-06-28
1
-0
/
+0
*
Merge pull request #143 from python-cmd2/no_url_load
Todd Leonhardt
2017-06-28
14
-127
/
+116
|
\
|
*
Updated CHANGES file
Todd Leonhardt
2017-06-28
1
-0
/
+7
|
*
Multiple changes
Todd Leonhardt
2017-06-28
5
-29
/
+21
|
*
Completely removed use of self.default_file_name
Todd Leonhardt
2017-06-28
6
-36
/
+42
|
*
Fixed crash in edit if called with no argument and empty history
Todd Leonhardt
2017-06-28
1
-1
/
+5
|
*
Updated comments to relect where default_file_name is used
Todd Leonhardt
2017-06-28
3
-6
/
+18
|
*
Simplified implementation of do__relative_load
Todd Leonhardt
2017-06-28
6
-23
/
+24
|
*
Removed the ability for load command to load a script from a URL
Todd Leonhardt
2017-06-28
2
-44
/
+11
|
/
*
Updated CHANGES.md
Todd Leonhardt
2017-06-25
1
-0
/
+10
*
Merge pull request #141 from python-cmd2/code_coverage
Todd Leonhardt
2017-06-25
5
-54
/
+79
|
\
|
*
Skip the pastebuffer_read_and_write test if tools for interacting with clipbo...
Todd Leonhardt
2017-06-25
1
-4
/
+3
|
*
Attempting to enable macOS builds on TravisCI
Todd Leonhardt
2017-06-25
3
-40
/
+38
|
*
Ensure path completion results are sorted alphabetically on all OSes
Todd Leonhardt
2017-06-25
1
-3
/
+5
|
*
Fix Linux clipboard code so it works on both Python 2 and Python 3
Todd Leonhardt
2017-06-25
1
-3
/
+14
[next]