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 #103 from python-cmd2/multiline_abbreviations
0.7.1
Todd Leonhardt
2017-05-21
4
-3
/
+15
|
\
|
*
Added a unit test and updated changes
Todd Leonhardt
2017-05-21
2
-1
/
+8
|
*
Abbreviations are no longer accepted for multiline commands
Todd Leonhardt
2017-05-20
2
-2
/
+7
|
/
*
Merge pull request #101 from python-cmd2/windows_path
Todd Leonhardt
2017-05-18
3
-4
/
+4
|
\
|
*
Fixed a hard-coded path separator
Todd Leonhardt
2017-05-18
3
-4
/
+4
|
/
*
Merge pull request #99 from python-cmd2/tab_completion
Todd Leonhardt
2017-05-17
4
-34
/
+191
|
\
|
*
Updated an example, features, and changes based on new support for path and c...
Todd Leonhardt
2017-05-17
4
-18
/
+16
|
*
Minor tweaks
Todd Leonhardt
2017-05-17
1
-2
/
+2
|
*
Tons of tab completion changes
Todd Leonhardt
2017-05-17
1
-22
/
+181
|
/
*
Renamed CHANGES.rst to CHANGES.md
Todd Leonhardt
2017-05-16
1
-8
/
+7
*
Merge pull request #97 from python-cmd2/path_completion
Todd Leonhardt
2017-05-16
1
-26
/
+13
|
\
|
*
Improved local path completion
Todd Leonhardt
2017-05-16
1
-26
/
+13
|
/
*
Merge pull request #95 from python-cmd2/auto_completion
Todd Leonhardt
2017-05-16
1
-0
/
+56
|
\
|
*
Added path_complete() static method for local file system path completion
Todd Leonhardt
2017-05-16
1
-0
/
+56
|
/
*
Merge pull request #93 from python-cmd2/gnureadline
Todd Leonhardt
2017-05-11
2
-11
/
+38
|
\
|
*
Fix Windows unit tests
Todd Leonhardt
2017-05-11
1
-1
/
+7
|
*
Windows terminal doesn't use ANSI escape codes
Todd Leonhardt
2017-05-11
1
-0
/
+4
|
*
Added code to protect against GNU Readline bug
Todd Leonhardt
2017-05-11
1
-1
/
+27
|
*
Documentation update
Todd Leonhardt
2017-05-11
1
-1
/
+1
|
*
Reverting change which prefers gnureadline if available
Todd Leonhardt
2017-05-11
1
-9
/
+0
|
/
*
Updated POC info
Todd Leonhardt
2017-05-03
2
-2
/
+2
*
Merge pull request #91 from python-cmd2/readline_improvements
Todd Leonhardt
2017-05-03
1
-9
/
+13
|
\
|
*
Added some checks to deal with unit testing on Windows systems with no readline
Todd Leonhardt
2017-05-03
1
-6
/
+15
|
*
Try to import gnureadline and then if that fails import readline
Todd Leonhardt
2017-05-03
1
-17
/
+12
|
/
*
Merge pull request #89 from python-cmd2/transcript_fixes
Todd Leonhardt
2017-04-26
5
-56
/
+32
|
\
|
*
Fixed transcript testing issues
Todd Leonhardt
2017-04-26
5
-56
/
+32
|
/
*
Merge pull request #87 from python-cmd2/transcript_testing
Todd Leonhardt
2017-04-26
1
-0
/
+7
|
\
|
*
Transcript testing now calls preloop() before and postloop() after
Todd Leonhardt
2017-04-26
1
-0
/
+7
|
/
*
Merge pull request #84 from python-cmd2/pipe_fix
Todd Leonhardt
2017-04-04
1
-5
/
+11
|
\
|
*
Don't throw exception when piping command output to a shell command
Todd Leonhardt
2017-04-04
1
-5
/
+11
|
/
*
Fixed a broken link
Todd Leonhardt
2017-03-17
1
-1
/
+1
*
README.md now uses ```python ``` blocks for displaying Python code.
Todd Leonhardt
2017-03-17
1
-119
/
+131
*
Forgot to save before pushing ...
Todd Leonhardt
2017-03-17
1
-17
/
+12
*
Converted README.rst to README.md.
Todd Leonhardt
2017-03-17
1
-249
/
+221
*
Not sure why GitHub isn't recognizing the README.rst
Todd Leonhardt
2017-03-17
1
-5
/
+1
*
Third time is a charm?
Todd Leonhardt
2017-03-16
1
-1
/
+1
*
Another attempt at fixing README.rst
Todd Leonhardt
2017-03-16
1
-5
/
+4
*
Attempt at fixing the end of README.rst
Todd Leonhardt
2017-03-16
1
-1
/
+2
*
Merge pull request #82 from python-cmd2/regex_transcript
Todd Leonhardt
2017-03-16
6
-7
/
+76
|
\
|
*
Apparently regex syntax is stricter for Python 3 on Windows.
Todd Leonhardt
2017-03-16
4
-2
/
+9
|
*
Added a regex to transcript for color because its not present on Windows.
Todd Leonhardt
2017-03-16
2
-4
/
+4
|
*
Added example of using a regular expression in a transcript test.
Todd Leonhardt
2017-03-16
5
-7
/
+69
|
/
*
Merge pull request #80 from python-cmd2/cmd_result
Todd Leonhardt
2017-03-14
3
-66
/
+88
|
\
|
*
Improved the CmdResult namedtuple subclass
Todd Leonhardt
2017-03-14
3
-66
/
+88
|
/
*
Merge pull request #79 from python-cmd2/unicode_example
Todd Leonhardt
2017-03-14
1
-3
/
+5
|
\
|
*
Added intro with unicode characters to one example.
Todd Leonhardt
2017-03-14
1
-3
/
+5
|
/
*
Merge pull request #78 from python-cmd2/whitespace
Todd Leonhardt
2017-03-13
1
-14
/
+17
|
\
|
*
Minor whitespace tweaks to shorten a few really long lines.
Todd Leonhardt
2017-03-13
1
-14
/
+17
|
/
*
Merge pull request #77 from python-cmd2/spelling
Todd Leonhardt
2017-03-13
28
-86
/
+110
|
\
|
*
Commented out Mac OS X builds for Travis CI since they are still painfully ba...
Todd Leonhardt
2017-03-13
1
-18
/
+19
[next]