<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch 0.7.2</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>Bumping version to 0.7.2</title>
<updated>2017-05-22T19:41:02+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-22T19:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e18ee6891452b572e22dac3c1267008f264cfc63'/>
<id>e18ee6891452b572e22dac3c1267008f264cfc63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding a MANIFEST.in file</title>
<updated>2017-05-22T19:35:46+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-22T19:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=c2ceb24fc150495c980e949a6855c0f2209c652c'/>
<id>c2ceb24fc150495c980e949a6855c0f2209c652c</id>
<content type='text'>
This file modifies what gets put into the PyPI source distribution tarball.

Adding a few files to this to help with Debian packaging.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file modifies what gets put into the PyPI source distribution tarball.

Adding a few files to this to help with Debian packaging.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated fabfile to use CHANGES.md instead of CHANGES.rst</title>
<updated>2017-05-22T17:51:02+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-22T17:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=5369c9ac29aa460cd05435281037bfbdbee16536'/>
<id>5369c9ac29aa460cd05435281037bfbdbee16536</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 #103 from python-cmd2/multiline_abbreviations</title>
<updated>2017-05-22T00:07:36+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-22T00:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=b513c16d61bbded9cdab06238f8fcb1c03963217'/>
<id>b513c16d61bbded9cdab06238f8fcb1c03963217</id>
<content type='text'>
Multiline abbreviations</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Multiline abbreviations</pre>
</div>
</content>
</entry>
<entry>
<title>Added a unit test and updated changes</title>
<updated>2017-05-21T23:54:03+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-21T23:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=a57c664511a42eeeafa530d185f5ff89c6060496'/>
<id>a57c664511a42eeeafa530d185f5ff89c6060496</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Merge pull request #101 from python-cmd2/windows_path</title>
<updated>2017-05-18T15:07:13+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-18T15:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8297145a74ee4d239cfb7d68a47f59342fd831fe'/>
<id>8297145a74ee4d239cfb7d68a47f59342fd831fe</id>
<content type='text'>
Fixed a hard-coded path separator</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a hard-coded path separator</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a hard-coded path separator</title>
<updated>2017-05-18T14:48:01+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-18T14:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ec91ec1340c9759add11e7bf2b9b5cd913dc1ee3'/>
<id>ec91ec1340c9759add11e7bf2b9b5cd913dc1ee3</id>
<content type='text'>
Fixed a bug where a path separator was hard-coded as ":" and replaced it with os.path.pathsep

Also changed version from 0.7.1a to 0.7.1 in preparation for upcoming release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a bug where a path separator was hard-coded as ":" and replaced it with os.path.pathsep

Also changed version from 0.7.1a to 0.7.1 in preparation for upcoming release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #99 from python-cmd2/tab_completion</title>
<updated>2017-05-18T01:38:33+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-18T01:38: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=398cec2fd27c7e09d1b01dc383c5aefeb28511c3'/>
<id>398cec2fd27c7e09d1b01dc383c5aefeb28511c3</id>
<content type='text'>
Tab completion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tab completion</pre>
</div>
</content>
</entry>
<entry>
<title>Updated an example, features, and changes based on new support for path and command completion</title>
<updated>2017-05-18T01:23:44+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-18T01:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=d9de55267102f9b5d389e20917edee4b5f5e7097'/>
<id>d9de55267102f9b5d389e20917edee4b5f5e7097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
