summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use /bin/echo instead of PYTHONBIN for argv testunicode-argvJeff Quast2015-09-211-10/+4
* Accomidate PyPy moreJeff Quast2015-09-211-2/+7
* try to match PyPy's form of float() ValueErrorJeff Quast2015-09-211-1/+2
* use regex for error string match for py3.4 compatJeff Quast2015-09-211-1/+1
* Add test to ensure argv may be unicode.Jeff Quast2015-09-211-0/+9
* Use a unicode name to assert which()Jeff Quast2015-09-211-2/+7
* Merge pull request #255 from pexpect/faq-about-geventThomas Kluyver2015-09-211-0/+8
|\
| * Merge remote-tracking branch 'origin/master' into faq-about-geventfaq-about-geventJeff Quast2015-09-204-69/+42
| |\
| * | add FAQ entry about gevent, recommend isolationJeff Quast2015-09-201-0/+8
* | | Merge pull request #250 from pexpect/docs-revision-1Thomas Kluyver2015-09-211-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'origin/master' into docs-revision-1docs-revision-1Jeff Quast2015-09-204-70/+42
| |\ \ | |/ / |/| |
* | | Merge pull request #256 from pexpect/interact-tests-uses-getchJeff Quast2015-09-204-69/+42
|\ \ \ | |_|/ |/| |
| * | Do not assert trailing output on TRAVIS-CIJeff Quast2015-09-202-5/+14
| * | interact tests: prefer getch over echo_w_promptJeff Quast2015-09-203-68/+32
|/ /
* | Use ^C in test_interact_escape_None, ^D unreliableJeff Quast2015-09-201-2/+1
| * remove 'a' from phrase 'ignore a timeout'Jeff Quast2015-09-201-1/+1
| * spellfix: 'these method' => 'these methods'Jeff Quast2015-09-201-1/+1
|/
* Allow {p}.interact(escape_character=None)Jeff Quast2015-09-184-10/+30
* Merge pull request #239 from takluyver/more-encoding-parametersJeff Quast2015-09-153-7/+13
|\
| * Add encoding parameter for fdspawnThomas Kluyver2015-09-121-3/+6
| * Fix for pxssh when reading unicodeThomas Kluyver2015-09-121-1/+1
| * Add encoding parameter to pxsshuThomas Kluyver2015-09-121-2/+5
| * Update docstring mention of unicode interfaceThomas Kluyver2015-09-121-1/+1
* | Merge pull request #241 from patrickyevsukov/patch-1Jeff Quast2015-09-151-1/+1
|\ \
| * | Fix TypoPatrick Yevsukov2015-09-151-1/+1
|/ /
* | Merge pull request #240 from takluyver/deprecate-emulatorJeff Quast2015-09-145-26/+19
|\ \ | |/ |/|
| * Deprecation warning in pexpect.screenThomas Kluyver2015-09-121-0/+7
| * Document deprecation of screen, ANSIThomas Kluyver2015-09-124-26/+12
|/
* Merge pull request #237 from takluyver/rm-toplevel-modulesThomas Kluyver2015-09-126-36/+0
|\
| * Remove separate top-level modulesThomas Kluyver2015-09-096-36/+0
* | Merge pull request #236 from takluyver/restore-fdspawn-sendThomas Kluyver2015-09-121-0/+24
|\ \
| * | Restore send/write methods to fdpexpectThomas Kluyver2015-09-091-0/+24
| |/
* | Merge pull request #182 from takluyver/reintegrate-unicodeThomas Kluyver2015-09-095-129/+111
|\ \ | |/ |/|
| * Fix deprecated runu functionThomas Kluyver2015-02-271-1/+2
| * Deprecate runu functionThomas Kluyver2015-02-261-20/+15
| * Remove unicode variants from docsThomas Kluyver2015-02-261-14/+18
| * Integrate unicode API into spawn, rather than subclassingThomas Kluyver2015-02-263-95/+77
* | Merge pull request #229 from Wakeupbuddy/patch-1Jeff Quast2015-08-111-1/+1
|\ \
| * | typo fixwakeupbuddy2015-08-101-1/+1
|/ /
* | Merge pull request #223 from minrk/replwrap-unicode-cmdThomas Kluyver2015-06-171-1/+2
|\ \
| * | accept unicode cmd on Python 2Min RK2015-06-161-1/+2
|/ /
* | Merge pull request #211 from pexpect/noexception-on-wait-after-terminateThomas Kluyver2015-05-204-10/+31
|\ \
| * | Add wait() change to doc/history.rstnoexception-on-wait-after-terminateJeff Quast2015-04-261-0/+3
| * | We must specify lower-bound for ptyprocessJeff Quast2015-04-261-1/+1
| * | Tests cases and documentation to supplement wait()Jeff Quast2015-04-262-9/+27
|/ /
* | Merge pull request #202 from detly/eof-fixThomas Kluyver2015-04-251-1/+2
|\ \
| * | Set flag_eof in async protocol. Fixes #200.Jason Heeris2015-04-071-1/+2
| |/
* | Merge pull request #181 from pexpect/freebsd-supportThomas Kluyver2015-04-256-14/+56
|\ \
| * | bugfix timeout parameter in maxcanon testJeff Quast2015-04-251-2/+2
| * | workaround travis-ci's strange EOF issuefreebsd-supportJeff Quast2015-04-241-6/+12