<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/tests/test_unicode.py, branch issue-20-try-2</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>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://git.baserock.org/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>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://git.baserock.org/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>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://git.baserock.org/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>Another unicode literal</title>
<updated>2013-09-26T01:34:38+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-09-26T01:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=38a0899cf0c7dda206fc429516a770f97703160d'/>
<id>38a0899cf0c7dda206fc429516a770f97703160d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unicode literals for Python 3.2</title>
<updated>2013-09-26T01:10:16+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-09-26T01:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=1d218b6cae4a405ec2786a6022feb8e40df2cfa1'/>
<id>1d218b6cae4a405ec2786a6022feb8e40df2cfa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more unicode fixes</title>
<updated>2013-09-23T04:46:29+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-09-23T04:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e1cb3cb9563764a8a4e8bbdb51c99da095068e4f'/>
<id>e1cb3cb9563764a8a4e8bbdb51c99da095068e4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py2.5 compatibilities w/six.py</title>
<updated>2013-09-23T02:32:33+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-09-23T02:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=c851a110a61f20c2163aacdf6afe210d572d777b'/>
<id>c851a110a61f20c2163aacdf6afe210d572d777b</id>
<content type='text'>
-except Exception as e:
+except Exception, err:

the unfortunate use of six.b('') instead of b''
print(arg0, arg1) =&gt; six.print_(arg0, arg1)

some autopep8 -i is definitely called for, some of these test cases are darn unreadable, but did partially pep8 some of the really-long-over-80col-lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-except Exception as e:
+except Exception, err:

the unfortunate use of six.b('') instead of b''
print(arg0, arg1) =&gt; six.print_(arg0, arg1)

some autopep8 -i is definitely called for, some of these test cases are darn unreadable, but did partially pep8 some of the really-long-over-80col-lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>py2 compatibility for encoding testing</title>
<updated>2013-09-23T00:20:56+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-09-23T00:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=011b050db75a4560883501c1240d96f98d45a1c9'/>
<id>011b050db75a4560883501c1240d96f98d45a1c9</id>
<content type='text'>
indeed, older versions of python could read/write utf-8 files just fine, by using the codecs.open() function, which is pretty much the same thing as python3's io.open.

However, it does not supply a `newline' keyword -- it doesn't seem to matter, so we just `del' it in our dummy function, if used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
indeed, older versions of python could read/write utf-8 files just fine, by using the codecs.open() function, which is pretty much the same thing as python3's io.open.

However, it does not supply a `newline' keyword -- it doesn't seem to matter, so we just `del' it in our dummy function, if used.
</pre>
</div>
</content>
</entry>
<entry>
<title>more py25 compatibility</title>
<updated>2013-09-22T23:30:28+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-09-22T23:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=36d6f3b8026eccfce8ae541a659b44dcfa553c87'/>
<id>36d6f3b8026eccfce8ae541a659b44dcfa553c87</id>
<content type='text'>
not even sure if pexpect can get as far back as python2.5, but its worth a shot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not even sure if pexpect can get as far back as python2.5, but its worth a shot.
</pre>
</div>
</content>
</entry>
<entry>
<title>smartly use .replace &amp; remove 'io' dep. for py2</title>
<updated>2013-09-22T21:56:58+00:00</updated>
<author>
<name>jquast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2013-09-22T21:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=f8fd443988d4a5ccfe55538b3d75c92b26651a14'/>
<id>f8fd443988d4a5ccfe55538b3d75c92b26651a14</id>
<content type='text'>
here goes backwards compatibility testing for py2 versions -- though I have them all locally, trying for travis CI which would help identify problems going forward. I'm sure there is some six.PY3 things to work out yet, already noticed I need a from __future__ import for the 'with' contextmanager for python 2.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
here goes backwards compatibility testing for py2 versions -- though I have them all locally, trying for travis CI which would help identify problems going forward. I'm sure there is some six.PY3 things to work out yet, already noticed I need a from __future__ import for the 'with' contextmanager for python 2.5.
</pre>
</div>
</content>
</entry>
</feed>
