<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs, branch 0.8.6</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>Created python2 branch for 0.8.x bug fix releases</title>
<updated>2018-04-15T18:47:25+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-04-15T18:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=09b22c56266aad307744372a0dca8b57f43162bd'/>
<id>09b22c56266aad307744372a0dca8b57f43162bd</id>
<content type='text'>
Also:
- Bumped version to 0.8.6 on this branch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Bumped version to 0.8.6 on this branch
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparation for 0.8.5 release</title>
<updated>2018-04-14T05:17:14+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-04-14T05:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=daab800949272c5b6e6d950048559fe97c1aff7f'/>
<id>daab800949272c5b6e6d950048559fe97c1aff7f</id>
<content type='text'>
- Bumped version to 0.8.5
- Added details to CHANGELOG.md regarding recent changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Bumped version to 0.8.5
- Added details to CHANGELOG.md regarding recent changes
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a with_category decorator that can be used to tag a command category.</title>
<updated>2018-04-11T19:11:52+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2018-04-11T19:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=33decb449c61e2a78877563309929c4686ea081e'/>
<id>33decb449c61e2a78877563309929c4686ea081e</id>
<content type='text'>
Changed the detection of with_argparse decorated commands to be less hacky/brittle.
  Now it tags the function with help_summary.
Fixed issue with handling commands that provide a custom help_ function. We can now
redirect the output to a string to be formatted with the other commands.
Added some documentation explaining the new help categories.
Updated unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the detection of with_argparse decorated commands to be less hacky/brittle.
  Now it tags the function with help_summary.
Fixed issue with handling commands that provide a custom help_ function. We can now
redirect the output to a string to be formatted with the other commands.
Added some documentation explaining the new help categories.
Updated unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparing for 0.8.4 release</title>
<updated>2018-04-10T16:59:32+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-04-10T16:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=322a7c2c36e4efd345a3d57dd09aea3200e0656b'/>
<id>322a7c2c36e4efd345a3d57dd09aea3200e0656b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated version number of release</title>
<updated>2018-04-09T16:16:13+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-04-09T16:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=98301d03570f3e2e407c1397641bf2b04eb480ac'/>
<id>98301d03570f3e2e407c1397641bf2b04eb480ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add conditional dependency on enum34 for Python 2.7</title>
<updated>2018-03-28T21:57:33+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-28T21:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=fd1463967a38289c16a568b1794bc2bc3ad51924'/>
<id>fd1463967a38289c16a568b1794bc2bc3ad51924</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Addressed code review comments</title>
<updated>2018-03-28T03:03:35+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-28T03:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=554561b70f899ad8ec38393b27eed646456cab62'/>
<id>554561b70f899ad8ec38393b27eed646456cab62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation</title>
<updated>2018-03-25T06:23:59+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-25T06:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4701a399282543e9bd7ee8df91b840c35a14ff99'/>
<id>4701a399282543e9bd7ee8df91b840c35a14ff99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added link to video of Florida Pycon 2017 presentation on cmd2</title>
<updated>2018-03-24T01:22:33+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-24T01:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e056174cb3404780adf1c2888b566ebf872d1708'/>
<id>e056174cb3404780adf1c2888b566ebf872d1708</id>
<content type='text'>
Link added to both README and Resources section of Sphinx docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Link added to both README and Resources section of Sphinx docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added back in preference for gnureadline if it is present</title>
<updated>2018-03-21T18:41:30+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-21T18:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9902cb2c6447e58ef12438ac711addc192b8f1f5'/>
<id>9902cb2c6447e58ef12438ac711addc192b8f1f5</id>
<content type='text'>
Now that the crash bug in the gnureadline Python module which statically links against a compatible version of GNU Readline has been fixed for macOS, we added back in the top-level import boilerplate to prefer it if it is available.

Also updated some documentation in relation to getting readline installed for macOS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that the crash bug in the gnureadline Python module which statically links against a compatible version of GNU Readline has been fixed for macOS, we added back in the top-level import boilerplate to prefer it if it is available.

Also updated some documentation in relation to getting readline installed for macOS.
</pre>
</div>
</content>
</entry>
</feed>
