<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch 0.9.16</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>Update CHANGELOG in preparation for 0.9.16 release</title>
<updated>2019-08-08T01:56:15+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-08-08T01:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=205ac503863eb1ff8a2ca6e5d7f3304123b426fb'/>
<id>205ac503863eb1ff8a2ca6e5d7f3304123b426fb</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 #755 from python-cmd2/verify_command_names</title>
<updated>2019-08-08T00:37:55+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-08-08T00:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e017028bff4ed9c552aa0f79f86b878d2c616456'/>
<id>e017028bff4ed9c552aa0f79f86b878d2c616456</id>
<content type='text'>
Verifying command names in __init__</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Verifying command names in __init__</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into verify_command_names</title>
<updated>2019-08-08T00:30:06+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-08-08T00:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=933e328c04dcaf842c5fc8b536879902cbc11bea'/>
<id>933e328c04dcaf842c5fc8b536879902cbc11bea</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 #754 from python-cmd2/no_tab_select</title>
<updated>2019-08-08T00:29:50+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-08-08T00:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=cc3d5cd210902e899ee34cd4f71c344fdc075ecb'/>
<id>cc3d5cd210902e899ee34cd4f71c344fdc075ecb</id>
<content type='text'>
Disabled tab completion during a select call</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disabled tab completion during a select call</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed flake8 error</title>
<updated>2019-08-07T23:04:21+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-07T23:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=021ae36f61c1f17e18153b2f1435e895b88a39fc'/>
<id>021ae36f61c1f17e18153b2f1435e895b88a39fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Verifying command names in __init__</title>
<updated>2019-08-07T22:52:50+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-07T22:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=6e6220eb36a1df77f45e6affeaa02fd114ed9fd4'/>
<id>6e6220eb36a1df77f45e6affeaa02fd114ed9fd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabled tab completion during a select call.</title>
<updated>2019-08-07T21:59:15+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-07T21:59:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=a14c63d9c8edb8c07a8402a507993a6fed2068f8'/>
<id>a14c63d9c8edb8c07a8402a507993a6fed2068f8</id>
<content type='text'>
Added graceful handling of Ctrl-D during select. It now reprompts the user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added graceful handling of Ctrl-D during select. It now reprompts the user.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #752 from python-cmd2/restrict_alias_macro_names</title>
<updated>2019-08-07T03:25:57+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-08-07T03:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=89a5a646ffa2f72154b932f0b2dbf23fd87866e3'/>
<id>89a5a646ffa2f72154b932f0b2dbf23fd87866e3</id>
<content type='text'>
Removed ability for aliases and macros to share names with commands</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed ability for aliases and macros to share names with commands</pre>
</div>
</content>
</entry>
<entry>
<title>Updated docs</title>
<updated>2019-08-06T03:28:13+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-06T03:28:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=d210846e4df74f6b88995ccfabc3ae25f2b333c9'/>
<id>d210846e4df74f6b88995ccfabc3ae25f2b333c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed ability for aliases and macros to share names with commands</title>
<updated>2019-08-06T02:48:54+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-06T02:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=47921d02aa876e2cca35d7a939bfc5a6584f8359'/>
<id>47921d02aa876e2cca35d7a939bfc5a6584f8359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
