<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/tests, branch interact-logfix</title>
<subtitle>github.com: pexpect/pexpect.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>Tests cases and documentation to supplement wait()</title>
<updated>2015-04-26T20:35:49+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-04-26T20:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=1ac9cb6cf63687c30e4304b134f88d0cefc5a37f'/>
<id>1ac9cb6cf63687c30e4304b134f88d0cefc5a37f</id>
<content type='text'>
This matches the same branch of ptyprocess,
noexception-on-wait-after-terminate, which allows
calling the wait() method multiple times without
raising an exception.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches the same branch of ptyprocess,
noexception-on-wait-after-terminate, which allows
calling the wait() method multiple times without
raising an exception.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix timeout parameter in maxcanon test</title>
<updated>2015-04-26T00:12:21+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-04-26T00:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=924b014c3ecc2db01d7722c0374b3934151b9c7b'/>
<id>924b014c3ecc2db01d7722c0374b3934151b9c7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>Merge remote-tracking branch 'origin/freebsd-support' into bugfix-virtualenv</title>
<updated>2015-04-25T04:19:03+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-04-25T04:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=0744165d925c9720baecabf2d05dae0ddcc8fb0c'/>
<id>0744165d925c9720baecabf2d05dae0ddcc8fb0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FreeBSD: Necessary to skip test_beyond_max_icanon</title>
<updated>2015-02-22T21:07:07+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>jquast@io.com</email>
</author>
<published>2015-02-22T20:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=37223bf57518dd3c9a16eb65f7f78c7e1f88ead5'/>
<id>37223bf57518dd3c9a16eb65f7f78c7e1f88ead5</id>
<content type='text'>
sendline('_' * send_bytes) causes os.write to BLOCK indefinitely
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sendline('_' * send_bytes) causes os.write to BLOCK indefinitely
</pre>
</div>
</content>
</entry>
<entry>
<title>FreeBSD: Document magic max canon value of 1920</title>
<updated>2015-02-22T20:28:05+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>jquast@io.com</email>
</author>
<published>2015-02-22T20:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=abe0df1c5285a9cddf528db74a432f14b0954dae'/>
<id>abe0df1c5285a9cddf528db74a432f14b0954dae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
