<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git, branch incremental-decoder</title>
<subtitle>github.com: pexpect/pexpect.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/'/>
<entry>
<title>`is ucs is None` is not necessary</title>
<updated>2013-10-09T17:49:49+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-10-09T17:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=27e769a682b8cfc7d0325136036ffd5e01533cc6'/>
<id>27e769a682b8cfc7d0325136036ffd5e01533cc6</id>
<content type='text'>
Don't know why I had this in one of my own implementations.
An incrementaldecoder never returns None, only u'', which is
what we'd want in this context, anywaay.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't know why I had this in one of my own implementations.
An incrementaldecoder never returns None, only u'', which is
what we'd want in this context, anywaay.
</pre>
</div>
</content>
</entry>
<entry>
<title>use 'cat' with maxread=1 to reproduce same issue</title>
<updated>2013-10-09T17:28:11+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-10-09T17:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=fcf1202a46dcc5d68e9ef42c6d0705b5be8d1b6b'/>
<id>fcf1202a46dcc5d68e9ef42c6d0705b5be8d1b6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3.3 bytes/str/unicode agnostic fix</title>
<updated>2013-10-09T08:05:06+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-10-09T08:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=4353a068a8fa5e28c98f9df26f9094ab3392f78e'/>
<id>4353a068a8fa5e28c98f9df26f9094ab3392f78e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brevity</title>
<updated>2013-10-09T07:24:47+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-10-09T07:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=3964d7505ec52e8b8989764d3db0b579ff7196fd'/>
<id>3964d7505ec52e8b8989764d3db0b579ff7196fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>incremental decode full buffer, not iterations</title>
<updated>2013-10-09T07:21:42+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-10-09T07:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=a9c10ea33ef286830d5a3cd212eb11c93de7c69d'/>
<id>a9c10ea33ef286830d5a3cd212eb11c93de7c69d</id>
<content type='text'>
forgot that iterating over a byte string yields integers, making for strange values for the incremental decoder !</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
forgot that iterating over a byte string yields integers, making for strange values for the incremental decoder !</pre>
</div>
</content>
</entry>
<entry>
<title>python 3.2 compat, which wont allow u''</title>
<updated>2013-10-09T05:58:39+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-10-09T05:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=f633c456793c69ffacbb3eb0d8b2e40106bd457e'/>
<id>f633c456793c69ffacbb3eb0d8b2e40106bd457e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use an incremental decoder for streams</title>
<updated>2013-10-09T05:55:02+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-10-09T05:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=b48b20325d0662a765e1c085795210435d698dc2'/>
<id>b48b20325d0662a765e1c085795210435d698dc2</id>
<content type='text'>
This allows the test case that slowly prints each byte of a multibyte utf-8 stream to pass.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the test case that slowly prints each byte of a multibyte utf-8 stream to pass.</pre>
</div>
</content>
</entry>
<entry>
<title>expediate the test a bit</title>
<updated>2013-10-09T05:52:20+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-10-09T05:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=17abe717414c825098ea08f08982334b3a9a79ff'/>
<id>17abe717414c825098ea08f08982334b3a9a79ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>this test case *should* pass, but doesn't</title>
<updated>2013-10-09T05:31:48+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-10-09T05:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=67d8a5a81b88d59ff811081e6e50ca8a5749fd1d'/>
<id>67d8a5a81b88d59ff811081e6e50ca8a5749fd1d</id>
<content type='text'>
per issue #8; this will soon be resolved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
per issue #8; this will soon be resolved.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6 from tomspur/tests-tarball</title>
<updated>2013-10-08T17:09:42+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-10-08T17:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pexpect.git/commit/?id=1f26e5fe51c6518dd6161c9af6fab2f963685396'/>
<id>1f26e5fe51c6518dd6161c9af6fab2f963685396</id>
<content type='text'>
Add tests into source tarball</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests into source tarball</pre>
</div>
</content>
</entry>
</feed>
