<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/pexpect/__init__.py, branch buildbot-changes</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>Remove workaround for bug affecting very old platforms</title>
<updated>2014-02-13T19:34:20+00:00</updated>
<author>
<name>Ed Maste</name>
<email>emaste@freebsd.org</email>
</author>
<published>2014-02-13T18:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=5a4ad4b882f23c07bf8b51c4ba1ed4229ee52e78'/>
<id>5a4ad4b882f23c07bf8b51c4ba1ed4229ee52e78</id>
<content type='text'>
https://github.com/pexpect/pexpect/issues/39
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/pexpect/pexpect/issues/39
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplifying code to use format of select.error arguments that works in both Py27 and Py3</title>
<updated>2014-02-05T23:58:13+00:00</updated>
<author>
<name>Matthew Printz</name>
<email>matt.printz@rackspace.com</email>
</author>
<published>2014-02-05T23:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=4e995ddb77d7d1771a0bc79e0140b5bdff14058f'/>
<id>4e995ddb77d7d1771a0bc79e0140b5bdff14058f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing issue where errno does not exist on select.error</title>
<updated>2014-02-04T19:16:27+00:00</updated>
<author>
<name>Matthew Printz</name>
<email>matt.printz@rackspace.com</email>
</author>
<published>2014-02-04T19:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=40a15faffc0a0fcb07ed4e4f2240be7bd70d6d24'/>
<id>40a15faffc0a0fcb07ed4e4f2240be7bd70d6d24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 3.1 release</title>
<updated>2014-01-22T18:44:23+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-01-22T18:44:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=13ec3b0e134159d0168811862a9d7980847ca4e0'/>
<id>13ec3b0e134159d0168811862a9d7980847ca4e0</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 #31 from takluyver/stdout-bytes-py3</title>
<updated>2014-01-07T23:08:07+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-01-07T23:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=693cb29ec3e5a55304720e73553b57d7c0c66f8f'/>
<id>693cb29ec3e5a55304720e73553b57d7c0c66f8f</id>
<content type='text'>
Allow importing when sys.stdout is reassigned on Python 3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow importing when sys.stdout is reassigned on Python 3</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #34 from offby1/master</title>
<updated>2014-01-07T22:21:22+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-01-07T22:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=0b99c3a5fd34c68a58ec4ea07f4957579133e6f7'/>
<id>0b99c3a5fd34c68a58ec4ea07f4957579133e6f7</id>
<content type='text'>
ExceptionPexpect.__init__: invoke super's init</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ExceptionPexpect.__init__: invoke super's init</pre>
</div>
</content>
</entry>
<entry>
<title>ExceptionPexpect.__init__: invoke super's init</title>
<updated>2014-01-07T00:06:20+00:00</updated>
<author>
<name>Eric Hanchrow</name>
<email>ehanchrow@ine.com</email>
</author>
<published>2014-01-07T00:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=6f5b435e4c78116686defbb141e312bf91806f2e'/>
<id>6f5b435e4c78116686defbb141e312bf91806f2e</id>
<content type='text'>
This avoids an exception in the following:

        import pexpect
        import pickle
        pickle.loads(pickle.dumps(pexpect.EOF('hey you')))
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids an exception in the following:

        import pexpect
        import pickle
        pickle.loads(pickle.dumps(pexpect.EOF('hey you')))
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct handle when select in spawn returns with an error (e.g. SIGWINCH)</title>
<updated>2013-12-31T05:44:06+00:00</updated>
<author>
<name>Alex Ho</name>
<email>aho@purestorage.com</email>
</author>
<published>2013-12-31T05:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=efa531aa2364f2e4edad8ac646141bedf6b5b97e'/>
<id>efa531aa2364f2e4edad8ac646141bedf6b5b97e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow importing when sys.stdout is reassigned on Python 3</title>
<updated>2013-12-19T00:26:30+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-12-19T00:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=d4ca2467e50af52b450bd3c46a79fb5c4d8dd22f'/>
<id>d4ca2467e50af52b450bd3c46a79fb5c4d8dd22f</id>
<content type='text'>
Closes gh-30
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-30
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version numbers for 3.0 final release</title>
<updated>2013-11-11T18:13:34+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-11-11T18:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=a3a58027e840a356db2975211b4ff31ee52b10d1'/>
<id>a3a58027e840a356db2975211b4ff31ee52b10d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
