<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch 0.7.8</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>Removed broken link from docs</title>
<updated>2017-11-08T19:27:28+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-11-08T19:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=53aaee95bb3f9524d13853a7ac5575aedba260d4'/>
<id>53aaee95bb3f9524d13853a7ac5575aedba260d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed incorrect http link in the README</title>
<updated>2017-11-08T19:23:27+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-11-08T19:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=d9f441befaabb96887b8ffd810b97e32d25dc27d'/>
<id>d9f441befaabb96887b8ffd810b97e32d25dc27d</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 #231 from python-cmd2/pyperclip_version</title>
<updated>2017-11-08T18:50:06+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-11-08T18:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=621df3942a396309df51a10f024657be7f3633d0'/>
<id>621df3942a396309df51a10f024657be7f3633d0</id>
<content type='text'>
Added fix for changes in pyperclip project structure in latest version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added fix for changes in pyperclip project structure in latest version</pre>
</div>
</content>
</entry>
<entry>
<title>Added fix for changes in pyperclip project structure in the most recent version</title>
<updated>2017-11-08T18:38:14+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-11-08T18:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=5027f7cbcf2575dfc5a0c67068951c9ea4b9d7dd'/>
<id>5027f7cbcf2575dfc5a0c67068951c9ea4b9d7dd</id>
<content type='text'>
Also included a number of minor maintenance updates:
- Bumped version to 0.7.8 in preparation for upcoming release
- Updated Readme.md to add link to slides from recent Florida PyCon talk about cmd2
- Updated documentation on integrating cmd2 with other event loops to use newer runcmds_plus_hooks() method instead of legacy onecmds_plus_hooks method which doesn't properly deal with load commands
- Deleted old files which were used to prepare for a PyCon 2010 presentation
- Updated ChangeLog regarding this bug fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also included a number of minor maintenance updates:
- Bumped version to 0.7.8 in preparation for upcoming release
- Updated Readme.md to add link to slides from recent Florida PyCon talk about cmd2
- Updated documentation on integrating cmd2 with other event loops to use newer runcmds_plus_hooks() method instead of legacy onecmds_plus_hooks method which doesn't properly deal with load commands
- Deleted old files which were used to prepare for a PyCon 2010 presentation
- Updated ChangeLog regarding this bug fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #228 from python-cmd2/edit_index_bug</title>
<updated>2017-09-23T21:42:12+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-09-23T21:42:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=b16b91268ecbea934e96a68b7feb2965f4ab3c18'/>
<id>b16b91268ecbea934e96a68b7feb2965f4ab3c18</id>
<content type='text'>
Fixed a bug when edit is passed an integer outside the range of history indices</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a bug when edit is passed an integer outside the range of history indices</pre>
</div>
</content>
</entry>
<entry>
<title>Removed a conditional which was made redundant by an outer conditional that got added</title>
<updated>2017-09-23T21:07:41+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-09-23T21:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=1c60c8a7ebc3654e9ddf80d5306cbfb7bac7aaed'/>
<id>1c60c8a7ebc3654e9ddf80d5306cbfb7bac7aaed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some unit tests to cover new code</title>
<updated>2017-09-23T20:55:20+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-09-23T20:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e991c206cf30a947562c04e4250b47b3c2c4623d'/>
<id>e991c206cf30a947562c04e4250b47b3c2c4623d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a bug when edit is passed a large negative integer in quotes</title>
<updated>2017-09-23T20:40:18+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-09-23T20:40:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=2aa1d9b7b4d7b9eb3e8ff078ab1893d4b5e95090'/>
<id>2aa1d9b7b4d7b9eb3e8ff078ab1893d4b5e95090</id>
<content type='text'>
Fixed a weird corner case.

Also added some comments to do_edit to better explain what the code is doing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a weird corner case.

Also added some comments to do_edit to better explain what the code is doing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a bug which occurred when edit was called with an integer index larger than the length of the history</title>
<updated>2017-09-23T20:24:38+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-09-23T20:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=47424648d4c02d07abeb091ebe61240f2c6317d4'/>
<id>47424648d4c02d07abeb091ebe61240f2c6317d4</id>
<content type='text'>
Previously a edit was creating a file named 'None' in this case.
Now an error is printed to the screen and no editor is opened.

Also did some miscellaneous cleanup based on PyCharm warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously a edit was creating a file named 'None' in this case.
Now an error is printed to the screen and no editor is opened.

Also did some miscellaneous cleanup based on PyCharm warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hopefully this fixes a bug which is causing autodoc to fail to add method info on readthedocs</title>
<updated>2017-09-23T18:49:52+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-09-23T18:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=7388e0d256f4e37a0003e3e8ff5ebf47b09aeaf3'/>
<id>7388e0d256f4e37a0003e3e8ff5ebf47b09aeaf3</id>
<content type='text'>
I can build the docs locally and it works fine, but the autodoc part of Sphinx was failing on readthedocs
- and it was failing due to pyperclip not being present
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I can build the docs locally and it works fine, but the autodoc part of Sphinx was failing on readthedocs
- and it was failing due to pyperclip not being present
</pre>
</div>
</content>
</entry>
</feed>
