<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/pexpect/replwrap.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>accept unicode cmd on Python 2</title>
<updated>2015-06-16T19:08:28+00:00</updated>
<author>
<name>Min RK</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2015-06-16T19:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=aa580c4d8e0b2070a389dbcb5b1bbe108827c068'/>
<id>aa580c4d8e0b2070a389dbcb5b1bbe108827c068</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugfix for solaris in replwrap.bash()</title>
<updated>2014-11-23T11:57:47+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-23T11:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=ec6f0562c447d1c25657fe4b8f0da75aceb2a14b'/>
<id>ec6f0562c447d1c25657fe4b8f0da75aceb2a14b</id>
<content type='text'>
Forgot to set ``echo=False`` when calling spawnu()
directly in replwrap.bash(), resulting in IOError
on SunOs:

    IOError: [Errno 22] Invalid argument: setecho() may not be called on this platform.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot to set ``echo=False`` when calling spawnu()
directly in replwrap.bash(), resulting in IOError
on SunOs:

    IOError: [Errno 22] Invalid argument: setecho() may not be called on this platform.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make replwrap.bash() robust against custom prompts in bashrc</title>
<updated>2014-09-21T19:34:34+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-09-21T19:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=35a920e0f933929c6d37fffbb448212c27b92480'/>
<id>35a920e0f933929c6d37fffbb448212c27b92480</id>
<content type='text'>
By providing our own bashrc which overrides PS1, we can have a
consistent prompt without breaking other customisations of bash that
people may want to keep, such as aliases defined in bashrc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By providing our own bashrc which overrides PS1, we can have a
consistent prompt without breaking other customisations of bash that
people may want to keep, such as aliases defined in bashrc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow replwrap to reset pager so bash doesn't get stuck displaying things</title>
<updated>2014-06-27T00:40:57+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-06-27T00:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=939718cca3e2be4cb48e348fac77f09aeb049c5c'/>
<id>939718cca3e2be4cb48e348fac77f09aeb049c5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Solaris support, tested on SmartOS from cron(1).</title>
<updated>2014-06-08T08:07:03+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-06-08T08:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=abe09d65daa99aab33b08a00f2c183b67e7f9ad3'/>
<id>abe09d65daa99aab33b08a00f2c183b67e7f9ad3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing various prompt issues with bash ReplWrapper</title>
<updated>2014-06-08T03:54:18+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-06-08T03:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=6a144134788a0c6601262ec008b83e4288bbb096'/>
<id>6a144134788a0c6601262ec008b83e4288bbb096</id>
<content type='text'>
allow matching a regular expression,
use setUp and tearDown to putenv &amp; getenv PS1, PS2
unset PROMPT_COMMAND
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow matching a regular expression,
use setUp and tearDown to putenv &amp; getenv PS1, PS2
unset PROMPT_COMMAND
</pre>
</div>
</content>
</entry>
<entry>
<title>Use bash for testing replwrap, avoiding PyPy's different REPL</title>
<updated>2014-06-01T00:21:30+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-06-01T00:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=9c97dca35965751812b992dda2eb1433d4206c68'/>
<id>9c97dca35965751812b992dda2eb1433d4206c68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use explicit positional string formatting for Python 2.6</title>
<updated>2014-05-19T04:48:37+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-05-19T04:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=cdc66b71ad283f2f28dfd27fa58b3e1664c48106'/>
<id>cdc66b71ad283f2f28dfd27fa58b3e1664c48106</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update replwrap docs</title>
<updated>2014-05-18T22:31:25+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-05-18T22:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=27a84da4acc5e3c0a7763b237c440eb944dde211'/>
<id>27a84da4acc5e3c0a7763b237c440eb944dde211</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format the new prompts into the prompt change command, simplifying instantiation of a REPLWrapper</title>
<updated>2014-05-18T22:25:22+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-05-18T22:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e1672a21e1da319bbf7c7fbdc5e9e515a8196f14'/>
<id>e1672a21e1da319bbf7c7fbdc5e9e515a8196f14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
