summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Allow spawn() and friends to be used as context managersThomas Kluyver2014-12-192-0/+19
| | |_|/ / | |/| | |
* | | | | Merge pull request #165 from takluyver/faster-travisJeff Quast2014-12-191-2/+3
|\ \ \ \ \
| * | | | | Speed up Travis buildsThomas Kluyver2014-12-191-2/+3
|/ / / / /
* | | | | Merge pull request #158 from takluyver/preexec_fnThomas Kluyver2014-12-192-7/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update test case for preexec_fnThomas Kluyver2014-12-191-2/+2
| * | | | Allow the user to specify a preexec_fn, which will be passed to ptyprocessThomas Kluyver2014-12-111-5/+15
| * | | | ptyprocess API changed to a single preexec_fn functionThomas Kluyver2014-12-111-1/+1
|/ / / /
* | | | Add requirements file for docs buildThomas Kluyver2014-11-291-0/+1
* | | | Merge pull request #154 from pexpect/resolve-eof-unicode-osx-sunosThomas Kluyver2014-11-282-0/+7
|\ \ \ \
| * | | | revert echo/interact sub-proc UTF8 wrappersresolve-eof-unicode-osx-sunosJeff Quast2014-11-272-10/+0
| * | | | export LANG=en_US.UTF-8 in teamcity-runtests.shJeff Quast2014-11-271-0/+2
| * | | | move locale display before try-clause for non-ttysJeff Quast2014-11-271-1/+1
| * | | | Display locale in tools/display-terminalinfo.pyJeff Quast2014-11-271-0/+4
| * | | | utf8 stdin/stdout in interact and echo_w_promptJeff Quast2014-11-272-0/+10
| * | | | export PYTHONIOENCODING=UTF8 in test runnerJeff Quast2014-11-271-0/+1
|/ / / /
* | | | Merge pull request #151 from pexpect/teamcity-coverage-supportThomas Kluyver2014-11-252-3/+31
|\ \ \ \
| * | | | Fix TeamCity Service Messages, 'key', not '<key>'teamcity-coverage-supportJeff Quast2014-11-241-2/+2
| * | | | Fix quoting of TeamCity Service MessageJeff Quast2014-11-241-1/+1
| * | | | Fix awk: redirect in coverage_fileJeff Quast2014-11-241-2/+2
| * | | | Fix TeamCity Service Message quotingJeff Quast2014-11-241-4/+4
| * | | | Allow teamcity to track coverage for buildsJeff Quast2014-11-242-3/+31
* | | | | Merge pull request #79 from pexpect/doc-and-test-max-canonThomas Kluyver2014-11-255-3/+407
|\ \ \ \ \
| * | | | | all together -> altogether (thanks TK)Jeff Quast2014-11-251-1/+1
| * | | | | Strange intermittent travis-ci on-pypy failureJeff Quast2014-11-241-8/+15
| * | | | | Display signal handlers on Travis-CI as wellJeff Quast2014-11-241-0/+1
| * | | | | More non-TTY support for display-terminalinfo.pyJeff Quast2014-11-241-3/+4
| * | | | | TeamCity build agents, however, are not TTY'sJeff Quast2014-11-241-15/+20
| * | | | | py3 compatibility for display-terminalinfo.pyJeff Quast2014-11-241-6/+5
| * | | | | Make some desperate attempts at partial-Travis-CIJeff Quast2014-11-241-7/+10
| * | | | | Display terminal info on Travis-CIJeff Quast2014-11-241-0/+1
| * | | | | This should now pass on LinuxJeff Quast2014-11-241-6/+6
| * | | | | docstring grammer fixes in send*() functiondoc-and-test-max-canonJeff Quast2014-11-241-3/+3
| * | | | | Revert back to N_TTY_BUF_SIZE + 1 for LinuxJeff Quast2014-11-241-1/+1
| * | | | | Seemingly, linux only BEL's on echo=TrueJeff Quast2014-11-242-5/+7
| * | | | | clarify titleJeff Quast2014-11-241-2/+2
| * | | | | Fix failing tests, on OSX at least. Pushing ..Jeff Quast2014-11-242-0/+340
| * | | | | Tell about MAX_CANON in send*() functionsJeff Quast2014-11-241-3/+36
| * | | | | Merge remote-tracking branch 'origin/master' into doc-and-test-max-canonJeff Quast2014-11-2443-2711/+2476
| |\ \ \ \ \
| * | | | | | simplify at_max more like beyond_maxjquast2014-07-201-8/+3
| * | | | | | must test with echo=True for linux for BEL to ringjquast2014-07-181-17/+29
| * | | | | | Move entire class in 'if' block for py2.6 compat.jquast2014-07-191-118/+117
| * | | | | | Two OSX fixesjquast2014-07-191-22/+5
| * | | | | | Merge branch 'doc-and-test-max-canon' of github.com:pexpect/pexpect into doc-...jquast2014-07-193-38/+185
| |\ \ \ \ \ \
| | * | | | | | BEL is rang only once for both Solaris and Linuxjquast2014-07-181-6/+3
| | * | | | | | SunOS has slightly different PC_MAX_CANON behaviorjquast2014-07-201-18/+38
| | * | | | | | Just skip tests on Travis-CI.jquast2014-07-181-10/+11
| | * | | | | | display .buffer, we need the full thingjquast2014-07-181-1/+8
| | * | | | | | man 2 sleep is failing again on travis due to low timeoutjquast2014-07-181-1/+1
| | * | | | | | attempt one remaining error for py3.2 on travis-cijquast2014-07-181-5/+5
| | * | | | | | some more travis-ci accomidationsjquast2014-07-181-6/+3