<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/CONTRIBUTING.md, branch 0.8.7</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>Updated CONTRIBUTING to recommend using the --forked flag when doing code coverage analysis</title>
<updated>2018-03-22T03:34:26+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-22T03:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=747028ddd9640ab054200d00d1a1bb13ea7bd704'/>
<id>747028ddd9640ab054200d00d1a1bb13ea7bd704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed unit test bug on Windows</title>
<updated>2018-03-03T00:40:13+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-03T00:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=bca845494dcc91cab87c2d7af4b5513a4893715b'/>
<id>bca845494dcc91cab87c2d7af4b5513a4893715b</id>
<content type='text'>
- The python-forked module doesn't work on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- The python-forked module doesn't work on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Added use of pytest-forked to CI unit test runs</title>
<updated>2018-03-03T00:31:53+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-03T00:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=8eebaae9328aa89d3c86a382dcd9aafea7eb3728'/>
<id>8eebaae9328aa89d3c86a382dcd9aafea7eb3728</id>
<content type='text'>
Due to apparent bugs in pyparsing, this can significantly speed up unit test execution.

Also:
- Removed use of pexpect in unit tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to apparent bugs in pyparsing, this can significantly speed up unit test execution.

Also:
- Removed use of pexpect in unit tests
</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://git.baserock.org/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>Provide method to run multiple commands w/o a cmdloop.</title>
<updated>2017-09-22T17:58:17+00:00</updated>
<author>
<name>Alfred Levy</name>
<email>alevy03@gmail.com</email>
</author>
<published>2017-09-22T17:58:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=6fa589b3c50352eea2d15f3ad69c91c5118f71d8'/>
<id>6fa589b3c50352eea2d15f3ad69c91c5118f71d8</id>
<content type='text'>
runcmds_plus_hooks can accept multiple commands process the command queue to
 deal with subsequent commands loaded from scripts without requiring a command
 loop. This better supports a one-off batch processing scenario.

Also fixed the insertion order of commands placed in the command queue by load
and _relative_load so that script commands are run in the expected order.

Minor tweak to setup instructions in CONTRIBUTING.md to include pyperclip in
prerequisites.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
runcmds_plus_hooks can accept multiple commands process the command queue to
 deal with subsequent commands loaded from scripts without requiring a command
 loop. This better supports a one-off batch processing scenario.

Also fixed the insertion order of commands placed in the command queue by load
and _relative_load so that script commands are run in the expected order.

Minor tweak to setup instructions in CONTRIBUTING.md to include pyperclip in
prerequisites.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add screenshot to front page</title>
<updated>2017-07-03T19:04:46+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T19:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4ebab8889cc8546bf19bbd2981b2231547b45757'/>
<id>4ebab8889cc8546bf19bbd2981b2231547b45757</id>
<content type='text'>
Also:
- Updated pythong_scripting.py example to show how to colorize text
- Updated contributing.md to show how to run code coverage in parallel using python-xdist and -nauto
- Updated contributing.md to talk more about looking at unit test results within the PR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Updated pythong_scripting.py example to show how to colorize text
- Updated contributing.md to show how to run code coverage in parallel using python-xdist and -nauto
- Updated contributing.md to talk more about looking at unit test results within the PR
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced clipboard copy and paste custom code with pyperclip</title>
<updated>2017-06-30T20:47:47+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-06-30T20:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=42d4ba77ddbee818ab7e198d52ed5a2c555e6330'/>
<id>42d4ba77ddbee818ab7e198d52ed5a2c555e6330</id>
<content type='text'>
- Added a 3rd-party dependency on the pyperclip module

TODO: Rigorous test on all OSes, particularly Linux systems without xclip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added a 3rd-party dependency on the pyperclip module

TODO: Rigorous test on all OSes, particularly Linux systems without xclip
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated POC info</title>
<updated>2017-05-04T00:10:12+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-04T00:10:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=fcb7026887d75a30bfd645ea5277cf93a2db8c37'/>
<id>fcb7026887d75a30bfd645ea5277cf93a2db8c37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to make our project as welcoming as possible for new contributors.</title>
<updated>2017-02-26T22:19:15+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-26T22:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=552c02561e8e79b9b2e658453f269fba68fab9a5'/>
<id>552c02561e8e79b9b2e658453f269fba68fab9a5</id>
<content type='text'>
Changes include:
1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular
2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment
3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes include:
1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular
2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment
3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-)
</pre>
</div>
</content>
</entry>
</feed>
