<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/tests, branch bugfix-virtualenv</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 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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>style: remove more 1-character variables</title>
<updated>2015-02-15T01:49:17+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-02-15T01:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=301e1d8a00819c01ba9ecb70fc533619f4907ca4'/>
<id>301e1d8a00819c01ba9ecb70fc533619f4907ca4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Negative test: ensure TypeError is raised.</title>
<updated>2015-02-15T01:45:52+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-02-15T01:45:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e13d4a786d1c012839c0aaf97303d61c113ce10f'/>
<id>e13d4a786d1c012839c0aaf97303d61c113ce10f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename 'test_run_X' as 'test_run_event_as_X"</title>
<updated>2015-02-15T01:45:38+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-02-15T01:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=caca6e2d3a4562e365187a5b687bb973025a9895'/>
<id>caca6e2d3a4562e365187a5b687bb973025a9895</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 and cleanup test_run.py</title>
<updated>2015-02-15T01:00:09+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-02-15T01:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=35de00ce8da686baf560fc9be58e539b3fad8421'/>
<id>35de00ce8da686baf560fc9be58e539b3fad8421</id>
<content type='text'>
79-line columns, space before '(' in function
definition, once line between methods, two lines
between classes and functions, No one-character
variables.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
79-line columns, space before '(' in function
definition, once line between methods, two lines
between classes and functions, No one-character
variables.</pre>
</div>
</content>
</entry>
<entry>
<title>Allows also method callback for events argument in pexpect.run()</title>
<updated>2015-02-12T14:23:02+00:00</updated>
<author>
<name>Samuel Bancal</name>
<email>Samuel.Bancal@epfl.ch</email>
</author>
<published>2015-02-12T14:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=37665f9add48760c1d4ad8c1909da4d8645e3146'/>
<id>37665f9add48760c1d4ad8c1909da4d8645e3146</id>
<content type='text'>
Updated test_run.py for this case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated test_run.py for this case
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests README</title>
<updated>2015-01-19T22:52:18+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-01-19T22:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=35bb9c20ce9ddaa02b26d2ad45e6beee5a49ef73'/>
<id>35bb9c20ce9ddaa02b26d2ad45e6beee5a49ef73</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 #106 from pexpect/issue-104-cannot-exec-setuids</title>
<updated>2014-12-21T00:46:43+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-12-21T00:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=0565e6c0937c92a3f298832912b0275aaa225217'/>
<id>0565e6c0937c92a3f298832912b0275aaa225217</id>
<content type='text'>
Issue 104 cannot exec setuids</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue 104 cannot exec setuids</pre>
</div>
</content>
</entry>
</feed>
