<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/tests/test_interact.py, branch asyncio_utf8_issue</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>Do not assert trailing output on TRAVIS-CI</title>
<updated>2015-09-21T00:55:50+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T23:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=8e1921c1f29f5dcd7b0a7e29c77c1be0bf39c187'/>
<id>8e1921c1f29f5dcd7b0a7e29c77c1be0bf39c187</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>interact tests: prefer getch over echo_w_prompt</title>
<updated>2015-09-20T23:44:56+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T23:42:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=dd5cb38f555bf5861e0af33eae8f83a2a6e1e71c'/>
<id>dd5cb38f555bf5861e0af33eae8f83a2a6e1e71c</id>
<content type='text'>
this ensures more reliable clean exit, as is necessary
in negative test for interact(escape_character=None)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this ensures more reliable clean exit, as is necessary
in negative test for interact(escape_character=None)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ^C in test_interact_escape_None, ^D unreliable</title>
<updated>2015-09-20T22:48:10+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T22:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=55b1648932513a16e675ee8534e981a603c08712'/>
<id>55b1648932513a16e675ee8534e981a603c08712</id>
<content type='text'>
Test intermittently fails PyPy and Travis-CI hosts, where EOF
is incorrectly interpreted instead of captured as exception.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test intermittently fails PyPy and Travis-CI hosts, where EOF
is incorrectly interpreted instead of captured as exception.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow {p}.interact(escape_character=None)</title>
<updated>2015-09-18T19:38:58+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-18T19:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=faff3e605b2e1d6d30d3f9ded95473ccfbb8daf0'/>
<id>faff3e605b2e1d6d30d3f9ded95473ccfbb8daf0</id>
<content type='text'>
For those who wish to disable the ability to escape using
escape_character until normal process termination, they
may now set the value of escape_character to None.

Some of the related docstring on escape_character was made more
brief and clear about its related value behavior.

This closes #131 #132 #167
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For those who wish to disable the ability to escape using
escape_character until normal process termination, they
may now set the value of escape_character to None.

Some of the related docstring on escape_character was made more
brief and clear about its related value behavior.

This closes #131 #132 #167
</pre>
</div>
</content>
</entry>
<entry>
<title>workaround travis-ci's strange EOF issue</title>
<updated>2015-04-25T06:00:49+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-04-25T05:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=4511949f6e37a1582129cdc68e0176bf263b5b76'/>
<id>4511949f6e37a1582129cdc68e0176bf263b5b76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make a modified copy of os.environ for interact tests</title>
<updated>2014-06-16T01:06:58+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-06-16T01:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=9dc15264f618f9b23257ed8f447648ebf46dbec6'/>
<id>9dc15264f618f9b23257ed8f447648ebf46dbec6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3.2 accommodations</title>
<updated>2014-06-16T01:01:18+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-06-08T04:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=cc377605826f86e8a901230bc6522561aeff2120'/>
<id>cc377605826f86e8a901230bc6522561aeff2120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve EOF through test -&gt; interact -&gt; echo_prompt</title>
<updated>2014-06-16T01:00:37+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-06-08T04:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=33375e861600051d0e98071192a08a5d7ccf6c87'/>
<id>33375e861600051d0e98071192a08a5d7ccf6c87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test escaping interact mode</title>
<updated>2014-06-05T00:28:04+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-06-05T00:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=f96f9c53989c962f7f28d45df163d7f05b35d029'/>
<id>f96f9c53989c962f7f28d45df163d7f05b35d029</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow subprocess tests to import pexpect</title>
<updated>2014-06-02T05:33:48+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-06-02T05:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=1def9a9f69c0e2c6105fd22f667bf8ff80e56ef6'/>
<id>1def9a9f69c0e2c6105fd22f667bf8ff80e56ef6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
