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
*
Update release date for 0.9.12 in CHANGELOG
0.9.12
Todd Leonhardt
2019-04-22
1
-1
/
+1
*
Merge pull request #664 from python-cmd2/pointer_bug
Kevin Van Brunt
2019-04-11
1
-2
/
+2
|
\
|
*
Clearing bytearray instead of creating a new object
Kevin Van Brunt
2019-04-11
1
-1
/
+1
|
*
Fixed issue where pointer to bytearray was being returned instead of copied b...
Kevin Van Brunt
2019-04-11
1
-1
/
+1
|
/
*
Added path completion bug fix to change log
Kevin Van Brunt
2019-04-05
1
-0
/
+1
*
Merge pull request #662 from python-cmd2/path_fix
Kevin Van Brunt
2019-04-05
2
-1
/
+24
|
\
|
*
Added unit test for path completion in root directory
Kevin Van Brunt
2019-04-05
1
-0
/
+19
|
*
Fixed path completion case where cwd is just a slash
Kevin Van Brunt
2019-04-05
1
-1
/
+5
|
/
*
Merge pull request #655 from python-cmd2/capture_popen
Todd Leonhardt
2019-04-03
11
-671
/
+847
|
\
|
*
Fixed minor grammatical error
Todd Leonhardt
2019-04-03
1
-1
/
+1
|
*
Attempt to fix unit tests
Todd Leonhardt
2019-04-02
2
-2
/
+9
|
*
Added some unit tests for ProcReader and ContextFlag utility classes
Todd Leonhardt
2019-04-02
2
-1
/
+51
|
*
Fix flake8 warning
Todd Leonhardt
2019-04-02
1
-2
/
+0
|
*
Started addressing my PR comments
Todd Leonhardt
2019-04-02
2
-37
/
+39
|
*
Added unit test
Kevin Van Brunt
2019-03-27
1
-0
/
+9
|
*
Removed repeated block of code
Kevin Van Brunt
2019-03-27
1
-7
/
+0
|
*
Merge branch 'master' into capture_popen
Kevin Van Brunt
2019-03-27
3
-20
/
+35
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #656 from python-cmd2/multiline_prompt
Todd Leonhardt
2019-03-24
3
-20
/
+35
|
\
\
|
*
|
Fixed flake warning
Kevin Van Brunt
2019-03-22
1
-3
/
+2
|
*
|
Updated change log
Kevin Van Brunt
2019-03-21
1
-0
/
+1
|
*
|
Corrected what prompt variable was being used
Kevin Van Brunt
2019-03-21
1
-3
/
+3
|
*
|
Fixed issue when printing alerts caused by a prompt with a new line character
Kevin Van Brunt
2019-03-21
2
-17
/
+32
|
/
/
|
*
Renamed stuff and removed unneeded KeyboardInterrupt protection
Kevin Van Brunt
2019-03-27
2
-20
/
+15
|
*
Added sigint protection around some state variable changes
Kevin Van Brunt
2019-03-27
1
-43
/
+46
|
*
Make sure stdout is a terminal before running 'stty sane'
Kevin Van Brunt
2019-03-27
1
-2
/
+3
|
*
Moved indentation and added clarifying comments
Kevin Van Brunt
2019-03-24
1
-3
/
+5
|
*
Made ContextFlag reentrant
Kevin Van Brunt
2019-03-24
1
-9
/
+12
|
*
Fixed indentation issue that caused cur_pipe_proc_reader to be overwritten
Kevin Van Brunt
2019-03-24
1
-16
/
+11
|
*
Don't allow built-in cmdloop to run outside of main thread
Kevin Van Brunt
2019-03-23
1
-3
/
+12
|
*
Forward SIGINT to current pipe process instead of terminating it. This is con...
Kevin Van Brunt
2019-03-23
2
-4
/
+9
|
*
Added protection from SIGINT when in a critical section of code
Kevin Van Brunt
2019-03-22
2
-52
/
+71
|
*
Changed StdSim byte buffer into a bytearray
Kevin Van Brunt
2019-03-21
1
-1
/
+1
|
*
Ctrl-C only kills the process being piped if the current command created it
Kevin Van Brunt
2019-03-21
2
-35
/
+55
|
*
Routing sys.stdout to piped processes to catch print() type statements
Kevin Van Brunt
2019-03-20
1
-4
/
+4
|
*
Updated change log
Kevin Van Brunt
2019-03-20
1
-0
/
+5
|
*
Removed unused import
Kevin Van Brunt
2019-03-20
1
-1
/
+0
|
*
Terminate pipe processes instead of sending them SIGINTs
Kevin Van Brunt
2019-03-20
2
-6
/
+6
|
*
Simplified a unit test
Kevin Van Brunt
2019-03-20
1
-3
/
+2
|
*
Fixed unit test
Kevin Van Brunt
2019-03-20
1
-3
/
+3
|
*
Fixed unit test on Windows
Kevin Van Brunt
2019-03-20
1
-1
/
+1
|
*
Made run_cmd return out and err
Kevin Van Brunt
2019-03-20
7
-459
/
+401
|
*
Handled possible race condition
Kevin Van Brunt
2019-03-20
1
-11
/
+18
|
*
Printing an error instead of raising and exception if setting a variable that...
Kevin Van Brunt
2019-03-20
2
-24
/
+17
|
*
Not running command if redirection fails
Kevin Van Brunt
2019-03-20
3
-70
/
+67
|
*
Updated comment
Kevin Van Brunt
2019-03-20
1
-1
/
+2
|
*
Handled issue where nested pipe processes were not being closed in the right ...
Kevin Van Brunt
2019-03-20
2
-15
/
+33
|
*
Updated ppaged to not use self.pipe_proc
Kevin Van Brunt
2019-03-20
2
-6
/
+9
|
*
Capturing output from piped process when redirecting
Kevin Van Brunt
2019-03-20
1
-12
/
+18
|
*
Simiplified code
Kevin Van Brunt
2019-03-20
2
-18
/
+17
|
*
Updated ProcReader to determine which of the process streams are pipes
Kevin Van Brunt
2019-03-20
2
-10
/
+23
[next]