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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 2nd and 3rd expect/response PS1 prompt
occasionally-failing-testcases
Jeff Quast
2014-11-22
1
-2
/
+2
*
Make sure when overriding setUp to call super's
Jeff Quast
2014-11-22
1
-0
/
+2
*
remove TODO about ls and change to use uname
Jeff Quast
2014-11-22
1
-7
/
+2
*
write b'bytes' to rcfile, not 'str/unicode'
Jeff Quast
2014-11-22
1
-1
/
+1
*
Fix test by prevent bash from sourcing profile
Jeff Quast
2014-11-22
1
-5
/
+24
*
Change 'ls -l /bin' test to 'uname -m -n ...'
Jeff Quast
2014-11-21
1
-5
/
+5
*
Modify run() to allow a tuple list of events.
Hideaki Suzuki
2014-10-11
1
-0
/
+8
*
Expose async parameter for expect_exact
Thomas Kluyver
2014-09-21
1
-3
/
+12
*
Expand tests for async expect
Thomas Kluyver
2014-09-21
1
-9
/
+28
*
Expose async as parameter for expect
Thomas Kluyver
2014-09-21
1
-0
/
+23
*
Merge pull request #109 from pexpect/issue-86-and-100-stdin-closed
Thomas Kluyver
2014-09-04
1
-1
/
+36
|
\
|
*
Closes issue #86 and issue #100
jquast
2014-08-24
1
-1
/
+36
*
|
Merge pull request #99 from takluyver/issue-84
Jeff Quast
2014-08-25
2
-14
/
+169
|
\
\
|
|
/
|
/
|
|
*
Some changes based on reviewing the code
Thomas Kluyver
2014-08-04
1
-29
/
+28
|
*
Fix problems found in review.
David O'Shea
2014-08-04
1
-4
/
+2
|
*
Don't define __bytes__(), and don't define __unicode__() on Python 3.
David O'Shea
2014-08-01
2
-22
/
+21
|
*
Rename codec and codec_errors to encoding and encoding_errors respectively.
David O'Shea
2014-08-01
1
-3
/
+3
|
*
Issue #84: Unicode support in screen and ANSI.
David O'Shea
2014-07-24
2
-0
/
+159
*
|
Address review comment (no parens around assert statement arguments).
David O'Shea
2014-07-22
1
-2
/
+2
*
|
Issue #85: Don't leave unwanted numbers in ANSI FSM stack/memory.
David O'Shea
2014-07-08
1
-2
/
+17
|
/
*
Issue #82: Handle more than two numbers in ANSI sequences
David O'Shea
2014-07-03
1
-0
/
+7
*
Merge pull request #78 from pexpect/improve-upon-test-misc
Jeff Quast
2014-06-28
1
-161
/
+198
|
\
|
*
Incremental housekeeping cleanup of test_misc.py
jquast
2014-06-28
1
-161
/
+198
*
|
Allow replwrap to reset pager so bash doesn't get stuck displaying things
Thomas Kluyver
2014-06-26
1
-0
/
+4
|
/
*
gah; fix constant VINTR -> INTR
jquast
2014-06-24
1
-1
/
+1
*
Use const child._VINTR instead of '3'
Jeff Quast
2014-06-24
1
-1
/
+1
*
Miscellaneous minor fixes
Thomas Kluyver
2014-06-15
2
-1
/
+2
*
Implement assertRaises and assertRaisesRegexp context managers for Python 2.6
Thomas Kluyver
2014-06-15
1
-0
/
+24
*
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
8
-201
/
+247
*
Make a modified copy of os.environ for interact tests
interact-does-not-detect-eof
Thomas Kluyver
2014-06-15
1
-13
/
+11
*
python3.2 accommodations
jquast
2014-06-15
1
-4
/
+4
*
Improve EOF through test -> interact -> echo_prompt
jquast
2014-06-15
4
-38
/
+65
*
Merge pull request #70 from pexpect/more-exacting-which
Thomas Kluyver
2014-06-10
2
-76
/
+190
|
\
|
*
Expand on tests/test_which.py
jquast
2014-06-07
1
-33
/
+141
|
*
Separate which tests into test_which.py
jquast
2014-06-07
2
-76
/
+82
*
|
Merge pull request #71 from pexpect/replwrap-test-fixes
Thomas Kluyver
2014-06-10
1
-4
/
+20
|
\
\
|
*
|
Minor fixes for replwrap tests
replwrap-test-fixes
Thomas Kluyver
2014-06-10
1
-3
/
+1
|
*
|
syntaxerr: missing r'literal' for unset PS1
jquast
2014-06-08
1
-1
/
+1
|
*
|
Fixing various prompt issues with bash ReplWrapper
jquast
2014-06-07
1
-4
/
+22
|
|
/
*
|
PR #66: TypeError thrown by spawnu.readline()
jquast
2014-06-08
2
-0
/
+16
|
/
*
Tests for wrapping Python shell
Thomas Kluyver
2014-06-04
1
-1
/
+27
*
Some more test coverage for fdpexpect
Thomas Kluyver
2014-06-04
1
-19
/
+7
*
Test escaping interact mode
Thomas Kluyver
2014-06-04
2
-0
/
+3
*
Add another test for ANSI terminal emulation
Thomas Kluyver
2014-06-04
1
-0
/
+11
*
Remove pexpect.psh - it was undocumented and seemingly unused
Thomas Kluyver
2014-06-04
1
-16
/
+0
*
Allow subprocess tests to import pexpect
Thomas Kluyver
2014-06-01
2
-3
/
+9
*
Use no_coverage_env() in some more tests
Thomas Kluyver
2014-06-01
4
-9
/
+12
*
Ignore coverage env var if not set
Thomas Kluyver
2014-06-01
1
-1
/
+1
*
Skip performance tests on PyPy
Thomas Kluyver
2014-06-01
1
-0
/
+3
[next]