<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/cmd2, branch 2.4.3</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Fixed mypy and flake8 errors.</title>
<updated>2023-01-28T00:24:27+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2023-01-27T23:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=694718a970fb5af1fde5f2f60eb4bf1845c9b747'/>
<id>694718a970fb5af1fde5f2f60eb4bf1845c9b747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ValueError caused when passing Cmd.columnize() strings wider than display_width.</title>
<updated>2023-01-28T00:24:27+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2023-01-27T23:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=50b5aa7523c1b12fa038c8bfb4b68efe680a63c7'/>
<id>50b5aa7523c1b12fa038c8bfb4b68efe680a63c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix black errors</title>
<updated>2022-11-06T02:28:21+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-06T02:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=eff9274456528a96c4e492ce8499916e6594348a'/>
<id>eff9274456528a96c4e492ce8499916e6594348a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update type hints and comments on to_bool()</title>
<updated>2022-11-06T02:24:25+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-06T02:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=5a6df16b2d6cad842a87f055ff688f818571132b'/>
<id>5a6df16b2d6cad842a87f055ff688f818571132b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance str_to_bool() to accept other types</title>
<updated>2022-11-06T02:13:37+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-06T02:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4ea11af39e78caa0a722791e408336395a113497'/>
<id>4ea11af39e78caa0a722791e408336395a113497</id>
<content type='text'>
- Rename str_to_bool() -&gt; to_bool()
- Enhance to_bool() so that it accepts and converts bool, int, and float in addition to str
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rename str_to_bool() -&gt; to_bool()
- Enhance to_bool() so that it accepts and converts bool, int, and float in addition to str
</pre>
</div>
</content>
</entry>
<entry>
<title>Use latest version of mypy and fix type hinting accordingly (#1239)</title>
<updated>2022-07-14T16:59:16+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2022-07-14T16:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e95af81acb9c6829c969f76e40658356a4808edb'/>
<id>e95af81acb9c6829c969f76e40658356a4808edb</id>
<content type='text'>
* Use latest version of mypy and fix type hinting accordingly

Also:
- Update Pipfile to never require mock since we only support Python 3.6+
- Remove Azure Pipelines badge from Readme and fix section links there
- Added an "inv format" task to run black and isort to auto-format all code before a commit

* Try to fix type errors on versions prior to 3.8

* Restored correct types in argparse_custom.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use latest version of mypy and fix type hinting accordingly

Also:
- Update Pipfile to never require mock since we only support Python 3.6+
- Remove Azure Pipelines badge from Readme and fix section links there
- Added an "inv format" task to run black and isort to auto-format all code before a commit

* Try to fix type errors on versions prior to 3.8

* Restored correct types in argparse_custom.py</pre>
</div>
</content>
</entry>
<entry>
<title>Moved documentation annotation stripping into utility function. Changed argparse decorator to automatically strip annotations.</title>
<updated>2022-04-25T21:48:24+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2022-04-18T16:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=a222470521ad0007cbeb9c9da9068b71de73e0c9'/>
<id>a222470521ad0007cbeb9c9da9068b71de73e0c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>async_alert() raises a RuntimeError if called from the main thread.</title>
<updated>2022-04-13T19:44:50+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-04-13T19:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=036f1858e94d763ec6ffa02fa632e3b96165f58d'/>
<id>036f1858e94d763ec6ffa02fa632e3b96165f58d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed value for ansi.Bg.YELLOW</title>
<updated>2022-04-13T18:37:50+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-04-13T18:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=65ba274872c1f1580cf443f1b7ca460aaa7c403e'/>
<id>65ba274872c1f1580cf443f1b7ca460aaa7c403e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed spelling in a docstring</title>
<updated>2022-02-24T17:44:20+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-24T17:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=5ce3a64e41258b6a694ad45bb1c604be53a1e974'/>
<id>5ce3a64e41258b6a694ad45bb1c604be53a1e974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
