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
*
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
|
\
|
*
Fix a bug in a unit test which can happen in atypical circumstances
Todd Leonhardt
2017-07-05
2
-2
/
+3
|
/
*
Merge pull request #172 from felixonmars/patch-1
Todd Leonhardt
2017-07-05
1
-1
/
+1
|
\
|
*
Fix a typo: unitest -> unittest
Felix Yan
2017-07-04
1
-1
/
+1
|
/
*
Minor tweak to CHANGES
Todd Leonhardt
2017-07-03
1
-1
/
+2
*
Updated CHANGES
Todd Leonhardt
2017-07-03
1
-5
/
+3
*
Merge pull request #170 from python-cmd2/history_exclusion
Todd Leonhardt
2017-07-03
1
-0
/
+44
|
\
|
*
Add unit test to verify that exclusion of commands from the history is workin...
Todd Leonhardt
2017-07-03
1
-0
/
+44
|
/
*
Merge pull request #169 from python-cmd2/refactor_parser_config
Todd Leonhardt
2017-07-03
12
-49
/
+57
|
\
|
*
Updated Sphinx docs
Todd Leonhardt
2017-07-03
2
-5
/
+5
|
*
Fixed a few bugs and examples
Todd Leonhardt
2017-07-03
11
-44
/
+52
|
/
*
Bump version to 0.7.5a
Todd Leonhardt
2017-07-03
5
-36
/
+13
*
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
|
\
[next]