<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/pexpect/pty_spawn.py, branch replwrap-continuation-timeout-results</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 #146 from takluyver/popen</title>
<updated>2015-10-03T10:57:35+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-10-03T10:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=26ff2f390a8d3179fef2bf1dba715fa0dcf886e8'/>
<id>26ff2f390a8d3179fef2bf1dba715fa0dcf886e8</id>
<content type='text'>
WIP: Add spawn class based on subprocess.Popen</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WIP: Add spawn class based on subprocess.Popen</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into default-handle-sighup</title>
<updated>2015-09-22T19:42:24+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-22T19:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=3c1bc018218b86177e1cdf8e93ead035afacc421'/>
<id>3c1bc018218b86177e1cdf8e93ead035afacc421</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/setwinsize_on_spawn'</title>
<updated>2015-09-22T14:55:14+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-22T14:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=ea586fb9a545854f9b1212779653ec80f3428a2c'/>
<id>ea586fb9a545854f9b1212779653ec80f3428a2c</id>
<content type='text'>
Conflicts:
	doc/history.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	doc/history.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #253 from pexpect/docs-revision-2</title>
<updated>2015-09-22T13:58:39+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-22T13:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=49eb3baedbad8323f6c848e8d48f94063b350746'/>
<id>49eb3baedbad8323f6c848e8d48f94063b350746</id>
<content type='text'>
docstring about timeout behavior</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docstring about timeout behavior</pre>
</div>
</content>
</entry>
<entry>
<title>Change ignore_sighup default to False</title>
<updated>2015-09-22T13:54:35+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-22T13:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=ae480683db601dc162ab2d02643ff84e1c3786be'/>
<id>ae480683db601dc162ab2d02643ff84e1c3786be</id>
<content type='text'>
This means child processes will no longer ignore SIGHUP by default.

Also pulled out a 'backwards incompatible changes' section of the
release notes to make it clearer what has changed.

Closes gh-168
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This means child processes will no longer ignore SIGHUP by default.

Also pulled out a 'backwards incompatible changes' section of the
release notes to make it clearer what has changed.

Closes gh-168
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #264 from pexpect/bugfix-honor-force-close</title>
<updated>2015-09-22T13:30:48+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-22T13:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=a8e0b19beb06500c5d92597a4a5b4e4e58ecc85b'/>
<id>a8e0b19beb06500c5d92597a4a5b4e4e58ecc85b</id>
<content type='text'>
Honor 'force=False' when set on p.close()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Honor 'force=False' when set on p.close()</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #259 from pexpect/interact-logfix</title>
<updated>2015-09-22T13:24:03+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-22T13:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=767cf908c189f9acb9d5c422e1dda2612d8c005d'/>
<id>767cf908c189f9acb9d5c422e1dda2612d8c005d</id>
<content type='text'>
interact logs by self._log(s, 'read') and 'send'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interact logs by self._log(s, 'read') and 'send'</pre>
</div>
</content>
</entry>
<entry>
<title>will raise -&gt; will be raised + newline</title>
<updated>2015-09-21T19:35:56+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-21T19:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=6a8e9b2ad73104740a48b0c8d6c9fd0cc2ae9e92'/>
<id>6a8e9b2ad73104740a48b0c8d6c9fd0cc2ae9e92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Honor 'force=False' when set on p.close()</title>
<updated>2015-09-21T19:18:36+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-21T19:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=599ef012942a21845f968a4bf725d46e007dcb4b'/>
<id>599ef012942a21845f968a4bf725d46e007dcb4b</id>
<content type='text'>
This has no change, both this method and ptyprocess
method signatures match 'True' value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has no change, both this method and ptyprocess
method signatures match 'True' value.
</pre>
</div>
</content>
</entry>
<entry>
<title>interact logs by self._log(s, 'read') and 'send'</title>
<updated>2015-09-21T18:30:37+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-21T18:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=dcdac8a7531d16914490622b643f02ab2003fd02'/>
<id>dcdac8a7531d16914490622b643f02ab2003fd02</id>
<content type='text'>
Closes issue #190: __interact_copy implements
its own read() and write() calls, circumventing
the self._log() system, and omitting to log data
that is sent to the child pty.

Related, resolve old docstring about a setlog()
method that was removed in SpawnBase refactor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes issue #190: __interact_copy implements
its own read() and write() calls, circumventing
the self._log() system, and omitting to log data
that is sent to the child pty.

Related, resolve old docstring about a setlog()
method that was removed in SpawnBase refactor.
</pre>
</div>
</content>
</entry>
</feed>
