<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/cmd2, branch speedup_import</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>Merged from master and resolved conflicts</title>
<updated>2018-06-08T00:11:29+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-06-08T00:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=5aa4eb17954f046a284fb2a81d5d5abd6adc11df'/>
<id>5aa4eb17954f046a284fb2a81d5d5abd6adc11df</id>
<content type='text'>
Also:
- Fixed a couple warnings which showed up in VScode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Fixed a couple warnings which showed up in VScode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into autocompleter</title>
<updated>2018-06-07T23:52:17+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-06-07T23:52: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=e4d13c745b7b983eb444e97f467b572a885d220c'/>
<id>e4d13c745b7b983eb444e97f467b572a885d220c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allowing quoted paths when piping and redirecting</title>
<updated>2018-06-07T17:12:31+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-06-07T17:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=dbb82eecf98de82bd6dc060b2155b4c7d296cfcb'/>
<id>dbb82eecf98de82bd6dc060b2155b4c7d296cfcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OSError is enough to catch the errors we are concerned with</title>
<updated>2018-06-07T14:42:40+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-06-07T14:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=c09e99341d5ba8aa0775cd312b359da084013a29'/>
<id>c09e99341d5ba8aa0775cd312b359da084013a29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unexpected redirection behavior</title>
<updated>2018-06-07T05:34:19+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-06-07T05:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=dbeef111ca56b5b74eae20a2e0915e87f842829b'/>
<id>dbeef111ca56b5b74eae20a2e0915e87f842829b</id>
<content type='text'>
New behavior:
- help &gt; name with space
    - redirects to a file called "name" (without the quotes)
- help &gt; "name with space"
    - redirects to a file called "name with space" (without the quotes)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New behavior:
- help &gt; name with space
    - redirects to a file called "name" (without the quotes)
- help &gt; "name with space"
    - redirects to a file called "name with space" (without the quotes)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to use new completion_header when returning completions in tabular format with descriptions</title>
<updated>2018-06-07T04:22:38+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2018-06-07T04:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=dde5207c22d041b97981de47758317d15a3fc329'/>
<id>dde5207c22d041b97981de47758317d15a3fc329</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 couple potential crashes on opening files</title>
<updated>2018-06-07T03:35:28+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-06-07T03:35:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e7367b692bad892f27c0dd7ad04e6aa3c9f56230'/>
<id>e7367b692bad892f27c0dd7ad04e6aa3c9f56230</id>
<content type='text'>
Fixed crashes that occur when attempting to open a file in a non-existent directory or a when the filename is too long.

Specifically fixed this when redirecting output to a file and when saving a transcript based on the history.

Also added a couple unit tests related to the fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed crashes that occur when attempting to open a file in a non-existent directory or a when the filename is too long.

Specifically fixed this when redirecting output to a file and when saving a transcript based on the history.

Also added a couple unit tests related to the fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Writing completion header to sys.stdout instead of self.stdout</title>
<updated>2018-06-06T23:51:23+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-06-06T23:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=a50358988675f74fecaccd5e33fc6ae9a585ab49'/>
<id>a50358988675f74fecaccd5e33fc6ae9a585ab49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ability to print a header above tab-completion suggestions</title>
<updated>2018-06-06T23:15:58+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-06-06T23:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=adb62d8be6b89b0d8beb1e4866ef16e1026f3c10'/>
<id>adb62d8be6b89b0d8beb1e4866ef16e1026f3c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>display_matches is no longer restricted to delimited strings</title>
<updated>2018-06-06T22:49:41+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-06-06T22:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=be9ffc54823f29982a7815e5ce6c11ef359f1b0a'/>
<id>be9ffc54823f29982a7815e5ce6c11ef359f1b0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
