index
:
delta/python-packages/pexpect.git
3.4-never-released-sadly
3.x
_is_solaris-badval
allow-disable-escape-interact
asyncio_utf8_issue
better-test-winsize
buffered-fileobj
bugfix-honor-force-close
bugfix-my_spawn-has_no-ptyproc
bugfix-virtualenv
buildbot-changes
coverage-race
coveralls
debug-asyncio-eof
default-handle-sighup-pull
desix
disable-maxcanon-test
dluyer-patch-1
doc-and-test-max-cannon-2
doc-and-test-max-canon
docfix-no-other-pexpect
docs-revision-1
docs-revision-2
docs-revision-3
docs-revision-4
document-blocking-write
failed-str-self
faq-about-gevent
faq-pyte-redirect
fix-occasionally-failing-solaris-setwinsize
freebsd-support
include-coveragerc-in-sdist
incremental-decoder
interact-does-not-detect-eof
interact-logfix
issue-103-filedes-leak
issue-104-cannot-exec-setuids
issue-20
issue-20-close-shouldnt-sleep
issue-20-travis-improving
issue-20-try-2
issue-42-cannot-implicit-bytes-to-str
issue-44-solaris-support
issue-44-solaris-try-2
issue-44-solaris-try-3
issue-49-cannot-exit-fdspawned-interact
issue-86-and-100-stdin-closed
locale-preffered-encoding
mac-test-readlines
master
more-exacting-which
more-utf8-tests
noexception-on-wait-after-terminate
occasionally-failing-testcases
optional-ignore-sighup
propose-more-reliable-terminate
read_more_bytes
replwrap-continuation-timeout-results
replwrap-test-fixes
resolve-eof-unicode-osx-sunos
restore-posix
setecho-in-bash-replwrap-sunos
setwinsize_on_spawn
simple-ftp-example-fix
skip_pypy_eof
solaris-experiments
solaris-workarounds
suggest-support-elsewhere
superfluous-sleep
support-method-as-run-event-callback
teamcity-coverage-support
teamcity-tests-ptyprocess
timing-issue-remove
unicode-argv
use-flit
use-ptyprocess
github.com: pexpect/pexpect.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_unicode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Replace deprecated unittest.makeSuite
Scott Talbert
2023-02-02
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2017-09-15
1
-1
/
+1
*
test_unicode: don't need to format variable
Igor Gnatenko
2015-10-06
1
-2
/
+1
*
use /bin/echo instead of PYTHONBIN for argv test
unicode-argv
Jeff Quast
2015-09-21
1
-10
/
+4
*
Accomidate PyPy more
Jeff Quast
2015-09-21
1
-2
/
+7
*
try to match PyPy's form of float() ValueError
Jeff Quast
2015-09-21
1
-1
/
+2
*
use regex for error string match for py3.4 compat
Jeff Quast
2015-09-21
1
-1
/
+1
*
Add test to ensure argv may be unicode.
Jeff Quast
2015-09-21
1
-0
/
+9
*
Missing time import -- there is no 'waitecho' function
jquast
2014-06-15
1
-0
/
+1
*
Solaris support, tested on SmartOS from cron(1).
Jeff Quast
2014-06-15
1
-5
/
+33
*
PR #66: TypeError thrown by spawnu.readline()
jquast
2014-06-08
1
-0
/
+9
*
Fix imports in tests for Python 3
Thomas Kluyver
2014-06-01
1
-1
/
+1
*
use 'cat' with maxread=1 to reproduce same issue
jquast
2013-10-09
1
-6
/
+6
*
python 3.2 compat, which wont allow u''
jquast
2013-10-08
1
-1
/
+1
*
this test case *should* pass, but doesn't
jquast
2013-10-08
1
-0
/
+12
*
Another unicode literal
Thomas Kluyver
2013-09-25
1
-1
/
+1
*
Fix unicode literals for Python 3.2
Thomas Kluyver
2013-09-25
1
-26
/
+26
*
more unicode fixes
jquast
2013-09-22
1
-31
/
+32
*
py2.5 compatibilities w/six.py
jquast
2013-09-22
1
-1
/
+1
*
py2 compatibility for encoding testing
jquast
2013-09-22
1
-2
/
+13
*
more py25 compatibility
jquast
2013-09-22
1
-1
/
+1
*
smartly use .replace & remove 'io' dep. for py2
jquast
2013-09-22
1
-13
/
+9
*
cat(1) may display ^D\x08\x08 when ^D is used.
jquast
2013-09-22
1
-2
/
+12
*
Fix logging tests for Python 3
Thomas Kluyver
2013-09-20
1
-6
/
+29
*
Add spawnu interface for unicode
Thomas Kluyver
2013-09-19
1
-0
/
+88