<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/pexpect/spawnbase.py, branch coverage-race</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 #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>Merge pull request #251 from pexpect/docs-revision-3</title>
<updated>2015-09-22T13:10:21+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-22T13:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=94cf8b118b2adae1423d40dd4d29e48e8ef51b03'/>
<id>94cf8b118b2adae1423d40dd4d29e48e8ef51b03</id>
<content type='text'>
Improve docstrings about searchwindowsize value</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve docstrings about searchwindowsize value</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify ducked-typed return value of expect() call</title>
<updated>2015-09-20T21:46:01+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T21:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=8e5163c597348465cd0892639250656ddfe814bd'/>
<id>8e5163c597348465cd0892639250656ddfe814bd</id>
<content type='text'>
This directly addresses issue #77.

Rephrase first three sentences about the meaning
of after and before.  Instead, immediately address
the availability of the match attribute and its
possible value types.

Instead of 'If an error occured' phrase, use
'On general exception' to better clarify the
onerror() method behavior described here before
re-raising in general 'except:' clause.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This directly addresses issue #77.

Rephrase first three sentences about the meaning
of after and before.  Instead, immediately address
the availability of the match attribute and its
possible value types.

Instead of 'If an error occured' phrase, use
'On general exception' to better clarify the
onerror() method behavior described here before
re-raising in general 'except:' clause.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve docstrings about searchwindowsize value</title>
<updated>2015-09-20T21:45:06+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T20:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=27f512d0b6bb290a6a79e4af95d31f7a3555d728'/>
<id>27f512d0b6bb290a6a79e4af95d31f7a3555d728</id>
<content type='text'>
In class initializer:
- introduce its default value and its relationship
  to the *maxread* keyword argument.
- reduce explanation search cost relationship

in expect method:
- document its similar re-use of class attribute
  and keyword argument 'searchwindowsize' when the
  value of -1 is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In class initializer:
- introduce its default value and its relationship
  to the *maxread* keyword argument.
- reduce explanation search cost relationship

in expect method:
- document its similar re-use of class attribute
  and keyword argument 'searchwindowsize' when the
  value of -1 is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>expect() clarifies timeout value behavior</title>
<updated>2015-09-20T19:42:47+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T19:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=773a2ca8eacde8485e2268b7a86d07de0f8f1b33'/>
<id>773a2ca8eacde8485e2268b7a86d07de0f8f1b33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove docstring about timeout=-1 in expect_list</title>
<updated>2015-09-20T19:27:22+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T19:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=b2c2e2d391c8b8bdc9397c396b65423385741466'/>
<id>b2c2e2d391c8b8bdc9397c396b65423385741466</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate unicode API into spawn, rather than subclassing</title>
<updated>2015-02-27T01:43:06+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-02-27T01:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=9a8c12846c42bb463f0562028227b8f814e9e464'/>
<id>9a8c12846c42bb463f0562028227b8f814e9e464</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Not all spawn classes have a kill method</title>
<updated>2014-11-24T00:44:06+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-10-13T21:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=5dfd45a3bcfb2423e0fe27400f5f976c05668376'/>
<id>5dfd45a3bcfb2423e0fe27400f5f976c05668376</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delegate sending control characters to ptyprocess</title>
<updated>2014-11-24T00:44:05+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-10-11T01:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=62526f1293089ebfcdb0d925a271c3af0455c90f'/>
<id>62526f1293089ebfcdb0d925a271c3af0455c90f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
