<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch mypy_explicit_export</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>Changed CommandResult.stderr to a str instead of Optional[str]</title>
<updated>2021-04-02T20:42:33+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-04-02T20: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=7cb939d30654e6786fee5b37610b2f2e03fe337f'/>
<id>7cb939d30654e6786fee5b37610b2f2e03fe337f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to resolve annotations issue...</title>
<updated>2021-04-02T20:39:29+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-02T20:39: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=a2566af99fafd7cb9e787a381ef31f1ae855a1a0'/>
<id>a2566af99fafd7cb9e787a381ef31f1ae855a1a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored _perform_completion() to remove need for a cast() call</title>
<updated>2021-04-02T15:51:17+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=3e6880ca44e697c192e9ef5d3cdb9d2eaa14999a'/>
<id>3e6880ca44e697c192e9ef5d3cdb9d2eaa14999a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More mypy validation changes. cmd2.py is nearly fully mypy compliant now.</title>
<updated>2021-04-01T18:55:56+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-01T17:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=04d7cb5aa46b265627ed70d87855e74ab484155f'/>
<id>04d7cb5aa46b265627ed70d87855e74ab484155f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More things to make mypy happy.</title>
<updated>2021-03-30T19:10:42+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-03-29T19:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=14ba05f9ede09243fa9abd0fa68ade95db0e7f44'/>
<id>14ba05f9ede09243fa9abd0fa68ade95db0e7f44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MyPy strict checking doesn't allow implicit exports. Must explicitly export in __init__.py</title>
<updated>2021-03-30T19:07:02+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-03-29T19:27:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9ee70113f14529565876b90274daf5a078c2f198'/>
<id>9ee70113f14529565876b90274daf5a078c2f198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed History to use OrderDict to support Python 3.6 in non-CPython environments.</title>
<updated>2021-03-30T19:06:18+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-29T16:27: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=5165edec890575682f345fc42f5a53e10ed575b9'/>
<id>5165edec890575682f345fc42f5a53e10ed575b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.</title>
<updated>2021-03-30T19:05:20+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-26T17:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=2397280cad072a27a51f5ec1cc64908039d14bd1'/>
<id>2397280cad072a27a51f5ec1cc64908039d14bd1</id>
<content type='text'>
Added include_py keyword parameter to cmd2.Cmd.__init__(). If False, then the py command will not be available.

Removed ability to run Python commands from the command line with py.

Made banners and exit messages of Python and IPython consistent.

Changed utils.is_text_file() to raise OSError if file cannot be read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added include_py keyword parameter to cmd2.Cmd.__init__(). If False, then the py command will not be available.

Removed ability to run Python commands from the command line with py.

Made banners and exit messages of Python and IPython consistent.

Changed utils.is_text_file() to raise OSError if file cannot be read.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1080 from python-cmd2/ipy_locals</title>
<updated>2021-03-26T13:52:40+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-26T13:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=070262e1f397e2297cdb1ad611db6b6d5bed8830'/>
<id>070262e1f397e2297cdb1ad611db6b6d5bed8830</id>
<content type='text'>
ipy command now includes all of self.py_locals in the IPython environment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ipy command now includes all of self.py_locals in the IPython environment</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed type hints</title>
<updated>2021-03-25T22:27:29+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-25T22:27: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=1696cf109827901b81f8bc1f5d9307a20f224f8f'/>
<id>1696cf109827901b81f8bc1f5d9307a20f224f8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
