<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git, branch 3.1</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>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>Squash some Sphinx warnings</title>
<updated>2014-01-22T18:33:47+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-01-22T18:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=48764e21a8b226b93793bb6582d6b46fa59f8aba'/>
<id>48764e21a8b226b93793bb6582d6b46fa59f8aba</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 #29 from takluyver/examples-main-blocks</title>
<updated>2014-01-08T00:35:36+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-01-08T00:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=df91bb6150f5f0b75c20e8fa1e47b2307d301d94'/>
<id>df91bb6150f5f0b75c20e8fa1e47b2307d301d94</id>
<content type='text'>
Don't catch unhandled exceptions in examples.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't catch unhandled exceptions in examples.</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>Test for previous commit</title>
<updated>2014-01-07T20:46:56+00:00</updated>
<author>
<name>Eric Hanchrow</name>
<email>ehanchrow@ine.com</email>
</author>
<published>2014-01-07T20:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=a541386825c547c2ba5b2b430ba7de1c14784549'/>
<id>a541386825c547c2ba5b2b430ba7de1c14784549</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 #33 from aho-iridium/master</title>
<updated>2014-01-07T20:13:00+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-01-07T20:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=f477bc93686922602859c1e89b060326607b6b9c'/>
<id>f477bc93686922602859c1e89b060326607b6b9c</id>
<content type='text'>
Correctly handle when select in spawn returns with an error (e.g. SIGWINCH...</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correctly handle when select in spawn returns with an error (e.g. SIGWINCH...</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>
</feed>
