<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs/freefeatures.rst, branch 0.7.5</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>Load command uses utf-8 encoding for opening files in Python 3 instead of OS-default</title>
<updated>2017-07-08T15:36:48+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-08T15:36: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=400b8317c21600fe68c0ac4c98449f73a64ac309'/>
<id>400b8317c21600fe68c0ac4c98449f73a64ac309</id>
<content type='text'>
This fixes a unit test bug where on Windows it was trying to load a utf-8 file as some other encoding starting with "cp".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a unit test bug where on Windows it was trying to load a utf-8 file as some other encoding starting with "cp".
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Sphinx docs</title>
<updated>2017-07-04T00:01:33+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-04T00:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=2c3bd0a5177be980e17b4befc79cbda3825cf63b'/>
<id>2c3bd0a5177be980e17b4befc79cbda3825cf63b</id>
<content type='text'>
Updated to reflect that the default value of abbrev is now False.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated to reflect that the default value of abbrev is now False.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pause command</title>
<updated>2017-07-03T21:22:16+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T21:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=29eeb8996053f35572f4d7b63e7c8cb0f62b6442'/>
<id>29eeb8996053f35572f4d7b63e7c8cb0f62b6442</id>
<content type='text'>
It was pretty useless, it just printed a message and sat there and waited for the user to hit enter.

It didn't feel like it belonged in a top-level framework.  If a particular application wants this functionality, it is a 2 line change to add it back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was pretty useless, it just printed a message and sat there and waited for the user to hit enter.

It didn't feel like it belonged in a top-level framework.  If a particular application wants this functionality, it is a 2 line change to add it back.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarified a few points about optional ipy command in Sphinx docs</title>
<updated>2017-07-03T20:57:34+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T20:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=b06c95b721b7a1096ce78ec3a96726cdbe7026ad'/>
<id>b06c95b721b7a1096ce78ec3a96726cdbe7026ad</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 with info on tab completion of file system paths</title>
<updated>2017-06-15T00:36:32+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-06-15T00:36: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=056ea31581af194971816f4150e4f8c2aa7b000c'/>
<id>056ea31581af194971816f4150e4f8c2aa7b000c</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 and examples</title>
<updated>2017-06-15T00:03:05+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-06-15T00:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=63d5be91462d897d8fb37b31802dab464d879c87'/>
<id>63d5be91462d897d8fb37b31802dab464d879c87</id>
<content type='text'>
Added information related to the new pyscript command.

The old way of running Python scripts via "py run()" should be considered deprecated.  The new "pyscript" command
is superior in two significant ways:
1) It supports tab-completion of file system paths
2) It allows the user to pass command-line arguments to scripts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added information related to the new pyscript command.

The old way of running Python scripts via "py run()" should be considered deprecated.  The new "pyscript" command
is superior in two significant ways:
1) It supports tab-completion of file system paths
2) It allows the user to pass command-line arguments to scripts
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated example transcript test and docs</title>
<updated>2017-06-03T15:12:25+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-06-03T15:12:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=75800a2a7f2ffc60e3c9f59ba637bdefcd9227cd'/>
<id>75800a2a7f2ffc60e3c9f59ba637bdefcd9227cd</id>
<content type='text'>
Updated these to reflect that the list command has been removed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated these to reflect that the list command has been removed
</pre>
</div>
</content>
</entry>
<entry>
<title>Abbreviations are no longer accepted for multiline commands</title>
<updated>2017-05-20T07:06:22+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-20T07:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=64b3a88f2376820ae0af2efeace6d63115fb4891'/>
<id>64b3a88f2376820ae0af2efeace6d63115fb4891</id>
<content type='text'>
Due to the way the parsing logic works for multiline commands, abbreviations didn't function properly with mutliline commands.  So to avoid confusion, this commit deals with this issue by simply disallowing abbreviations for multiline commands altogether.

A warning has been added to the section on abbreviations in the documentation to hopefully make this clear for users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to the way the parsing logic works for multiline commands, abbreviations didn't function properly with mutliline commands.  So to avoid confusion, this commit deals with this issue by simply disallowing abbreviations for multiline commands altogether.

A warning has been added to the section on abbreviations in the documentation to hopefully make this clear for users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mostly fix a bunch of spelling mistakes.</title>
<updated>2017-03-14T01:40:56+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-03-14T01:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8c1e01886853471d8dadd473f491f310937b01d0'/>
<id>8c1e01886853471d8dadd473f491f310937b01d0</id>
<content type='text'>
A few other miscellaneous minor tweaks for whitespace and such.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few other miscellaneous minor tweaks for whitespace and such.
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation updates</title>
<updated>2017-03-13T03:29:37+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-03-13T03:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=20dd5c798592e732d81e1f4fd4a405a2a185f55c'/>
<id>20dd5c798592e732d81e1f4fd4a405a2a185f55c</id>
<content type='text'>
- Added a new section on application life cycle and hook methods
- Moved a warning to a more appropriate location
- Added a note about using allow_redirection to disable output redirection and pipes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added a new section on application life cycle and hook methods
- Moved a warning to a more appropriate location
- Added a note about using allow_redirection to disable output redirection and pipes
</pre>
</div>
</content>
</entry>
</feed>
