<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git, branch superfluous-sleep</title>
<subtitle>github.com: pexpect/pexpect.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/'/>
<entry>
<title>add new spawn.delayafterread attribute.</title>
<updated>2015-10-14T19:17:33+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-10-14T19:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=40ce421051c0a54f3b3849424491882cf1339801'/>
<id>40ce421051c0a54f3b3849424491882cf1339801</id>
<content type='text'>
this allows reverting to pre-2.0 behaior
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows reverting to pre-2.0 behaior
</pre>
</div>
</content>
</entry>
<entry>
<title>reverts time.sleep(0.0001) suggested by Jon Cohen</title>
<updated>2015-10-14T17:39:14+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-10-14T17:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=026b95675cb7b32ce8a5a0e83ba338b9ef8a3b78'/>
<id>026b95675cb7b32ce8a5a0e83ba338b9ef8a3b78</id>
<content type='text'>
This was introduced as part of a very large changeset
in 600463686284ea102548f5e0bf51582db051dc78,

```
Author: noah &lt;noah@656d521f-e311-0410-88e0-e7920216d269&gt;
Date:   Tue May 2 23:07:42 2006 +0000

    Added time.sleep(0.0001) as suggested by Jon Cohen.
    This helps in give other threads a chance to run.
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was introduced as part of a very large changeset
in 600463686284ea102548f5e0bf51582db051dc78,

```
Author: noah &lt;noah@656d521f-e311-0410-88e0-e7920216d269&gt;
Date:   Tue May 2 23:07:42 2006 +0000

    Added time.sleep(0.0001) as suggested by Jon Cohen.
    This helps in give other threads a chance to run.
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #288 from takluyver/async-issue</title>
<updated>2015-10-13T15:15:16+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-10-13T15:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=cbcabfa97a1e0bb4ad6cb311bf9d94ea5f65e64a'/>
<id>cbcabfa97a1e0bb4ad6cb311bf9d94ea5f65e64a</id>
<content type='text'>
Stop asyncio listening to pty once we've found what we need</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop asyncio listening to pty once we've found what we need</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.5 on Travis</title>
<updated>2015-10-13T12:34:12+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-10-13T12:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=fa2a11658c0f188810b652e5bf79a10514eefb2c'/>
<id>fa2a11658c0f188810b652e5bf79a10514eefb2c</id>
<content type='text'>
Close gh-269
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close gh-269
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop asyncio listening to pty once we've found what we need</title>
<updated>2015-10-13T11:41:09+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-10-13T11:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=5e6e0ad21acfed32c57ae8ef23a8a0722869afe1'/>
<id>5e6e0ad21acfed32c57ae8ef23a8a0722869afe1</id>
<content type='text'>
Closes gh-213 (fingers crossed)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-213 (fingers crossed)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #287 from pexpect/asyncio_utf8_issue</title>
<updated>2015-10-13T08:04:20+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-10-13T08:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=8a86932b770cd42ab1664b35a327b5f776b8c1df'/>
<id>8a86932b770cd42ab1664b35a327b5f776b8c1df</id>
<content type='text'>
Asyncio utf8 issue</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Asyncio utf8 issue</pre>
</div>
</content>
</entry>
<entry>
<title>Async expect should process received data after decoding</title>
<updated>2015-10-13T07:54:48+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-10-13T07:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=209eec225dbdcb1c7f1a3ec889873dfd3ef09e82'/>
<id>209eec225dbdcb1c7f1a3ec889873dfd3ef09e82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>issue discovered during integration with telnetlib3</title>
<updated>2015-10-13T03:23:49+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-10-13T03:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=64f598334d464016b097cec19861fe924526998e'/>
<id>64f598334d464016b097cec19861fe924526998e</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 #285 from pexpect/include-coveragerc-in-sdist</title>
<updated>2015-10-11T13:54:16+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-10-11T13:54:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=75094b01cf2f3960faeaf0eadd0222ad73ebe4ce'/>
<id>75094b01cf2f3960faeaf0eadd0222ad73ebe4ce</id>
<content type='text'>
Include .coveragerc in pypi download tarball</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include .coveragerc in pypi download tarball</pre>
</div>
</content>
</entry>
<entry>
<title>Include .coveragerc in pypi download tarball</title>
<updated>2015-10-10T17:48:07+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-10-10T17:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=2f3a73248811c4f1d2cd60cb79057e8b1c129cc2'/>
<id>2f3a73248811c4f1d2cd60cb79057e8b1c129cc2</id>
<content type='text'>
Closes issue #282
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes issue #282
</pre>
</div>
</content>
</entry>
</feed>
