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
*
false-negatives with ls -l /bin, use -i
jquast
2014-05-25
1
-2
/
+2
*
assertRaises is not 2.6->3.x compatible
jquast
2014-03-06
1
-1
/
+7
*
closes issue #42, self.buffer decoded implicitly
jquast
2014-03-06
1
-2
/
+9
*
Fixing test for signal interrupt exception
Matthew Printz
2014-02-06
3
-16
/
+31
*
Adding test to for signal handling error
Matthew Printz
2014-02-06
2
-0
/
+47
*
Test for previous commit
Eric Hanchrow
2014-01-07
1
-0
/
+14
*
Make test_sighup robust against a parent process ignoring SIGHUP
Thomas Kluyver
2013-11-04
1
-16
/
+33
*
Correct test for stack trace munging
Thomas Kluyver
2013-10-27
1
-1
/
+1
*
Test and cleanup of pexpect.psh
Thomas Kluyver
2013-10-21
3
-2
/
+25
*
Add test for pxssh module
Thomas Kluyver
2013-10-21
2
-0
/
+62
*
Add simple test for pexpect.FSM
Thomas Kluyver
2013-10-21
1
-0
/
+34
*
Test forcing termination (SIGKILL)
Thomas Kluyver
2013-10-21
2
-1
/
+19
*
Test and fix getting tracebacks excluding pexpect code
Thomas Kluyver
2013-10-21
1
-0
/
+11
*
Test our own pty fork implementation
Thomas Kluyver
2013-10-21
1
-0
/
+11
*
Add test for wait() on process terminated by signal
Thomas Kluyver
2013-10-21
2
-1
/
+15
*
Measure code coverage in interact tests
Thomas Kluyver
2013-10-20
3
-1
/
+19
*
Skip test relying on deterministic garbage collection if not on CPython
Thomas Kluyver
2013-10-18
1
-0
/
+4
*
Longer search window for performance tests.
Thomas Kluyver
2013-10-14
1
-2
/
+2
*
Fix another possible test failure
mac-test-readlines
Thomas Kluyver
2013-10-09
1
-0
/
+1
*
Call readlines() before stdout is discarded
Thomas Kluyver
2013-10-09
1
-3
/
+4
*
Improve test for setting and retrieving window size
better-test-winsize
Thomas Kluyver
2013-10-09
3
-15
/
+14
*
Merge pull request #10 from pexpect/incremental-decoder
Thomas Kluyver
2013-10-09
1
-0
/
+12
|
\
|
*
use 'cat' with maxread=1 to reproduce same issue
jquast
2013-10-09
2
-28
/
+6
|
*
python3.3 bytes/str/unicode agnostic fix
jquast
2013-10-09
1
-4
/
+11
|
*
python 3.2 compat, which wont allow u''
jquast
2013-10-08
1
-1
/
+1
|
*
expediate the test a bit
jquast
2013-10-08
1
-1
/
+1
|
*
this test case *should* pass, but doesn't
jquast
2013-10-08
2
-0
/
+27
*
|
Add test for ignore_sighup option
Thomas Kluyver
2013-10-08
1
-2
/
+21
|
/
*
Add failing test for spawn with timeout=None
Thomas Kluyver
2013-10-02
1
-0
/
+6
*
Add runu function (unicode interface to run())
Thomas Kluyver
2013-10-02
1
-11
/
+42
*
Improve test for bad arguments to expect() and expect_exact()
Thomas Kluyver
2013-09-30
1
-4
/
+32
*
Rewrite test_greed
Thomas Kluyver
2013-09-30
1
-70
/
+31
*
Fix getch test sample for Python 3
Thomas Kluyver
2013-09-26
1
-1
/
+7
*
Fix test for sending all possible bytes to child process
Thomas Kluyver
2013-09-26
1
-16
/
+15
*
Minor fixes to some tests
Thomas Kluyver
2013-09-26
1
-2
/
+2
*
Make tests for interact more robust on slow machines
Thomas Kluyver
2013-09-26
4
-8
/
+23
*
before & after tests shouldn't depend on the format of the Python interactive...
Thomas Kluyver
2013-09-26
2
-12
/
+14
*
Another unicode literal
Thomas Kluyver
2013-09-25
1
-1
/
+1
*
Disable echo to test order, hopefully fixing test_expect_order_exact on Travis
Thomas Kluyver
2013-09-25
1
-28
/
+8
*
Run garbage collection at start of destructor test
Thomas Kluyver
2013-09-25
1
-0
/
+2
*
Fix unicode literals for Python 3.2
Thomas Kluyver
2013-09-25
2
-35
/
+36
*
Hopefully fix problem with test_sendcontrol on Travis
Thomas Kluyver
2013-09-25
2
-8
/
+13
*
Fix interact_unicode test
Thomas Kluyver
2013-09-25
3
-12
/
+21
*
Improvements to test framework
Thomas Kluyver
2013-09-25
1
-1
/
+2
*
Remove skipped test_interact_thread
Thomas Kluyver
2013-09-25
1
-30
/
+0
*
Test interact method on spawnu class
Thomas Kluyver
2013-09-25
2
-6
/
+17
*
Clean up test_interact
Thomas Kluyver
2013-09-25
1
-12
/
+2
*
Code tidy-up
Thomas Kluyver
2013-09-25
1
-1
/
+2
*
Fix tests in test_performance
desix
Thomas Kluyver
2013-09-23
1
-11
/
+23
*
Don't use six for tests
Thomas Kluyver
2013-09-23
12
-246
/
+236
[next]