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
*
Updated CHANGELOG with release date for 0.9.13
0.9.13
Todd Leonhardt
2019-06-14
1
-2
/
+2
*
Merge pull request #699 from python-cmd2/history_fixes
Todd Leonhardt
2019-06-14
7
-22
/
+104
|
\
|
*
Added comment
Kevin Van Brunt
2019-06-14
1
-0
/
+4
|
*
Added a unit test for HistoryItem.pr() in the case of non-verbose, non-expand...
Todd Leonhardt
2019-06-14
2
-1
/
+13
|
*
Updated change log
Kevin Van Brunt
2019-06-14
1
-1
/
+2
|
*
Merge branch 'master' into history_fixes
Kevin Van Brunt
2019-06-14
29
-403
/
+484
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #696 from python-cmd2/script_refactor
Kevin Van Brunt
2019-06-14
29
-403
/
+484
|
\
\
|
*
|
Fixed flake8 error
Kevin Van Brunt
2019-06-13
1
-1
/
+0
|
*
|
Reverted making constant values for colors. This will be done on a future tic...
Kevin Van Brunt
2019-06-13
3
-16
/
+11
|
*
|
Updated unit test
Kevin Van Brunt
2019-06-12
1
-4
/
+3
|
*
|
Transcript generation no longer terminates _cmdloop() when a command returns ...
Kevin Van Brunt
2019-06-12
2
-11
/
+11
|
*
|
Fixed UnsupportedOperation on fileno error when a shell command was one of th...
Kevin Van Brunt
2019-06-12
2
-11
/
+7
|
*
|
Made constants for color values
Kevin Van Brunt
2019-06-12
3
-11
/
+17
|
*
|
Fixed unit tests
Kevin Van Brunt
2019-06-12
3
-74
/
+93
|
*
|
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
10
-93
/
+96
|
*
|
Updated change log
Kevin Van Brunt
2019-06-10
1
-0
/
+1
|
*
|
Updated change log
Kevin Van Brunt
2019-06-10
1
-1
/
+1
|
*
|
Updated change log
Kevin Van Brunt
2019-06-10
1
-4
/
+4
|
*
|
Updated change log
Kevin Van Brunt
2019-06-10
1
-14
/
+14
|
*
|
Added unit test for stopping during transcript generation
Kevin Van Brunt
2019-06-10
1
-0
/
+23
|
*
|
Added unit test
Kevin Van Brunt
2019-06-10
2
-0
/
+23
|
*
|
Merge branch 'master' into script_refactor
Kevin Van Brunt
2019-06-10
1
-4
/
+12
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Updated change log and comment
Kevin Van Brunt
2019-06-07
2
-2
/
+5
|
*
|
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
14
-40
/
+1
|
*
|
Removed self._should_quit from cmd2 and add logic to PyscriptBridge to return...
Kevin Van Brunt
2019-06-07
3
-15
/
+19
|
*
|
Made comment more accurate
Kevin Van Brunt
2019-06-07
1
-1
/
+1
|
*
|
Moved a new helper function from cmd2.py to utils.py where it probably belonged
Todd Leonhardt
2019-06-07
2
-15
/
+17
|
*
|
Extracted duplicated code to utility function
Todd Leonhardt
2019-06-06
2
-4
/
+17
|
*
|
Refactored how and when transcript file glob patterns are expanded in order t...
Todd Leonhardt
2019-06-06
3
-14
/
+49
|
*
|
Transcript testing now properly handles commands which signal the application...
Todd Leonhardt
2019-06-06
3
-3
/
+11
|
*
|
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
8
-236
/
+560
|
|
\
\
|
*
|
|
Removed _STOP_AND_EXIT cmd2 class member since it was meant to be a boolean c...
Kevin Van Brunt
2019-06-04
3
-8
/
+8
|
*
|
|
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
2
-6
/
+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
2
-44
/
+41
|
*
|
|
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
3
-129
/
+110
|
|
|
*
Adding individual lines of commands to readline history to match how it was e...
Kevin Van Brunt
2019-06-14
1
-5
/
+7
|
|
|
*
Fixed bug where multiline commands were always being expanded in history output.
Kevin Van Brunt
2019-06-14
1
-11
/
+12
|
|
|
*
Added unit test for _input_line_to_statement
Kevin Van Brunt
2019-06-14
1
-0
/
+14
|
|
|
*
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
5
-4
/
+48
|
|
_
|
/
|
/
|
|
*
|
|
Updated README to include links to more and a wider variety of open-source pr...
Todd Leonhardt
2019-06-10
1
-4
/
+12
|
|
/
|
/
|
[next]