summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* catch termios.error (linux).issue-44-solaris-try-2jquast2014-06-031-1/+1
* Merge branch 'issue-44-solaris-try-2' of github.com:pexpect/pexpect into issu...jquast2014-06-0311-151/+269
|\
| * use '*' as end of integer marker instead of newlinejquast2014-06-022-20/+14
| * remove setwinsize notejquast2014-06-021-3/+1
| * spellfix and tabfixjquast2014-06-021-3/+3
| * spellfixjquast2014-06-021-1/+1
| * Merge branch 'issue-44-solaris-try-2' of git+ssh://github.com/pexpect/pexpect...jquast2014-06-0225-50/+113
| |\
| | * Merge remote-tracking branch 'origin/master' into issue-44-solaris-try-2jquast2014-06-0125-51/+115
| | |\
| * | | only SkipTest on IOError on setecho & friends for sunosjquast2014-06-023-22/+38
| * | | catch exceptions explicitlyjquast2014-06-021-32/+35
| * | | unset PROMPT_COMMAND in replwrap and test_replwrapjquast2014-06-022-6/+4
| |/ /
| * | Solaris support. Fixes issue #44.jquast2014-06-015-90/+195
| * | ls command fix: use '-1' argument, not '-l'.jquast2014-06-012-10/+10
| * | assertion error fix: missing '%' in print formatjquast2014-06-011-2/+2
| * | cygwin: use native newlines and pattern matchingjquast2014-06-012-37/+37
| * | repl: support re.compile and xterm-set-title hooksjquast2014-06-012-11/+18
| * | cygwin: larger timeout for test_performance.pyjquast2014-06-011-5/+5
| * | python 3.4 support travisjquast2014-06-011-0/+1
* | | Merge pull request #63 from takluyver/use-pytestThomas Kluyver2014-06-0246-376/+67
|\ \ \
| * | | Allow subprocess tests to import pexpectThomas Kluyver2014-06-012-3/+9
| * | | Use no_coverage_env() in some more testsThomas Kluyver2014-06-014-9/+12
| * | | Don't install into virtualenv in Travis - test local copyThomas Kluyver2014-06-011-1/+0
| * | | Ignore coverage env var if not setThomas Kluyver2014-06-011-1/+1
| * | | Skip performance tests on PyPyThomas Kluyver2014-06-011-0/+3
| * | | Don't try to measure coverage in some Python subprocessesThomas Kluyver2014-06-011-3/+8
| * | | Remove 'make test' targetThomas Kluyver2014-06-011-2/+0
| * | | Remove ancient script for testing on Sourceforge compile farm (long since gone)Thomas Kluyver2014-06-011-71/+0
| * | | Remove old test runner machineryThomas Kluyver2014-06-012-117/+0
| * | | Update DEVELOPERS fileThomas Kluyver2014-06-013-53/+13
| * | | Use py.test on TravisThomas Kluyver2014-06-011-4/+2
| * | | Fix imports in tests for Python 3Thomas Kluyver2014-06-0121-21/+22
| * | | Don't rely on environment variable set in test.envThomas Kluyver2014-06-011-3/+3
| * | | Rename platform checks so py.test doesn't try to run themThomas Kluyver2014-06-016-0/+0
| * | | Move (/remove) platform_tests folder which doesn't contain real testsThomas Kluyver2014-06-0113-96/+2
| | |/ | |/|
* | | Merge pull request #46 from a-tal/masterJeff Quast2014-06-011-2/+0
|\ \ \ | |/ / |/| |
| * | removes excepted raisea-tal2014-04-031-2/+0
* | | Merge pull request #62 from pexpect/pull-37-try-3Jeff Quast2014-06-0126-54/+121
|\ \ \ | |_|/ |/| |
| * | rewrite historyjquast2014-06-011-4/+1
| * | remove all unnecessary importsjquast2014-06-0123-46/+45
| * | folders should not be returned by pexpect.which()jquast2014-06-014-9/+80
|/ /
* | Merge pull request #51 from takluyver/replwrapThomas Kluyver2014-05-315-3/+167
|\ \
| * | Use bash for testing replwrap, avoiding PyPy's different REPLThomas Kluyver2014-05-312-16/+16
| * | Try fixing Travis test runsThomas Kluyver2014-05-181-2/+2
| * | Use explicit positional string formatting for Python 2.6Thomas Kluyver2014-05-182-3/+3
| * | Update replwrap docsThomas Kluyver2014-05-182-2/+8
| * | Format the new prompts into the prompt change command, simplifying instantiat...Thomas Kluyver2014-05-181-6/+5
| * | Fix another unicode literal for Python 3.2Thomas Kluyver2014-05-181-1/+1
| * | Handle multiline commands in replwrapThomas Kluyver2014-05-182-11/+52
| * | Wrap unicode literals in function calls for Python 3.2Thomas Kluyver2014-05-181-4/+13
| * | Document when replwrap was addedThomas Kluyver2014-05-121-0/+2