<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch error_cleanup</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>Replaced some pexcept() calls with perror().</title>
<updated>2021-03-31T19:34:37+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=06f05261945d706b668c8021a7ae6f8dcd15b9ea'/>
<id>06f05261945d706b668c8021a7ae6f8dcd15b9ea</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>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>
<entry>
<title>Removed ipy's access to the CLI's globals() dictionary</title>
<updated>2021-03-24T20:33:27+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-24T17:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=fc3c9b9e17e3cb89f771cc618517ebd968730938'/>
<id>fc3c9b9e17e3cb89f771cc618517ebd968730938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ipy command now includes all of self.py_locals in the IPython environment</title>
<updated>2021-03-24T16:51:19+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-24T16:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ae03c59de609878e068920380667c5fd45f26650'/>
<id>ae03c59de609878e068920380667c5fd45f26650</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 #1079 from python-cmd2/autospec_doc_updates</title>
<updated>2021-03-24T03:17:43+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2021-03-24T03:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f1aea756efc2f73755e172a82a79c752e9972c69'/>
<id>f1aea756efc2f73755e172a82a79c752e9972c69</id>
<content type='text'>
Update autospec mock documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update autospec mock documentation</pre>
</div>
</content>
</entry>
<entry>
<title>Update autospec mock documentation</title>
<updated>2021-03-24T03:07:49+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2021-03-24T03:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e4070afdcc3cff4d3e4fe76794bdb5fddf9c7236'/>
<id>e4070afdcc3cff4d3e4fe76794bdb5fddf9c7236</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed colors example code</title>
<updated>2021-03-24T01:47:01+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-24T01:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=89a5fcf70f32b7fc3782faca136377cbce046e29'/>
<id>89a5fcf70f32b7fc3782faca136377cbce046e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
