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
*
Tell git to ignore .tox directory
kotfu
2018-01-06
1
-0
/
+1
*
Merge pull request #243 from python-cmd2/release_prep
0.7.9
Todd Leonhardt
2018-01-04
11
-37
/
+26
|
\
|
*
Disabled Python 3.7-dev build in Travis CI
Todd Leonhardt
2018-01-04
7
-10
/
+12
|
*
Fix Travis CI builds
Todd Leonhardt
2018-01-04
3
-18
/
+4
|
*
Updating version and changelog in preparation for minor bug fix realease
Todd Leonhardt
2018-01-04
5
-15
/
+16
|
/
*
Merge pull request #241 from python-cmd2/windows_pyreadline
Todd Leonhardt
2017-11-15
6
-3
/
+41
|
\
|
*
Added a note to the installation instructions section of user manual
Todd Leonhardt
2017-11-15
1
-0
/
+4
|
*
Fixed a list concatenation bug in changes made to setup.py
Todd Leonhardt
2017-11-15
1
-1
/
+1
|
*
Merged master into windows_pyreadline branch
Todd Leonhardt
2017-11-15
1
-1
/
+1
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #240 from python-cmd2/bump_version
Todd Leonhardt
2017-11-15
3
-3
/
+3
|
\
\
|
*
|
Bump version to 0.7.9a
Todd Leonhardt
2017-11-15
3
-3
/
+3
|
/
/
*
|
Merge pull request #239 from python-cmd2/update_changelog
Todd Leonhardt
2017-11-15
1
-0
/
+7
|
\
\
|
*
|
Just updated changelog
Todd Leonhardt
2017-11-15
1
-0
/
+7
|
/
/
|
*
Trying to fix tox.ini and appveyor.yml to get automated Windows tests to work...
Todd Leonhardt
2017-11-15
2
-2
/
+30
|
*
Updated appveyor.yml to ensure that pyreadline gets installed on Windows cont...
Todd Leonhardt
2017-11-15
1
-1
/
+1
|
*
Modified setup.py and README.md to make pyreadline a dependency on Windwos
Todd Leonhardt
2017-11-15
5
-4
/
+17
|
/
*
Merge pull request #237 from python-cmd2/fix_readme
Todd Leonhardt
2017-11-11
1
-74
/
+21
|
\
|
*
Fixed the example of transcript testing shown in README.md
Todd Leonhardt
2017-11-11
1
-74
/
+21
|
/
*
Merge pull request #236 from python-cmd2/example_fixes
Todd Leonhardt
2017-11-11
3
-81
/
+27
|
\
|
*
Made a couple fixes to existing examples
Todd Leonhardt
2017-11-11
3
-81
/
+27
|
/
*
Merge pull request #235 from python-cmd2/command_aliases
Todd Leonhardt
2017-11-09
3
-7
/
+26
|
\
|
*
Updated docs to make it more clear that you need to update shortcuts attribut...
Todd Leonhardt
2017-11-09
3
-7
/
+26
|
/
*
updated changelog
Todd Leonhardt
2017-11-08
1
-1
/
+1
*
Removed broken link from docs
0.7.8
Todd Leonhardt
2017-11-08
1
-2
/
+1
*
Fixed incorrect http link in the README
Todd Leonhardt
2017-11-08
2
-3
/
+3
*
Merge pull request #231 from python-cmd2/pyperclip_version
Todd Leonhardt
2017-11-08
27
-740
/
+37
|
\
|
*
Added fix for changes in pyperclip project structure in the most recent version
Todd Leonhardt
2017-11-08
27
-740
/
+37
|
/
*
Merge pull request #228 from python-cmd2/edit_index_bug
Todd Leonhardt
2017-09-23
2
-15
/
+81
|
\
|
*
Removed a conditional which was made redundant by an outer conditional that g...
Todd Leonhardt
2017-09-23
1
-4
/
+0
|
*
Added some unit tests to cover new code
Todd Leonhardt
2017-09-23
1
-8
/
+56
|
*
Fixed a bug when edit is passed a large negative integer in quotes
Todd Leonhardt
2017-09-23
1
-3
/
+21
|
*
Fixed a bug which occurred when edit was called with an integer index larger ...
Todd Leonhardt
2017-09-23
1
-7
/
+11
|
/
*
Hopefully this fixes a bug which is causing autodoc to fail to add method inf...
Todd Leonhardt
2017-09-23
2
-0
/
+3
*
Merge pull request #227 from alevy03/support-load-in-onecmd_plus_hooks
Todd Leonhardt
2017-09-22
6
-13
/
+109
|
\
|
*
Merge branch 'master' into support-load-in-onecmd_plus_hooks
Todd Leonhardt
2017-09-22
6
-5
/
+53
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #226 from python-cmd2/comment_grammar
Todd Leonhardt
2017-09-22
6
-5
/
+53
|
\
\
|
*
|
Improved documentation for how a user can modify comment grammar/style
Todd Leonhardt
2017-09-22
6
-5
/
+53
|
/
/
|
*
Provide method to run multiple commands w/o a cmdloop.
Alfred Levy
2017-09-22
6
-13
/
+109
|
/
*
Merge pull request #223 from python-cmd2/poutput_falsy
Todd Leonhardt
2017-09-05
2
-4
/
+33
|
\
|
*
Improved poutput() so that it can print an integer zero and other falsy things
Todd Leonhardt
2017-09-05
2
-4
/
+33
|
/
*
Merge pull request #221 from python-cmd2/settings-documentation
Todd Leonhardt
2017-08-28
2
-41
/
+71
|
\
|
*
Revise environment setting documentation
kotfu
2017-08-28
2
-41
/
+71
|
/
*
Updated CHANGELOG
0.7.7
Todd Leonhardt
2017-08-25
1
-1
/
+3
*
Merge pull request #220 from python-cmd2/piped_input_improvements
Todd Leonhardt
2017-08-24
2
-14
/
+136
|
\
|
*
Pick up a few more lines of test coverage
Jared Crapo
2017-08-23
1
-5
/
+7
|
*
Use context managers and decorators for mocks
Jared Crapo
2017-08-23
1
-33
/
+27
|
*
Removed unused capsys fixtures
Jared Crapo
2017-08-23
1
-6
/
+2
|
*
Rename tests that exercise pseudo_raw_input()
Jared Crapo
2017-08-23
1
-12
/
+12
|
*
add tests for pseudo_raw_input when isatty() is true
Jared Crapo
2017-08-23
1
-0
/
+42
|
*
Minor bug fix
Todd Leonhardt
2017-08-23
1
-3
/
+2
[next]