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
*
Comment on the cause for 'group executable' == no
issue-104-cannot-exec-setuids
Jeff Quast
2014-12-19
1
-0
/
+4
*
Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuids
Jeff Quast
2014-12-19
1
-2
/
+2
|
\
|
*
Update test case for preexec_fn
Thomas Kluyver
2014-12-19
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuids
Jeff Quast
2014-12-18
5
-41
/
+221
|
\
\
|
|
/
|
*
Merge pull request #79 from pexpect/doc-and-test-max-canon
Thomas Kluyver
2014-11-25
1
-0
/
+152
|
|
\
|
|
*
Strange intermittent travis-ci on-pypy failure
Jeff Quast
2014-11-24
1
-8
/
+15
|
|
*
Make some desperate attempts at partial-Travis-CI
Jeff Quast
2014-11-24
1
-7
/
+10
|
|
*
This should now pass on Linux
Jeff Quast
2014-11-24
1
-6
/
+6
|
|
*
Revert back to N_TTY_BUF_SIZE + 1 for Linux
Jeff Quast
2014-11-24
1
-1
/
+1
|
|
*
Seemingly, linux only BEL's on echo=True
Jeff Quast
2014-11-24
1
-3
/
+5
|
|
*
Fix failing tests, on OSX at least. Pushing ..
Jeff Quast
2014-11-24
1
-0
/
+140
|
*
|
Propose test-runner fork prevention scheme
Jeff Quast
2014-11-24
1
-0
/
+13
|
|
/
|
*
Merge pull request #148 from jquast/unset-buildagent-signal-handlers
Jeff Quast
2014-11-24
2
-37
/
+49
|
|
\
|
|
*
use signal_value, resolving TypeError of getattr()
Jeff Quast
2014-11-23
1
-2
/
+2
|
|
*
Resolve AttributeError in restore_ignored_signals
Jeff Quast
2014-11-23
1
-1
/
+1
|
|
*
Set default signal handlers for SIGINT and SIGHUP.
Jeff Quast
2014-11-23
2
-37
/
+49
|
*
|
Increase timeout of replwrap test from 2=>5
Jeff Quast
2014-11-23
1
-1
/
+1
|
|
/
|
*
Delegate sending control characters to ptyprocess
Thomas Kluyver
2014-11-23
1
-2
/
+5
|
*
Delegate more methods to ptyprocess
Thomas Kluyver
2014-11-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuids
Jeff Quast
2014-11-23
7
-27
/
+318
|
\
\
|
|
/
|
*
Merge pull request #142 from pexpect/failed-str-self
Jeff Quast
2014-11-22
1
-0
/
+26
|
|
\
|
|
*
Use str(p) and not p.__str__()
Jeff Quast
2014-11-22
1
-2
/
+3
|
|
*
use isinstance of 'str', not 'basestring'
Jeff Quast
2014-11-22
1
-2
/
+2
|
|
*
Failure in __str__() before any output.
Jeff Quast
2014-11-22
1
-0
/
+25
|
*
|
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
*
|
|
Add tests for running as root on Solaris, using
Jeff Quast
2014-08-25
1
-32
/
+32
*
|
|
Closes issue #104 -- cannot execute sudo(8)
jquast
2014-08-24
1
-15
/
+90
|
/
/
*
|
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
|
/
[next]