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 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
|
\
|
*
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
[next]