<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/tests/test_misc.py, branch asyncio_utf8_issue</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>match feature with test spawn_ourptyfork kwargs</title>
<updated>2015-09-18T20:24:46+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-18T20:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e3f19f844ff72cd12b18c384a030323c635fc5d2'/>
<id>e3f19f844ff72cd12b18c384a030323c635fc5d2</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 #164 from takluyver/contextmanager</title>
<updated>2014-12-20T02:03:13+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2014-12-20T02:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e25f2b4c66dfb6bf3be7d2aadb7e531f94345722'/>
<id>e25f2b4c66dfb6bf3be7d2aadb7e531f94345722</id>
<content type='text'>
Allow spawn() and friends to be used as context managers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow spawn() and friends to be used as context managers</pre>
</div>
</content>
</entry>
<entry>
<title>Allow spawn() and friends to be used as context managers</title>
<updated>2014-12-20T01:05:36+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-12-20T01:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=fbe8a38de0fd59b525ea479e19a55f4d20edf107'/>
<id>fbe8a38de0fd59b525ea479e19a55f4d20edf107</id>
<content type='text'>
Closes gh-111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-111
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
</feed>
