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
path:
root
/
cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed default value for USE_ARG_LIST global to True
Todd Leonhardt
2017-06-14
1
-3
/
+3
*
pyscript now expands the script path before calling do_py
Todd Leonhardt
2017-06-13
1
-1
/
+1
*
Added new pyscript command
Todd Leonhardt
2017-06-13
1
-0
/
+36
*
Minor cleanup
Todd Leonhardt
2017-06-13
1
-1
/
+1
*
Ruggedized do_py by adding try/except/finally
Todd Leonhardt
2017-06-13
1
-46
/
+50
*
Fixes a bug which caused transcript failures to display twice
Todd Leonhardt
2017-06-13
1
-2
/
+1
*
Manually set readline delimiters to not include a dash ("-")
Todd Leonhardt
2017-06-09
1
-0
/
+4
*
Fix a bug in history command
Todd Leonhardt
2017-06-04
1
-2
/
+5
*
Updated cmdenvironment command
Todd Leonhardt
2017-06-03
1
-3
/
+6
*
Removed redundant list command
Todd Leonhardt
2017-06-03
1
-35
/
+14
*
Made a few minor clarifying comment tweaks
Todd Leonhardt
2017-06-01
1
-3
/
+5
*
Added "exclude_from_help" list as a cmd2.Cmd public attribute
Todd Leonhardt
2017-06-01
1
-1
/
+43
*
Whitespace changes
Todd Leonhardt
2017-06-01
1
-36
/
+39
*
Moved _parsed into ParserManager
Catherine Devlin
2017-05-30
1
-49
/
+59
*
Moved parser creation into ParserManager
Catherine Devlin
2017-05-30
1
-75
/
+105
*
Adding parseline method back
Todd Leonhardt
2017-05-29
1
-0
/
+31
*
Merge branch 'master' of https://github.com/python-cmd2/cmd2
Catherine Devlin
2017-05-29
1
-2
/
+2
|
\
|
*
Fix corner case in command completion of shell commands
Todd Leonhardt
2017-05-23
1
-1
/
+1
|
*
Bumping version to 0.7.3a
Todd Leonhardt
2017-05-22
1
-1
/
+1
*
|
Remove unused `parseline` method
Catherine Devlin
2017-05-29
1
-29
/
+3
|
/
*
Started moving stuff around
Todd Leonhardt
2017-05-22
1
-70
/
+79
*
Made several methods and attributes which an end user should never need to ca...
Todd Leonhardt
2017-05-22
1
-36
/
+37
*
Bumping version to 0.7.2
0.7.2
Todd Leonhardt
2017-05-22
1
-1
/
+1
*
Abbreviations are no longer accepted for multiline commands
Todd Leonhardt
2017-05-20
1
-2
/
+2
*
Fixed a hard-coded path separator
Todd Leonhardt
2017-05-18
1
-2
/
+2
*
Updated an example, features, and changes based on new support for path and c...
Todd Leonhardt
2017-05-17
1
-6
/
+11
*
Minor tweaks
Todd Leonhardt
2017-05-17
1
-2
/
+2
*
Tons of tab completion changes
Todd Leonhardt
2017-05-17
1
-22
/
+181
*
Improved local path completion
Todd Leonhardt
2017-05-16
1
-26
/
+13
*
Added path_complete() static method for local file system path completion
Todd Leonhardt
2017-05-16
1
-0
/
+56
*
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
*
Reverting change which prefers gnureadline if available
Todd Leonhardt
2017-05-11
1
-9
/
+0
*
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
*
Fixed transcript testing issues
Todd Leonhardt
2017-04-26
1
-43
/
+20
*
Transcript testing now calls preloop() before and postloop() after
Todd Leonhardt
2017-04-26
1
-0
/
+7
*
Don't throw exception when piping command output to a shell command
Todd Leonhardt
2017-04-04
1
-5
/
+11
*
Added example of using a regular expression in a transcript test.
Todd Leonhardt
2017-03-16
1
-7
/
+6
*
Improved the CmdResult namedtuple subclass
Todd Leonhardt
2017-03-14
1
-60
/
+76
*
Minor whitespace tweaks to shorten a few really long lines.
Todd Leonhardt
2017-03-13
1
-14
/
+17
*
Mostly fix a bunch of spelling mistakes.
Todd Leonhardt
2017-03-13
1
-18
/
+18
*
Documentation updates
Todd Leonhardt
2017-03-12
1
-21
/
+30
*
Finished code cleanup for now
Todd Leonhardt
2017-03-12
1
-130
/
+141
*
More code cleanup
Todd Leonhardt
2017-03-12
1
-19
/
+48
*
Added a bunch of comments and deleted an unnecessary overridden method.
Todd Leonhardt
2017-03-12
1
-4
/
+44
*
Added a bunch of method and class comments.
Todd Leonhardt
2017-03-12
1
-3
/
+69
*
Code cleanup
Todd Leonhardt
2017-03-12
1
-44
/
+104
*
Code cleanup
Todd Leonhardt
2017-03-12
1
-7
/
+38
[next]