<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch exception_passthrough</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>Added cmd2.exceptions.PassThroughException</title>
<updated>2021-03-02T15:26:45+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-02T15:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=7024aa0e705e522e8e0cc9b4555bb17a5a35ed45'/>
<id>7024aa0e705e522e8e0cc9b4555bb17a5a35ed45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved empty line check in table creator</title>
<updated>2021-03-02T14:46:28+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-02T14:46: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=6b14aa6579d9c5bdd32bf8c3d67f11db8b575bb0'/>
<id>6b14aa6579d9c5bdd32bf8c3d67f11db8b575bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1066 from python-cmd2/table_newline</title>
<updated>2021-03-02T03:58:12+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-03-02T03:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=d4035b43d3a7edda50908f2e6bb090381831975d'/>
<id>d4035b43d3a7edda50908f2e6bb090381831975d</id>
<content type='text'>
Fixed issue where TableCreator was tossing blank last lines</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed issue where TableCreator was tossing blank last lines</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue where TableCreator was tossing blank last lines</title>
<updated>2021-03-01T23:09:00+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-01T22:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ecba81e98471f92aaccb853630790708f0d21aaf'/>
<id>ecba81e98471f92aaccb853630790708f0d21aaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1060 from python-cmd2/mypy</title>
<updated>2021-02-22T20:58:48+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-22T20:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=97f14b266e038a5d4acf7841d538cf37f066d328'/>
<id>97f14b266e038a5d4acf7841d538cf37f066d328</id>
<content type='text'>
Start making small changes to fix mypy warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Start making small changes to fix mypy warnings</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error in Python 3.6</title>
<updated>2021-02-21T16:51:46+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-21T16:51: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=fa0b55c51a4810dc1f89e616a4adb92fa9e31c6c'/>
<id>fa0b55c51a4810dc1f89e616a4adb92fa9e31c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start making small changes to fix mypy warnings</title>
<updated>2021-02-21T16:46:09+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-21T16:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ccb50f33b5cdff1f354bdc24618a6c665f3ab68a'/>
<id>ccb50f33b5cdff1f354bdc24618a6c665f3ab68a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1059 from python-cmd2/deprecate_35</title>
<updated>2021-02-21T15:04:56+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-21T15:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9c60ac6f3169f9df37e6c5166844fb9cf5f6766d'/>
<id>9c60ac6f3169f9df37e6c5166844fb9cf5f6766d</id>
<content type='text'>
Deprecate support for Python 3.5</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate support for Python 3.5</pre>
</div>
</content>
</entry>
<entry>
<title>Updated README and CHANGELOG</title>
<updated>2021-02-21T01:26:07+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-21T01:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=811a7302eef99b9f67bfcdde3400322b7557dbab'/>
<id>811a7302eef99b9f67bfcdde3400322b7557dbab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate Python 3.5</title>
<updated>2021-02-21T01:19:23+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-21T01:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=67ea0627879e10e47380482156b1421862e3c956'/>
<id>67ea0627879e10e47380482156b1421862e3c956</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
