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
*
Updated CHANGES
0.7.4
Todd Leonhardt
2017-07-03
1
-2
/
+4
*
Merge pull request #168 from python-cmd2/remove_pause
Todd Leonhardt
2017-07-03
8
-42
/
+51
|
\
|
*
Removed pause command
Todd Leonhardt
2017-07-03
8
-42
/
+51
|
/
*
Clarified a few points about optional ipy command in Sphinx docs
Todd Leonhardt
2017-07-03
1
-5
/
+8
*
Fix typo
Todd Leonhardt
2017-07-03
2
-2
/
+2
*
Add screenshot to front page
Todd Leonhardt
2017-07-03
4
-2
/
+12
*
Minor tweak to description and layout
Todd Leonhardt
2017-07-03
2
-6
/
+17
*
Try to get title to fit on one line
Todd Leonhardt
2017-07-03
1
-2
/
+2
*
Tweaks to PyPI packaging and GitHub front-page
Todd Leonhardt
2017-07-03
3
-58
/
+72
*
Merge pull request #167 from python-cmd2/cov_xdist
Todd Leonhardt
2017-07-02
2
-2
/
+11
|
\
|
*
Another tweak to tox.ini and .coveragerc, fingers crossed ...
Todd Leonhardt
2017-07-02
2
-8
/
+10
|
*
Tweak tox.ini and .coveragerc in hopes of getting pytest-cov and pytest-xdist...
Todd Leonhardt
2017-07-02
2
-7
/
+14
|
/
*
Merge pull request #166 from python-cmd2/speedup_tests
Todd Leonhardt
2017-07-02
3
-7
/
+71
|
\
|
*
Don't run code coverage in Python 3.6 on Windows
Todd Leonhardt
2017-07-02
2
-2
/
+12
|
*
Stop trying to use pytest-xdist when using pytest-cov
Todd Leonhardt
2017-07-02
1
-6
/
+2
|
*
Adding run of example back to environments which are doing code coverage anal...
Todd Leonhardt
2017-07-02
1
-0
/
+2
|
*
Only install code coverage dependencies on platforms which are going to do co...
Todd Leonhardt
2017-07-02
1
-2
/
+39
|
*
Apparently "codecov erase" isn't an option
Todd Leonhardt
2017-07-02
1
-2
/
+0
|
*
Attempt to speedup unit tests
Todd Leonhardt
2017-07-02
3
-8
/
+29
|
/
*
Merge pull request #165 from python-cmd2/history_tests
Todd Leonhardt
2017-07-02
4
-24
/
+104
|
\
|
*
Fixed bugs, removed dead code, and added unit tests
Todd Leonhardt
2017-07-02
4
-24
/
+104
|
/
*
Merge pull request #164 from python-cmd2/tests
Todd Leonhardt
2017-07-02
3
-38
/
+203
|
\
|
*
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
3
-37
/
+204
|
/
*
Merge pull request #163 from python-cmd2/refactor_shell
Todd Leonhardt
2017-07-02
3
-8
/
+5
|
\
|
*
Removed unnecessary try/except in do_shell
Todd Leonhardt
2017-07-02
2
-8
/
+4
|
*
shell command now uses cmd.Cmd.stdout for output
Todd Leonhardt
2017-07-02
2
-12
/
+4
|
*
First pass at refactoring shell command
Todd Leonhardt
2017-07-02
1
-1
/
+10
|
/
*
Merge pull request #162 from python-cmd2/py_tests
Todd Leonhardt
2017-07-01
5
-8
/
+67
|
\
|
*
Stopped skipping a unit test on Windows which should pass now
Todd Leonhardt
2017-07-01
3
-4
/
+2
|
*
Fixed unicode bug on Windows in pyscript command
Todd Leonhardt
2017-07-01
1
-3
/
+4
|
*
Added more unit tests for py and pyscript commands
Todd Leonhardt
2017-07-01
4
-3
/
+63
|
/
*
Merge pull request #160 from python-cmd2/unit_tests
Todd Leonhardt
2017-07-01
2
-30
/
+148
|
\
|
*
Don't run an assert on Windows since it is failing on AppVeyor
Todd Leonhardt
2017-07-01
1
-2
/
+6
|
*
Attempt at fixing failing Windows unit test
Todd Leonhardt
2017-07-01
1
-2
/
+8
|
*
Added some more tests for path completion and shell command completion
Todd Leonhardt
2017-07-01
2
-30
/
+138
|
/
*
Merge pull request #159 from python-cmd2/select_tests
Todd Leonhardt
2017-07-01
3
-29
/
+137
|
\
|
*
Added more unit tests for the cmd2.Cmd.select() method
Todd Leonhardt
2017-07-01
3
-29
/
+137
|
/
*
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
|
|
\
|
|
/
|
/
|
[next]