<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/setup.py, branch 0.7.0</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>Fix a Python 2 vs Python 3 bug in setup.py</title>
<updated>2017-02-19T01:00:33+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-19T01:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=7fe7cf1528d70d270cac3cc1347e21bf8d67e447'/>
<id>7fe7cf1528d70d270cac3cc1347e21bf8d67e447</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add six module to requirements for building docs</title>
<updated>2017-02-12T18:17:06+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-12T18:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=67c9cf765c794067e3a48f474665161799c3c57b'/>
<id>67c9cf765c794067e3a48f474665161799c3c57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding requirements.txt to doc section to try to fix autodoc on readthedocs</title>
<updated>2017-02-12T18:13:31+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-12T18:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ccafc310b88a1c13c9431f764f5fbc04217c41db'/>
<id>ccafc310b88a1c13c9431f764f5fbc04217c41db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs now use the sphinx_rtd_theme.</title>
<updated>2017-02-11T21:29:56+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-11T21:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=1b64768ca042a4fbf85bafaa9cf4037e9e60fec0'/>
<id>1b64768ca042a4fbf85bafaa9cf4037e9e60fec0</id>
<content type='text'>
The docs now use the custom HTML theme from Read the Docs so that when they are built locally they look the same as they will at https://cmd2.readthedocs.io/en/latest/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docs now use the custom HTML theme from Read the Docs so that when they are built locally they look the same as they will at https://cmd2.readthedocs.io/en/latest/
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed how the six.moves.input function is imported and used.</title>
<updated>2017-02-05T16:55:39+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-05T16:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ce71e89c1d01e03df7abba3396d9445657ad04d9'/>
<id>ce71e89c1d01e03df7abba3396d9445657ad04d9</id>
<content type='text'>
Also added a unit test for the cmd2.Cmd.select() method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added a unit test for the cmd2.Cmd.select() method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Various minor updates:</title>
<updated>2017-01-29T23:37:22+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-01-29T23:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=fa6c430e25920995c010b3f9aced273256f3b800'/>
<id>fa6c430e25920995c010b3f9aced273256f3b800</id>
<content type='text'>
- Updated .gitignore for code coverage result dirs from coverage and pytest-cov
- Updated README.rst to include badge for latest docs from readthedocs.io
- Updated setup.py to have updated info for the next time a release is made to PyPI
- Documentation updates:
    - Bumped version in conf.py to 0.7
    - Updated links in index.rst and alternatives.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Updated .gitignore for code coverage result dirs from coverage and pytest-cov
- Updated README.rst to include badge for latest docs from readthedocs.io
- Updated setup.py to have updated info for the next time a release is made to PyPI
- Documentation updates:
    - Bumped version in conf.py to 0.7
    - Updated links in index.rst and alternatives.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mentions of 2to3, remove INSTALL.txt</title>
<updated>2017-01-06T12:42:32+00:00</updated>
<author>
<name>Federico Ceratto</name>
<email>federico.ceratto@gmail.com</email>
</author>
<published>2017-01-06T12:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=1d3bd562aa69dc50249974fd96dfd39d6dd28c7c'/>
<id>1d3bd562aa69dc50249974fd96dfd39d6dd28c7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 2 and 3 both compiling.</title>
<updated>2016-12-10T02:31:46+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2016-12-10T02:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=07f368332ba4863f76bd6416b24650b93000c1e2'/>
<id>07f368332ba4863f76bd6416b24650b93000c1e2</id>
<content type='text'>
ISSUES:
- Tab completion broken in Python 2

TODO:
- Still need to do transcript testing for both Python 2 and 3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ISSUES:
- Tab completion broken in Python 2

TODO:
- Still need to do transcript testing for both Python 2 and 3
</pre>
</div>
</content>
</entry>
<entry>
<title>Second stage of refactoring using six module for unified Python 2/3 codebase</title>
<updated>2016-12-10T02:18:39+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2016-12-10T02:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=cdbf6ec4764a3a6035ba6d0e9c6abd12cee09237'/>
<id>cdbf6ec4764a3a6035ba6d0e9c6abd12cee09237</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First stage of refactoring to support full simultaneous Python 2 and 3 compatibility via use of the six module.</title>
<updated>2016-12-09T21:54:10+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2016-12-09T21:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=06331d3ab75feb807dc48d824cbd54898a6b6cdd'/>
<id>06331d3ab75feb807dc48d824cbd54898a6b6cdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
