<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/tests, branch failed-str-self</title>
<subtitle>github.com: pexpect/pexpect.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/'/>
<entry>
<title>use isinstance of 'str', not 'basestring'</title>
<updated>2014-11-22T19:42:49+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-22T19:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=6389980ae9266ac98f21e86cf58794201f6c8f89'/>
<id>6389980ae9266ac98f21e86cf58794201f6c8f89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Failure in __str__() before any output.</title>
<updated>2014-11-22T19:33:55+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-22T19:33:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=03fe7b5729cd4b12a8c7f61b63c66922b803c81b'/>
<id>03fe7b5729cd4b12a8c7f61b63c66922b803c81b</id>
<content type='text'>
When calling str() on a spawn class object before
it has any command output, the __str__() override
attempts to truncate long command output while the
value of self.before is still None, raising:

    TypeError: 'NoneType' object has no attribute '__getitem__'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When calling str() on a spawn class object before
it has any command output, the __str__() override
attempts to truncate long command output while the
value of self.before is still None, raising:

    TypeError: 'NoneType' object has no attribute '__getitem__'
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify run() to allow a tuple list of events.</title>
<updated>2014-10-11T07:30:51+00:00</updated>
<author>
<name>Hideaki Suzuki</name>
<email>h2suzuki@gmail.com</email>
</author>
<published>2014-10-11T07:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=1eb3e95da705b2ae5a44ef113edfa61ad681bd94'/>
<id>1eb3e95da705b2ae5a44ef113edfa61ad681bd94</id>
<content type='text'>
This is a feature enhancement mentioned by #116.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a feature enhancement mentioned by #116.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose async parameter for expect_exact</title>
<updated>2014-09-21T19:06:51+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-07-04T00:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=9b2571c7390b0329e97fe44a61e3b260a772cb3f'/>
<id>9b2571c7390b0329e97fe44a61e3b260a772cb3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand tests for async expect</title>
<updated>2014-09-21T19:06:50+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-07-03T02:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=d9fc2cfdcfaf13f2e8491ace60680f3c94ad5c83'/>
<id>d9fc2cfdcfaf13f2e8491ace60680f3c94ad5c83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose async as parameter for expect</title>
<updated>2014-09-21T19:06:50+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-06-28T01:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=894af0f5eafe96cc9ab5dc1685da91ed5f566574'/>
<id>894af0f5eafe96cc9ab5dc1685da91ed5f566574</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 #109 from pexpect/issue-86-and-100-stdin-closed</title>
<updated>2014-09-04T17:44:51+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-09-04T17:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=ae950f0b759f5ecb5237c7366e866225373afebc'/>
<id>ae950f0b759f5ecb5237c7366e866225373afebc</id>
<content type='text'>
Closes issue #86 and issue #100</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes issue #86 and issue #100</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #99 from takluyver/issue-84</title>
<updated>2014-08-25T07:21:27+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-08-25T07:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=9057873f9b73d216149b78c922be19fac8e3a44c'/>
<id>9057873f9b73d216149b78c922be19fac8e3a44c</id>
<content type='text'>
Unicode support for screen and ANSI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unicode support for screen and ANSI</pre>
</div>
</content>
</entry>
<entry>
<title>Closes issue #86 and issue #100</title>
<updated>2014-08-24T22:06:15+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-08-24T22:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e2ff2f47fc7719ebf4375eec81f996362816bb10'/>
<id>e2ff2f47fc7719ebf4375eec81f996362816bb10</id>
<content type='text'>
Fallback to using stdout, and, when both stdin
and stdout are *both* closed, catch ValueError
and use the same constants as when the attached
process is not a terminal.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fallback to using stdout, and, when both stdin
and stdout are *both* closed, catch ValueError
and use the same constants as when the attached
process is not a terminal.</pre>
</div>
</content>
</entry>
<entry>
<title>Some changes based on reviewing the code</title>
<updated>2014-08-05T01:08:10+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-08-05T01:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=d42a81179666a924b406c67d73a9472f088f8ada'/>
<id>d42a81179666a924b406c67d73a9472f088f8ada</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
