<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git, branch simple-ftp-example-fix</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>Simple fix for ftp.openbsd.org example</title>
<updated>2014-11-23T12:31:14+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-23T12:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=83a1f3cc9659cd41f3d7877cd4a0023aef409639'/>
<id>83a1f3cc9659cd41f3d7877cd4a0023aef409639</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 #139 from rickhau/master</title>
<updated>2014-11-23T05:16:48+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-23T05:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=00c8aaed9605c446844bbe379582753492a3627b'/>
<id>00c8aaed9605c446844bbe379582753492a3627b</id>
<content type='text'>
Remove confusing comment in daemonize() of example/cgishell.cgi</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove confusing comment in daemonize() of example/cgishell.cgi</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #142 from pexpect/failed-str-self</title>
<updated>2014-11-23T05:16:13+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-23T05:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=49e930cafba30409153ec3f6593dfcaf1cf1aaba'/>
<id>49e930cafba30409153ec3f6593dfcaf1cf1aaba</id>
<content type='text'>
Failure in __str__() before any output.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Failure in __str__() before any output.</pre>
</div>
</content>
</entry>
<entry>
<title>Use str(p) and not p.__str__()</title>
<updated>2014-11-23T05:10:22+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-23T05:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=c40fc13dca5a0596a72d5c26214777f8a2845675'/>
<id>c40fc13dca5a0596a72d5c26214777f8a2845675</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 #115 from takluyver/replwrap-bash-robustness</title>
<updated>2014-11-22T20:31:21+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-22T20:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=040a715ef4b2b74a6748f503322a6acdf56e8b9e'/>
<id>040a715ef4b2b74a6748f503322a6acdf56e8b9e</id>
<content type='text'>
Make replwrap.bash() robust against custom prompts in bashrc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make replwrap.bash() robust against custom prompts in bashrc</pre>
</div>
</content>
</entry>
<entry>
<title>Use ternary if/else in spawn.__str__</title>
<updated>2014-11-22T20:29:15+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-22T20:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=3b47c66e12ffa494ff4426622c9c682961db5113'/>
<id>3b47c66e12ffa494ff4426622c9c682961db5113</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 #140 from pexpect/occasionally-failing-testcases</title>
<updated>2014-11-22T20:05:48+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-11-22T20:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=54ab1daf7bef87ee840019c1148d007c323f4a38'/>
<id>54ab1daf7bef87ee840019c1148d007c323f4a38</id>
<content type='text'>
Resolve occasionally failing testcases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve occasionally failing testcases</pre>
</div>
</content>
</entry>
<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>Fix 2nd and 3rd expect/response PS1 prompt</title>
<updated>2014-11-22T08:56:13+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-22T08:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=d455323193f358f0cdfcd8e880e8f82735ca9caf'/>
<id>d455323193f358f0cdfcd8e880e8f82735ca9caf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
