<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/pexpect/__init__.py, branch interact-logfix</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>Merge pull request #182 from takluyver/reintegrate-unicode</title>
<updated>2015-09-09T11:31:45+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-09T11:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=82e38877c9806fd8afd534ed31f911ed570c2c40'/>
<id>82e38877c9806fd8afd534ed31f911ed570c2c40</id>
<content type='text'>
'Unicode mode' in spawn class</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'Unicode mode' in spawn class</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecated runu function</title>
<updated>2015-02-27T17:22:34+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-02-27T17:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e067741654f4d6c5498bdb11a2d703640dc32758'/>
<id>e067741654f4d6c5498bdb11a2d703640dc32758</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate runu function</title>
<updated>2015-02-27T02:05:35+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-02-27T02:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=41006b799203884ad339c1f2126ca80207f03442'/>
<id>41006b799203884ad339c1f2126ca80207f03442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document that a method may also be used.</title>
<updated>2015-02-15T00:47:44+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-02-15T00:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=242f7d07ec41ee61fbc60508743866344b106f3b'/>
<id>242f7d07ec41ee61fbc60508743866344b106f3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Display well-formed TypeError for events callback</title>
<updated>2015-02-15T00:47:26+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-02-15T00:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=38518ff6f3a6895884dc190c12ab57efd3884f67'/>
<id>38518ff6f3a6895884dc190c12ab57efd3884f67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8: do not use backslash continuation char '\'</title>
<updated>2015-02-15T00:46:10+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-02-15T00:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=5c56db7fa390af992e2055cb66d7b06faeba7ea8'/>
<id>5c56db7fa390af992e2055cb66d7b06faeba7ea8</id>
<content type='text'>
"Continuation lines should align ... using
Python's implicit line joining inside parentheses"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Continuation lines should align ... using
Python's implicit line joining inside parentheses"</pre>
</div>
</content>
</entry>
<entry>
<title>Begin __version__ "4.0.dev"</title>
<updated>2015-02-15T00:44:58+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-02-15T00:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=983798b20960aef3cfc25bbe8fd965516bcfac0b'/>
<id>983798b20960aef3cfc25bbe8fd965516bcfac0b</id>
<content type='text'>
as suggested by @takluyver in
https://github.com/pexpect/pexpect/issues/174</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as suggested by @takluyver in
https://github.com/pexpect/pexpect/issues/174</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Error message to mention MethodType</title>
<updated>2015-02-12T14:45:37+00:00</updated>
<author>
<name>Samuel Bancal</name>
<email>Samuel.Bancal@epfl.ch</email>
</author>
<published>2015-02-12T14:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=2fd1648c87c5fbeef5adfec262cb7bad34d0ba5c'/>
<id>2fd1648c87c5fbeef5adfec262cb7bad34d0ba5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allows also method callback for events argument in pexpect.run()</title>
<updated>2015-02-12T14:23:02+00:00</updated>
<author>
<name>Samuel Bancal</name>
<email>Samuel.Bancal@epfl.ch</email>
</author>
<published>2015-02-12T14:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=37665f9add48760c1d4ad8c1909da4d8645e3146'/>
<id>37665f9add48760c1d4ad8c1909da4d8645e3146</id>
<content type='text'>
Updated test_run.py for this case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated test_run.py for this case
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuids</title>
<updated>2014-12-19T01:36:22+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>jquast@io.com</email>
</author>
<published>2014-12-19T01:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=ad7c35dce59db55f9d3dd5fea8b925abc81211ca'/>
<id>ad7c35dce59db55f9d3dd5fea8b925abc81211ca</id>
<content type='text'>
Conflicts:
	pexpect/__init__.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	pexpect/__init__.py
</pre>
</div>
</content>
</entry>
</feed>
