summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into document-blocking-writedocument-blocking-writeJeff Quast2015-09-2025-278/+261
|\
| * 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
| * 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.rstJeff 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 remote-tracking branch 'origin/master' into document-blocking-writeJeff Quast2015-04-2653-2691/+3200
|\ \ \ | |/ /
| * | 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 issueJeff Quast2015-04-241-6/+12
| | * | Merge branch 'bugfix-virtualenv' into freebsd-supportJeff Quast2015-04-242-1/+7
| | |\ \
| | | * | mkvirtualenv may exit 1 when on success !?Jeff Quast2015-04-242-1/+7
| | * | | Merge branch 'bugfix-virtualenv' into freebsd-supportJeff Quast2015-04-247-35/+116
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/freebsd-support' into bugfix-virtualenvJeff Quast2015-04-244-5/+34
| | | |\ \ | | | |/ / | | |/| |
| | * | | FreeBSD: Necessary to skip test_beyond_max_icanonJeff Quast2015-02-221-2/+18
| | * | | FreeBSD: Document magic max canon value of 1920Jeff Quast2015-02-223-4/+13
| | * | | FreeBSD: catch 'ValueError: signal number out of range'Jeff Quast2015-02-211-1/+5
| | | |/ | | |/|
| | | * Merge remote-tracking branch 'origin/master' into bugfix-virtualenvJeff Quast2015-04-243-7/+8
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #178 from pexpect/support-method-as-run-event-callbackJeff Quast2015-04-243-27/+106
| |\ \ \
| * \ \ \ Merge pull request #208 from epadillas/doc-overview-bugsThomas Kluyver2015-04-201-3/+3
| |\ \ \ \
| | * | | | Escape quote in print() and fix indexesEverardo Padilla Saca2015-04-201-3/+3
| |/ / / /