<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/setup.py, branch 0.8.0</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>redirect_stderr wasn't added to contextlib until Python 3.5</title>
<updated>2018-01-22T05:33:26+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-22T05:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=6c2cdf229dd62a957d7e27533725a9cc013db22e'/>
<id>6c2cdf229dd62a957d7e27533725a9cc013db22e</id>
<content type='text'>
So it turns out that we need contextlib2 for Python 3.4 and earlier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So it turns out that we need contextlib2 for Python 3.4 and earlier.
</pre>
</div>
</content>
</entry>
<entry>
<title>help command temporarily redirects sys.stdout and sys.stderr to self.stdout for argparse commands</title>
<updated>2018-01-22T05:08:27+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-22T05:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f28c10a50535f753419bd2120ac6cb0bea9f56e2'/>
<id>f28c10a50535f753419bd2120ac6cb0bea9f56e2</id>
<content type='text'>
In order to make "help" behave more consistently for decorated and undecorated commands, argparse output is temporarily redirected to self.stdout.  So doing "help history" is similar to "help load".

However, when using the "-h" with argparse commands without using the "help" command, the output from argparse isn't redirected to self.stdout.  Fixing this would be rather difficult and would essentially involve creating a pyparsing rule to detect it at the parser level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to make "help" behave more consistently for decorated and undecorated commands, argparse output is temporarily redirected to self.stdout.  So doing "help history" is similar to "help load".

However, when using the "-h" with argparse commands without using the "help" command, the output from argparse isn't redirected to self.stdout.  Fixing this would be rather difficult and would essentially involve creating a pyparsing rule to detect it at the parser level.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added links to docs and examples to CHANGELOG.md</title>
<updated>2018-01-20T18:11:17+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-20T18:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=014371fd1353c6f585e7be18bc3a2dc6ef4fd397'/>
<id>014371fd1353c6f585e7be18bc3a2dc6ef4fd397</id>
<content type='text'>
Also bumped version to 0.8.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also bumped version to 0.8.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enabled Python 3.7 testing on Travis CI</title>
<updated>2018-01-07T04:35:48+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-07T04:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=2244cb09264de050d072ebf1136a6d575d111a8b'/>
<id>2244cb09264de050d072ebf1136a6d575d111a8b</id>
<content type='text'>
Also bumped version to 0.8.0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also bumped version to 0.8.0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabled Python 3.7-dev build in Travis CI</title>
<updated>2018-01-04T19:09:32+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-04T19:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=c447ee4b1bff681396a4c6bff54decd6ce852e55'/>
<id>c447ee4b1bff681396a4c6bff54decd6ce852e55</id>
<content type='text'>
There are a couple unit test failures with Python 3.7-dev that we will need to look into at some point, so I disabled that build for now.

Updated all documentation to reflect that cmd2 is support on Python 2.7 and 3.4+.
Official support for Python 3.3 has been abandoned due to no longer having support to test on that platform on Travis CI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are a couple unit test failures with Python 3.7-dev that we will need to look into at some point, so I disabled that build for now.

Updated all documentation to reflect that cmd2 is support on Python 2.7 and 3.4+.
Official support for Python 3.3 has been abandoned due to no longer having support to test on that platform on Travis CI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Travis CI builds</title>
<updated>2018-01-04T18:58:09+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-04T18:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=202eb16bb2d14f986dd8cbc5a2df540df50a0789'/>
<id>202eb16bb2d14f986dd8cbc5a2df540df50a0789</id>
<content type='text'>
Python 3.3 builds appear to be no longer supported on Travis CI.
This replaces Python 3.3 with Python 3.7-dev for Travis CI builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.3 builds appear to be no longer supported on Travis CI.
This replaces Python 3.3 with Python 3.7-dev for Travis CI builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating version and changelog in preparation for minor bug fix realease</title>
<updated>2018-01-04T18:48:08+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-04T18:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f82ed4e03627f3149da0675432f218c5ead468e2'/>
<id>f82ed4e03627f3149da0675432f218c5ead468e2</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 list concatenation bug in changes made to setup.py</title>
<updated>2017-11-16T02:17:15+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-11-16T02:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=fa0a28955747d3503cbbf2dea3041ad2f942c54e'/>
<id>fa0a28955747d3503cbbf2dea3041ad2f942c54e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified setup.py and README.md to make pyreadline a dependency on Windwos</title>
<updated>2017-11-15T13:16:48+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-11-15T13:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=dd671ef739aa34b0cd9a570322b19c373ed773af'/>
<id>dd671ef739aa34b0cd9a570322b19c373ed773af</id>
<content type='text'>
Also:
- bumped version to 0.7.9a
- updated changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- bumped version to 0.7.9a
- updated changelog
</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://91.123.203.49/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>
</feed>
