summaryrefslogtreecommitdiff
path: root/tests/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* Missing time import -- there is no 'waitecho' functionjquast2014-06-151-0/+1
* Solaris support, tested on SmartOS from cron(1).Jeff Quast2014-06-151-5/+33
* PR #66: TypeError thrown by spawnu.readline()jquast2014-06-081-0/+9
* Fix imports in tests for Python 3Thomas Kluyver2014-06-011-1/+1
* use 'cat' with maxread=1 to reproduce same issuejquast2013-10-091-6/+6
* python 3.2 compat, which wont allow u''jquast2013-10-081-1/+1
* this test case *should* pass, but doesn'tjquast2013-10-081-0/+12
* Another unicode literalThomas Kluyver2013-09-251-1/+1
* Fix unicode literals for Python 3.2Thomas Kluyver2013-09-251-26/+26
* more unicode fixesjquast2013-09-221-31/+32
* py2.5 compatibilities w/six.pyjquast2013-09-221-1/+1
* py2 compatibility for encoding testingjquast2013-09-221-2/+13
* more py25 compatibilityjquast2013-09-221-1/+1
* smartly use .replace & remove 'io' dep. for py2jquast2013-09-221-13/+9
* cat(1) may display ^D\x08\x08 when ^D is used.jquast2013-09-221-2/+12
* Fix logging tests for Python 3Thomas Kluyver2013-09-201-6/+29
* Add spawnu interface for unicodeThomas Kluyver2013-09-191-0/+88