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
/
cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into history_fixes
Kevin Van Brunt
2019-06-14
1
-157
/
+144
|
\
|
*
Reverted making constant values for colors. This will be done on a future tic...
Kevin Van Brunt
2019-06-13
1
-8
/
+9
|
*
Transcript generation no longer terminates _cmdloop() when a command returns ...
Kevin Van Brunt
2019-06-12
1
-7
/
+8
|
*
Fixed UnsupportedOperation on fileno error when a shell command was one of th...
Kevin Van Brunt
2019-06-12
1
-11
/
+5
|
*
Made constants for color values
Kevin Van Brunt
2019-06-12
1
-8
/
+7
|
*
Revert "Move argparse parsing of CLI args back to cmdloop() from __init__()"
Kevin Van Brunt
2019-06-12
1
-17
/
+16
|
*
Move argparse parsing of CLI args back to cmdloop() from __init__()
Todd Leonhardt
2019-06-11
1
-16
/
+17
|
*
Removed support for cmd.cmdqueue
Kevin Van Brunt
2019-06-11
1
-43
/
+48
|
*
Removed self._should_quit from cmd2 and add logic to PyscriptBridge to return...
Kevin Van Brunt
2019-06-07
1
-6
/
+3
|
*
Moved a new helper function from cmd2.py to utils.py where it probably belonged
Todd Leonhardt
2019-06-07
1
-15
/
+1
|
*
Extracted duplicated code to utility function
Todd Leonhardt
2019-06-06
1
-4
/
+4
|
*
Refactored how and when transcript file glob patterns are expanded in order t...
Todd Leonhardt
2019-06-06
1
-5
/
+25
|
*
runcmds_plus_hooks now handles HistoryItems
Kevin Van Brunt
2019-06-06
1
-2
/
+5
|
*
Merge branch 'master' into script_refactor
Kevin Van Brunt
2019-06-06
1
-58
/
+108
|
|
\
|
*
|
Removed _STOP_AND_EXIT cmd2 class member since it was meant to be a boolean c...
Kevin Van Brunt
2019-06-04
1
-6
/
+4
|
*
|
Removing duplicate functionality by calling runcmds_plus_hooks() to run cmdqueue
Kevin Van Brunt
2019-05-24
1
-10
/
+11
|
*
|
Running commands from history stops if a command returns True for its stop va...
Kevin Van Brunt
2019-05-24
1
-5
/
+1
|
*
|
Since transcript generation actually runs the commands, it now returns whethe...
Kevin Van Brunt
2019-05-24
1
-4
/
+10
|
*
|
Fixed count in output message printed after transcript generation
Kevin Van Brunt
2019-05-24
1
-2
/
+7
|
*
|
Stopping transcript generation if a command returns True for its stop value
Kevin Van Brunt
2019-05-24
1
-1
/
+4
|
*
|
Removed most return statements from finally blocks to avoid hiding exceptions
Kevin Van Brunt
2019-05-24
1
-39
/
+31
|
*
|
Fixed spelling
Kevin Van Brunt
2019-05-23
1
-1
/
+1
|
*
|
Returning value of stop from history command when it runs a script
Kevin Van Brunt
2019-05-23
1
-4
/
+5
|
*
|
Change load to run scripts immediately instead of queueing commands
Kevin Van Brunt
2019-05-23
1
-63
/
+42
*
|
|
Adding individual lines of commands to readline history to match how it was e...
Kevin Van Brunt
2019-06-14
1
-5
/
+7
*
|
|
Fixed issue where input line was being saved before all of a multiline comman...
Kevin Van Brunt
2019-06-14
1
-2
/
+6
*
|
|
Fix history display issues
Todd Leonhardt
2019-06-13
1
-1
/
+1
|
|
/
|
/
|
*
|
Always remove persistent history file when history is cleared since it no lon...
Kevin Van Brunt
2019-06-06
1
-5
/
+6
*
|
Changed wrapping point of some help text
Kevin Van Brunt
2019-06-06
1
-11
/
+11
*
|
Changed wrapping point of history's help text to match all other help text in...
Kevin Van Brunt
2019-06-05
1
-1
/
+2
*
|
Add the -a/--all flag to the history command for showing all commands includi...
Todd Leonhardt
2019-05-27
1
-6
/
+9
*
|
Fix a bug discovered during manual testing
Todd Leonhardt
2019-05-27
1
-1
/
+2
*
|
Improve unit test coverage for history
kotfu
2019-05-25
1
-2
/
+2
*
|
Switch back to os.path from pathlib
kotfu
2019-05-25
1
-7
/
+6
*
|
switch _initialize_history() from os.path to pathlib
kotfu
2019-05-25
1
-6
/
+7
*
|
Manually check whether persistent_history_file is a directory
kotfu
2019-05-25
1
-4
/
+7
*
|
Resolve PR feedback
kotfu
2019-05-25
1
-9
/
+9
*
|
Populate readline history from unpickled history
kotfu
2019-05-24
1
-22
/
+23
*
|
Refactor HistoryItem to not subclass str
kotfu
2019-05-24
1
-6
/
+8
*
|
Cleanup some history tests
kotfu
2019-05-24
1
-18
/
+38
*
|
Initializing history now detects plaintext or pickle format
kotfu
2019-05-24
1
-32
/
+50
|
/
*
Modified transcript testing so that the useless exception trackeback isn't pr...
Todd Leonhardt
2019-05-21
1
-2
/
+13
*
Refactor exit_code implementation
Todd Leonhardt
2019-05-20
1
-6
/
+11
*
Added documentation for ns_provider
Kevin Van Brunt
2019-05-16
1
-6
/
+8
*
Made ns_provider and preserve_quotes keyword-only args
Kevin Van Brunt
2019-05-14
1
-9
/
+8
*
Changed order of function arguments
Kevin Van Brunt
2019-05-14
1
-6
/
+7
*
Updated docstring
Kevin Van Brunt
2019-05-14
1
-4
/
+4
*
Added namespace provider argument to argparse decorators to support custom Na...
Kevin Van Brunt
2019-05-14
1
-3
/
+21
*
Preserving originally typed quotes of Statement.output_to for use in Statemen...
Kevin Van Brunt
2019-05-13
1
-1
/
+1
*
Fixed parsing issue in case where output redirection (e.g. > file) appears be...
Kevin Van Brunt
2019-05-13
1
-7
/
+10
[next]