<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/pexpect, branch issue-104-cannot-exec-setuids</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>Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuids</title>
<updated>2014-12-20T01:55:11+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>jquast@io.com</email>
</author>
<published>2014-12-20T01:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=194e8c287494b52f2294adadc56028d10f49e914'/>
<id>194e8c287494b52f2294adadc56028d10f49e914</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/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://91.123.203.49/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>
<entry>
<title>Allow the user to specify a preexec_fn, which will be passed to ptyprocess</title>
<updated>2014-12-11T21:50:11+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-12-11T21:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=80398735116adf7ab9a36d7b44d6f18898ed6ecd'/>
<id>80398735116adf7ab9a36d7b44d6f18898ed6ecd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ptyprocess API changed to a single preexec_fn function</title>
<updated>2014-12-11T21:40:40+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-12-11T21:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=c5ff3d796f238732491c138e7e41297266a6ed3f'/>
<id>c5ff3d796f238732491c138e7e41297266a6ed3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #79 from pexpect/doc-and-test-max-canon</title>
<updated>2014-11-25T20:03:39+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-11-25T20:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=c255ce657c256b1dea6634a7022ac48c43923a4f'/>
<id>c255ce657c256b1dea6634a7022ac48c43923a4f</id>
<content type='text'>
Test and document PC_MAX_CANON.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test and document PC_MAX_CANON.</pre>
</div>
</content>
</entry>
<entry>
<title>all together -&gt; altogether (thanks TK)</title>
<updated>2014-11-25T19:01:24+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-25T19:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=c46e9a252e9e9a0cbf7afad43e6e163dab9748bb'/>
<id>c46e9a252e9e9a0cbf7afad43e6e163dab9748bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change run* timeout=-1 -&gt; timeout=30</title>
<updated>2014-11-25T07:27:52+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-25T07:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=5e3e8cb36b55267688dd91b1b5c14ebfa8e061ee'/>
<id>5e3e8cb36b55267688dd91b1b5c14ebfa8e061ee</id>
<content type='text'>
Leave the "if timeout == -1" in spawn intact, for any
poor fool who explicitly set timeout of -1 to implicitly
mean timeout of 30.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leave the "if timeout == -1" in spawn intact, for any
poor fool who explicitly set timeout of -1 to implicitly
mean timeout of 30.
</pre>
</div>
</content>
</entry>
<entry>
<title>docstring grammer fixes in send*() function</title>
<updated>2014-11-25T04:32:57+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-25T04:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=76f8584440ffeeb2ad5b8727a7faa950741e17dc'/>
<id>76f8584440ffeeb2ad5b8727a7faa950741e17dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell about MAX_CANON in send*() functions</title>
<updated>2014-11-25T04:00:32+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-25T04:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=63bc227ffe1d0cb3ec029a2992fe43aa7671aa12'/>
<id>63bc227ffe1d0cb3ec029a2992fe43aa7671aa12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow user to specify SSH options via the constructor parametere options</title>
<updated>2014-11-25T00:05:33+00:00</updated>
<author>
<name>Radomirs Cirskis</name>
<email>nad2000@gmail.com</email>
</author>
<published>2014-11-25T00:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=0b5b155087035344c54f8ec4f83caef9c823955e'/>
<id>0b5b155087035344c54f8ec4f83caef9c823955e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
