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
*
Merge pull request #806 from python-cmd2/fix_tests
0.9.20
Kevin Van Brunt
2019-11-12
1
-13
/
+4
|
\
|
*
Put an end time for timeout command just as a precaution
Kevin Van Brunt
2019-11-12
1
-2
/
+2
|
*
Fixing unit tests that were causing problems on the test servers
Kevin Van Brunt
2019-11-12
1
-13
/
+4
|
/
*
Preparing for a release
Kevin Van Brunt
2019-11-12
1
-1
/
+1
*
Fixing Windows unit test that hangs on AppVeyor due to a KeyboardInterrupt
Kevin Van Brunt
2019-11-12
2
-3
/
+14
*
Merge pull request #804 from python-cmd2/sane_fix
Kevin Van Brunt
2019-11-11
2
-1
/
+2
|
\
|
*
Fix bug where cmd2 ran 'stty sane' command when stdin was not a terminal
Kevin Van Brunt
2019-11-11
2
-1
/
+2
|
/
*
Merge pull request #799 from python-cmd2/doc_updates
Todd Leonhardt
2019-11-08
19
-98
/
+551
|
\
|
*
Fixed typos
Kevin Van Brunt
2019-11-06
2
-2
/
+2
|
*
Fixed documentation in regards to CompletionItem
Todd Leonhardt
2019-11-04
1
-2
/
+3
|
*
Minor update to embedded python shells docs
Todd Leonhardt
2019-11-03
2
-1
/
+3
|
*
Improved documentation for Argument Parsing and Tab-Completion
Todd Leonhardt
2019-11-03
4
-4
/
+168
|
*
Improved macro documentation
Todd Leonhardt
2019-11-03
1
-0
/
+10
|
*
Improved alias documentationf
Todd Leonhardt
2019-11-03
1
-0
/
+8
|
*
Created a new documentation section on "Output redirection and pipes"
Todd Leonhardt
2019-11-03
6
-38
/
+89
|
*
Added some clarifying extra info about using commands at invocation
Todd Leonhardt
2019-11-02
1
-1
/
+6
|
*
Moved docs on "Commands at Invocation" and "Startup Script" from Miscellaneou...
Todd Leonhardt
2019-11-02
2
-54
/
+53
|
*
Added documentation for empty sections of the Sphinx docs
Todd Leonhardt
2019-11-02
5
-6
/
+219
|
/
*
Merge pull request #798 from python-cmd2/refactoring
Todd Leonhardt
2019-11-02
11
-273
/
+285
|
\
|
*
Fixed building of docs
Kevin Van Brunt
2019-10-31
3
-8
/
+8
|
*
Made some cmd2 module constants cmd2.Cmd class constants
Kevin Van Brunt
2019-10-31
2
-12
/
+12
|
*
Updated change log
Kevin Van Brunt
2019-10-31
1
-0
/
+4
|
*
Moving a bit of code around to shrink cmd2.py
Kevin Van Brunt
2019-10-31
6
-253
/
+261
|
/
*
Merge pull request #796 from python-cmd2/set_prog
Todd Leonhardt
2019-10-30
8
-44
/
+69
|
\
|
*
Merge branch 'master' into set_prog
Todd Leonhardt
2019-10-30
3
-29
/
+26
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #795 from python-cmd2/history_edit
Todd Leonhardt
2019-10-30
3
-27
/
+21
|
\
\
|
*
\
Merge branch 'master' into history_edit
Todd Leonhardt
2019-10-30
2
-2
/
+5
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #794 from python-cmd2/ipy_fix
Todd Leonhardt
2019-10-30
2
-2
/
+5
|
\
\
\
|
*
|
|
Updated change log
Kevin Van Brunt
2019-10-30
1
-0
/
+3
|
*
|
|
Only removing ipy from cmd2 instances instead of the class when use_ipython i...
Kevin Van Brunt
2019-10-30
1
-2
/
+2
|
/
/
/
|
*
|
do_history no longer calls do_edit since edit is a command that is commonly o...
Kevin Van Brunt
2019-10-30
3
-27
/
+21
|
/
/
|
*
Fixed warning
Kevin Van Brunt
2019-10-30
1
-0
/
+1
|
*
Updated change log
Kevin Van Brunt
2019-10-30
1
-0
/
+3
|
*
Removed all instances where a parser's prog attribute was being set since thi...
Kevin Van Brunt
2019-10-30
6
-22
/
+22
|
*
Setting prog value of a command and its subcommand parsers to contain the com...
Kevin Van Brunt
2019-10-30
1
-22
/
+43
|
/
*
Updated docstring of which to be more accurate in its purpose
Kevin Van Brunt
2019-10-30
1
-11
/
+11
*
Merge pull request #790 from python-cmd2/appveyor_stuck
Todd Leonhardt
2019-10-19
1
-1
/
+1
|
\
|
*
Seeing if adding a "echo y |" unit test command helps
Todd Leonhardt
2019-10-19
1
-1
/
+1
|
/
*
Merge pull request #789 from python-cmd2/script_check
Todd Leonhardt
2019-10-19
2
-2
/
+7
|
\
|
*
Updated change log
Kevin Van Brunt
2019-10-18
1
-0
/
+5
|
*
Send all startup script paths to run_script. Previously we didn't do this if the
Kevin Van Brunt
2019-10-18
1
-2
/
+2
|
/
*
Merge pull request #788 from python-cmd2/appveyor_build
Todd Leonhardt
2019-10-17
1
-15
/
+23
|
\
|
*
Trying to add an init phase
Todd Leonhardt
2019-10-17
1
-0
/
+5
|
*
Fix typo
Todd Leonhardt
2019-10-17
1
-1
/
+1
|
*
Trying to switch to Miniconda based Python
Todd Leonhardt
2019-10-17
1
-2
/
+2
|
*
Seeing if PYTHONBUFFERED helps overcome getting stuck at the keyboard interru...
Todd Leonhardt
2019-10-17
1
-6
/
+6
|
*
Add/fix comments
Todd Leonhardt
2019-10-17
1
-7
/
+7
|
*
Try only building for Python 3.7 on Windows
Todd Leonhardt
2019-10-17
1
-5
/
+0
|
*
Don't try to build for Python 3.5 due to issue installing required mock depen...
Todd Leonhardt
2019-10-17
1
-6
/
+1
|
*
Fix environment variable name
Todd Leonhardt
2019-10-17
1
-1
/
+1
[next]