<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests_isolated, branch border_color</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>set command output now uses SimpleTable.</title>
<updated>2021-08-19T19:50:24+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-08-19T18:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8ba05ef8bcdd53bdd54999cc9885ab310b766d9c'/>
<id>8ba05ef8bcdd53bdd54999cc9885ab310b766d9c</id>
<content type='text'>
Tabled tab completion now includes divider row.
Tab completion results for aliases, macros, and Settables wrap long fields.
SimpleTable now accepts blank for the divider character. It is identical to passing None.
Removed --verbose flag from set command so the descriptions always show.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tabled tab completion now includes divider row.
Tab completion results for aliases, macros, and Settables wrap long fields.
SimpleTable now accepts blank for the divider character. It is identical to passing None.
Removed --verbose flag from set command so the descriptions always show.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing tests on Python 3.10</title>
<updated>2021-06-17T18:10:24+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-06-16T17:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=525d32cfde6c2f9fecb0ee44972c18d4b0bf614f'/>
<id>525d32cfde6c2f9fecb0ee44972c18d4b0bf614f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Style changes from running black on Python 3.9</title>
<updated>2021-04-27T14:46:39+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-04-27T14:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=a6dcc37352e59d893b0405c10b89e0a34fc57a0f'/>
<id>a6dcc37352e59d893b0405c10b89e0a34fc57a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced some pexcept() calls with perror().</title>
<updated>2021-04-02T22:56:25+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-31T18:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=5b9e99979e9b5c4b04d674bad3a4d156cec62c31'/>
<id>5b9e99979e9b5c4b04d674bad3a4d156cec62c31</id>
<content type='text'>
Converted some strings to f-strings.
Fixed some grammar in error messages and docs.
Increased code coverage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Converted some strings to f-strings.
Fixed some grammar in error messages and docs.
Increased code coverage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored _perform_completion() to remove need for a cast() call</title>
<updated>2021-04-02T22:00:03+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-04-02T15:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9e62a0a11cd013761735529199ff8594693b3b4f'/>
<id>9e62a0a11cd013761735529199ff8594693b3b4f</id>
<content type='text'>
Changed CommandResult.stderr to a str instead of Optional[str]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed CommandResult.stderr to a str instead of Optional[str]
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolves comments from PR</title>
<updated>2021-03-18T22:26:20+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-03-16T16:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8f981f37eddcccc919329245b85fd44d5975a6a7'/>
<id>8f981f37eddcccc919329245b85fd44d5975a6a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some mypy validation fixes</title>
<updated>2021-03-18T22:26:20+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-03-15T19:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9d1b7c7f1068ce9b55ba160ebceeadd665d1bc02'/>
<id>9d1b7c7f1068ce9b55ba160ebceeadd665d1bc02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests</title>
<updated>2021-03-18T22:26:20+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-03-15T19:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f30627d5d2d0adc7db45aa26956372ea2cb3dc19'/>
<id>f30627d5d2d0adc7db45aa26956372ea2cb3dc19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into black</title>
<updated>2021-02-20T02:35:13+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-20T02:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=3e180a810e9c4b9d251c135667d1d150b0bbd0dd'/>
<id>3e180a810e9c4b9d251c135667d1d150b0bbd0dd</id>
<content type='text'>
# Conflicts:
#	cmd2/__init__.py
#	cmd2/argparse_completer.py
#	cmd2/argparse_custom.py
#	cmd2/cmd2.py
#	cmd2/decorators.py
#	cmd2/exceptions.py
#	cmd2/utils.py
#	examples/arg_decorators.py
#	examples/argparse_completion.py
#	examples/modular_commands_main.py
#	tests/test_argparse_completer.py
#	tests/test_argparse_custom.py
#	tests/test_cmd2.py
#	tests/test_completion.py
#	tests/test_history.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	cmd2/__init__.py
#	cmd2/argparse_completer.py
#	cmd2/argparse_custom.py
#	cmd2/cmd2.py
#	cmd2/decorators.py
#	cmd2/exceptions.py
#	cmd2/utils.py
#	examples/arg_decorators.py
#	examples/argparse_completion.py
#	examples/modular_commands_main.py
#	tests/test_argparse_completer.py
#	tests/test_argparse_custom.py
#	tests/test_cmd2.py
#	tests/test_completion.py
#	tests/test_history.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Add in isort changes</title>
<updated>2021-02-01T04:24:47+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-01T04:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4'/>
<id>9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
