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
*
Fixed Python warnings
Kevin Van Brunt
2017-06-30
1
-7
/
+10
*
Verifying a file to be loaded as a text script is either ASCII or UTF-8
Kevin Van Brunt
2017-06-30
1
-1
/
+48
*
Bumped version to 0.7.4 and updated CHANGES file
Todd Leonhardt
2017-06-29
1
-1
/
+1
*
Made output pipe to shell command featuer much more reliable
Todd Leonhardt
2017-06-29
1
-11
/
+10
*
Command-line pipe is now handled by subprocess module instead of shell
Todd Leonhardt
2017-06-29
1
-12
/
+11
*
Refactored to replace custom StubbornDict with collections.OrderedDict
Todd Leonhardt
2017-06-29
1
-82
/
+18
*
Mac and Linux now have more similar subprocess.Popen interaction with CLI uti...
Todd Leonhardt
2017-06-29
1
-7
/
+10
*
Just checking for presence of the xclip executable in the file system path is...
Todd Leonhardt
2017-06-28
1
-6
/
+5
*
Attempt at fixing how xclip is checked for on Linux systems
Todd Leonhardt
2017-06-28
1
-3
/
+2
*
Completely removed use of self.default_file_name
Todd Leonhardt
2017-06-28
1
-7
/
+22
*
Fixed crash in edit if called with no argument and empty history
Todd Leonhardt
2017-06-28
1
-1
/
+5
*
Updated comments to relect where default_file_name is used
Todd Leonhardt
2017-06-28
1
-6
/
+11
*
Simplified implementation of do__relative_load
Todd Leonhardt
2017-06-28
1
-15
/
+17
*
Removed the ability for load command to load a script from a URL
Todd Leonhardt
2017-06-28
1
-43
/
+10
*
Ensure path completion results are sorted alphabetically on all OSes
Todd Leonhardt
2017-06-25
1
-3
/
+5
*
Fix Linux clipboard code so it works on both Python 2 and Python 3
Todd Leonhardt
2017-06-25
1
-3
/
+14
*
Various fixes and improvements
Todd Leonhardt
2017-06-25
1
-20
/
+11
*
Set version to 0.7.4b for now
Todd Leonhardt
2017-06-24
1
-1
/
+1
*
Reword output for cmdenvironment
Todd Leonhardt
2017-06-16
1
-5
/
+7
*
Removed some help_* methods
Todd Leonhardt
2017-06-16
1
-105
/
+21
*
Fixed tab completion of command and shell commands
Todd Leonhardt
2017-06-15
1
-11
/
+16
*
Added override of cmd.completenames() method
Todd Leonhardt
2017-06-15
1
-3
/
+16
*
Updated CHANGES.md file and bumped version to 0.7.3
Todd Leonhardt
2017-06-14
1
-1
/
+1
*
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
[next]