summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge pull request #198 from takluyver/i195Thomas Kluyver2015-03-311-3/+4
| |\ \ \ \
| | * | | | Fix async expect when data was already readThomas Kluyver2015-03-311-3/+4
| |/ / / /
| * | | | Merge pull request #193 from nmadhok/masterJeff Quast2015-03-271-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix syntax highlighting for License in READMENitin Madhok2015-03-271-1/+1
| | * | | Merge pull request #1 from pexpect/masterNitin Madhok2015-03-2745-2583/+2465
| | |\ \ \ | | |/ / / | |/| | |
| | | | * Always re-create virtualenv.Jeff Quast2015-04-241-1/+2
| | | |/
| | | * Document method-callback enhancement under 4.0Jeff Quast2015-02-141-0/+2
| | | * style: remove more 1-character variablesJeff Quast2015-02-141-10/+10
| | | * Negative test: ensure TypeError is raised.Jeff Quast2015-02-141-1/+9
| | | * rename 'test_run_X' as 'test_run_event_as_X"Jeff Quast2015-02-141-4/+4
| | | * pep8 and cleanup test_run.pyJeff Quast2015-02-141-31/+45
| | | * Document that a method may also be used.Jeff Quast2015-02-141-2/+2
| | | * Display well-formed TypeError for events callbackJeff Quast2015-02-141-1/+3
| | | * PEP8: do not use backslash continuation char '\'Jeff Quast2015-02-141-2/+2
| | | * Begin __version__ "4.0.dev"Jeff Quast2015-02-141-1/+1
| | | * Merge remote-tracking branch 'bancal/master' into support-method-as-run-event...Jeff Quast2015-02-142-2/+55
| | | |\ | | |/ / | |/| |
| | | * Updated Error message to mention MethodTypeSamuel Bancal2015-02-121-1/+1
| | | * Allows also method callback for events argument in pexpect.run()Samuel Bancal2015-02-122-1/+54
| | |/ | |/|
| * | Merge pull request #173 from takluyver/update-toolingJeff Quast2015-01-192-95/+4
| |\ \
| | * | Update tests READMEThomas Kluyver2015-01-191-14/+4
| | * | Remove outdated MakefileThomas Kluyver2015-01-191-81/+0
| |/ /
| * | Merge pull request #106 from pexpect/issue-104-cannot-exec-setuidsThomas Kluyver2014-12-205-47/+116
| |\ \
| | * | Comment on the cause for 'group executable' == noJeff Quast2014-12-192-1/+5
| | * | Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-12-193-9/+20
| | |\ \
| | * | | uninstall ptyprocess before install in runtests.shJeff Quast2014-12-181-0/+1
| | * | | Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-12-1833-2429/+2226
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-11-2321-164/+703
| | |\ \ \ \
| | * | | | | add to changelogjquast2014-08-271-0/+7
| | * | | | | Add tests for running as root on Solaris, usingJeff Quast2014-08-251-32/+32
| | * | | | | Closes issue #104 -- cannot execute sudo(8)jquast2014-08-242-47/+106
| * | | | | | Merge pull request #164 from takluyver/contextmanagerJeff Quast2014-12-192-0/+19
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | 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 wrappersJeff 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>'Jeff 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