<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/tests/test_misc.py, 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>Update test case for preexec_fn</title>
<updated>2014-12-20T00:47:54+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-12-20T00:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=40e1aa43d60cfcc213c441ff66cf54d049c12317'/>
<id>40e1aa43d60cfcc213c441ff66cf54d049c12317</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set default signal handlers for SIGINT and SIGHUP.</title>
<updated>2014-11-24T04:14:16+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-11-24T04:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=a75faec32169c11f95fd5363e9711f52fba99117'/>
<id>a75faec32169c11f95fd5363e9711f52fba99117</id>
<content type='text'>
According to test_misc.py comments, fedora's build
agent has the same problem as ours.  We use the setUp
and tearDown methods to set and restore these signals,
if ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to test_misc.py comments, fedora's build
agent has the same problem as ours.  We use the setUp
and tearDown methods to set and restore these signals,
if ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>Delegate more methods to ptyprocess</title>
<updated>2014-11-24T00:39:20+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-10-10T00:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=42ad200fa0b65e6f12f9962ca99a0743e37c9660'/>
<id>42ad200fa0b65e6f12f9962ca99a0743e37c9660</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Incremental housekeeping cleanup of test_misc.py</title>
<updated>2014-06-28T20:36:28+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-06-28T18:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=4c07cd113befbc0ea4cc38cec71bce59769e266f'/>
<id>4c07cd113befbc0ea4cc38cec71bce59769e266f</id>
<content type='text'>
- standard/local import grouping
- docstring every test
- pep8 formatting
- remove custom assertion messages
- Separate tests to individual groups
- Remove unnecessary time.sleep() calls
- use echo=False parameter, avoiding testing
  combinations of mixed input+output, and removing
  the need to document this strange combination.
- programmatically test searcher_re/_string
- prefer assertRaises/assertRaisesRegexp
- use tempfile.gettempdir() instead of /tmp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- standard/local import grouping
- docstring every test
- pep8 formatting
- remove custom assertion messages
- Separate tests to individual groups
- Remove unnecessary time.sleep() calls
- use echo=False parameter, avoiding testing
  combinations of mixed input+output, and removing
  the need to document this strange combination.
- programmatically test searcher_re/_string
- prefer assertRaises/assertRaisesRegexp
- use tempfile.gettempdir() instead of /tmp
</pre>
</div>
</content>
</entry>
<entry>
<title>Miscellaneous minor fixes</title>
<updated>2014-06-16T02:30:59+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-06-16T02:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=732984f41997fb95333d70041d10138d06c196d6'/>
<id>732984f41997fb95333d70041d10138d06c196d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Solaris support, tested on SmartOS from cron(1).</title>
<updated>2014-06-16T01:43:30+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-06-08T08:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=8f48ac8d97ffd520074f02af4ef5ef7b8aadf862'/>
<id>8f48ac8d97ffd520074f02af4ef5ef7b8aadf862</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 #70 from pexpect/more-exacting-which</title>
<updated>2014-06-10T19:40:22+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-06-10T19:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=7f14d7cd7390816d96d2e511189bec22f6824d91'/>
<id>7f14d7cd7390816d96d2e511189bec22f6824d91</id>
<content type='text'>
new function is_exe() makes existing which() more correct</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new function is_exe() makes existing which() more correct</pre>
</div>
</content>
</entry>
<entry>
<title>PR #66: TypeError thrown by spawnu.readline()</title>
<updated>2014-06-09T00:02:59+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-06-09T00:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=8aea7ddba7b8d9b1698f17a1895dcaf6730f79d9'/>
<id>8aea7ddba7b8d9b1698f17a1895dcaf6730f79d9</id>
<content type='text'>
Submitted by @auntieNeo, fixes exception, "TypeError:
got &lt;type 'str'&gt; ('\r\n') as pattern" in spawnu.readline().

Bytes b'\r\n' was concatenated to u'unicode', causing an
exception to be thrown when using readline().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by @auntieNeo, fixes exception, "TypeError:
got &lt;type 'str'&gt; ('\r\n') as pattern" in spawnu.readline().

Bytes b'\r\n' was concatenated to u'unicode', causing an
exception to be thrown when using readline().
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate which tests into test_which.py</title>
<updated>2014-06-08T02:47:17+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-06-08T02:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=0ea3c658cd1ca16a08e8e07d685f5b10c4002366'/>
<id>0ea3c658cd1ca16a08e8e07d685f5b10c4002366</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix imports in tests for Python 3</title>
<updated>2014-06-02T03:40:07+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-06-02T00:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=8d0e5684a479b93811f8433e672a041f4e0f25d2'/>
<id>8d0e5684a479b93811f8433e672a041f4e0f25d2</id>
<content type='text'>
Closes gh-59
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-59
</pre>
</div>
</content>
</entry>
</feed>
