summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow setwinsize() to failissue-44-solaris-supportjquast2014-06-011-5/+17
* linux cannot setecho in child, improving testsjquast2014-06-012-23/+59
* linuxismsjquast2014-06-012-48/+85
* Merge branch 'issue-44-solaris-support' of github.com:pexpect/pexpect into is...jquast2014-06-011-1/+5
|\
| * allow setecho in master process to fail (on solaris)jquast2014-06-011-1/+5
* | resolve py2.6 unittest str(err) and TypeErrorjquast2014-06-012-11/+15
|/
* more fascinating master_fd forks and pysupportJeff Quast2014-06-012-21/+24
* python 2.6 unittest supportJeff Quast2014-06-011-16/+13
* lighten weight, allow cygwin to passJeff Quast2014-06-011-13/+23
* more get/setwinsize lessonsJeff Quast2014-06-012-20/+28
* travis reports 0,0 and cygwin 80x25, not 80x24Jeff Quast2014-06-011-0/+5
* assertIn fix for cygwinJeff Quast2014-06-011-13/+8
* cygwin longer timeout, assertequal fixJeff Quast2014-06-012-15/+17
* cygwin newline supportJeff Quast2014-06-011-14/+15
* check for CR+LF, not just LF('\r\n')Jeff Quast2014-06-011-2/+4
* use print so cygwin prints correct NLJeff Quast2014-06-011-2/+5
* syntaxerrJeff Quast2014-06-011-1/+1
* Merge branch 'issue-44-solaris-support' of github.com:pexpect/pexpect into is...Jeff Quast2014-06-013-26/+62
|\
| * Merge branch 'issue-44-solaris-support' of git+ssh://github.com/pexpect/pexpe...jquast2014-06-011-0/+4
| |\
| | * osx supportJeff Quast2014-06-011-0/+4
| * | skip set/getwinsize() on platforms where it is not supported.jquast2014-06-012-26/+58
| |/
* | remove map of sendlineJeff Quast2014-06-011-10/+15
|/
* a peculiar race workaroundjquast2014-06-011-0/+5
* Throwing commits at the wall.jquast2014-06-018-275/+289
* support echo=False on Macjquast2014-05-311-14/+9
* set echo on master_fd first (linux, osx); then child_fd.jquast2014-06-011-4/+10
* various setecho/waitnoecho -> echo=False changesjquast2014-06-012-107/+182
* Add `echo=True' argument for SRV4-based systemsjquast2014-06-011-37/+78
* allow isatty() to fail on some systemsjquast2014-06-011-2/+13
* cleanup tests/test_winsize.py, decrease timeoutjquast2014-06-011-17/+6
* Revert "Abuse travis again, had the boolean flipped"jquast2014-05-271-7/+7
* Abuse travis again, had the boolean flippedjquast2014-05-271-7/+7
* Revert "hey lets use Travis to abuse linux -- does this thing work there?"jquast2014-05-271-2/+1
* hey lets use Travis to abuse linux -- does this thing work there?jquast2014-05-271-1/+2
* Issue #44: Fix OSerror, (msg) -> OSError(msg)jquast2014-05-271-1/+1
* simplify .travis.yaml from unnecessary optionsjquast2014-05-271-7/+4
* Issue #44: spellfixjquast2014-05-271-10/+11
* Issue #44: grammer and format fixjquast2014-05-271-2/+2
* Issue #44: spellfixjquast2014-05-271-1/+1
* Issue #44: Resolve (most remaining) Solaris issuesjquast2014-05-271-114/+252
* Merge pull request #53 from takluyver/rm-install-docThomas Kluyver2014-05-132-48/+4
|\
| * Remove out of date INSTALL docThomas Kluyver2014-05-132-48/+4
|/
* Add long description (copied part of README)3.2Thomas Kluyver2014-04-141-0/+17
* Bump version number for 3.2Thomas Kluyver2014-04-142-3/+3
* Add release notes for 3.2Thomas Kluyver2014-04-131-0/+12
* Merge pull request #43 from pexpect/issue-42-cannot-implicit-bytes-to-strJeff Quast2014-03-072-3/+18
|\
| * display expected prompt as PROMPT, not PROMPT_SET_SHissue-42-cannot-implicit-bytes-to-strjquast2014-03-071-1/+1
| * assertRaises is not 2.6->3.x compatiblejquast2014-03-061-1/+7
| * closes issue #42, self.buffer decoded implicitlyjquast2014-03-062-3/+12
|/
* Merge pull request #41 from chrismerck/patch-1Thomas Kluyver2014-02-201-14/+1
|\