summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #698 from stesser/masterHEADmasterRed_M2023-04-033-4/+8
|\
| * Do not fail if no alias has been definedStefan Eßer2021-09-221-1/+3
| * Disable baacketed-paste mode in bash 5.1 and newer (issue #669)Stefan Eßer2021-09-221-0/+2
| * Replace deprecated assertRaisesRegexp with assertRaisesRegexStefan Eßer2021-09-224-11/+11
| * Do not send more characters than can be buffered by catStefan Eßer2021-09-221-2/+2
| * Use only POSIX commands and optionsStefan Eßer2021-09-221-1/+1
* | Merge pull request #728 from rafrafek/patch-1Red_M2023-04-031-0/+6
|\ \
| * | Update docs to use context managerRafał2022-11-091-0/+6
* | | Merge pull request #745 from tapple/socket_spawnRed_M2023-03-1411-48/+350
|\ \ \
| * | | duplicated test_socket to test socket_spawn and fdspawn bothTapple Fulmer2023-02-272-26/+78
| * | | docsTapple2023-02-212-5/+7
| * | | docsTapple2023-02-213-0/+23
| * | | renamed module socket_expect to socket_pexpectTapple2023-02-212-5/+5
| * | | renamed module socket_spawn to socket_expectTapple2023-02-212-5/+5
| * | | socketspawn basic test case, copied from test_fdspawnTapple2023-02-213-30/+100
| * | | unit tests can now be imported on windowsTapple2023-02-213-5/+10
| * | | socket_spawnTapple2023-02-211-0/+150
* | | | Merge pull request #732 from karrukola/modern_asyncRed_M2023-03-143-103/+257
|\ \ \ \ | |/ / / |/| | |
| * | | fix(test_async.py): do not modify async tests from masterFilippo Carra2023-03-131-39/+32
| * | | Merge branch 'pexpect:master' into modern_asyncFilippo Carra2023-02-2726-53/+50
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #744 from loodvn/patch-1Red_M2023-02-151-3/+2
|\ \ \ \
| * | | | Remove deprecated RSAAuthentication option (SSHv1), fixes #717Lood2023-02-141-3/+2
|/ / / /
* | | | Merge pull request #722 from waveform80/fix-run-testsRed_M2023-02-141-12/+10
|\ \ \ \
| * | | | Ensure test_run.py works when system-wide bashrc produces outputDave Jones2022-08-231-12/+10
| | |/ / | |/| |
* | | | Merge pull request #739 from swt2c/makeSuiteRed_M2023-02-1422-22/+22
|\ \ \ \
| * | | | tests: Replace deprecated unittest.makeSuiteScott Talbert2023-02-0222-22/+22
* | | | | Merge pull request #742 from swt2c/fix_fakesshRed_M2023-02-141-1/+1
|\ \ \ \ \
| * | | | | Fix SyntaxWarning in fakessh by using raw stringScott Talbert2023-02-121-1/+1
| |/ / / /
* | | | | Merge pull request #737 from swt2c/assertRaisesRegexpRed_M2023-02-144-11/+11
|\ \ \ \ \
| * | | | | tests: Replace assertRaisesRegexp with assertRaisesRegexScott Talbert2023-02-014-11/+11
| |/ / / /
* | | | | Merge pull request #743 from swt2c/travis_to_ciRed_M2023-02-141-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test_interact: update Travis overrides to use generic CI variableScott Talbert2023-02-131-4/+4
|/ / / /
| | * | Merge branch 'pexpect:master' into modern_asyncFilippo Carra2023-01-171-0/+40
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #734 from swt2c/ci_github_actionsRed_M2023-01-091-0/+40
|\ \ \ \
| * | | | Port CI to use GitHub ActionsScott Talbert2022-12-271-0/+40
|/ / / /
| | * | refactor(_async.py): introduce modern coroutine syntaxFilippo Carra2022-11-234-135/+296
| |/ / |/| |
* | | Merge pull request #730 from kbriggs/remove-capturelogRed_M2022-11-101-1/+0
|\ \ \ | |/ / |/| |
| * | Remove pytest-capturelog from testing requirementsKieron Briggs2022-11-101-1/+0
|/ /
* | Merge pull request #560 from EmersonPrado/coerce-regex-bytesRed_M2022-02-062-0/+85
|\ \
| * | Coerce compiled regex patterns to non-bytes type in non-bytes modeemerson.prado2019-03-051-0/+3
| * | Coerce compiled regex patterns to bytes type in bytes modeemerson.prado2019-03-051-0/+8
| * | Add integration tests for regex coercing functionsemerson.prado2019-03-051-0/+24
| * | Add unit tests for regex coercing functionsemerson.prado2019-03-051-0/+30
| * | Add type selection helper function for regex coercing testsemerson.prado2019-03-051-0/+20
* | | Merge pull request #604 from eldipa/Issue-587-Example-PyteRed_M2022-02-061-0/+120
|\ \ \
| * | | Examples of how to use Pexpect and Pyte (issue #587)Martin Di Paola2019-12-081-0/+120
* | | | Merge pull request #663 from kulikjak/test_pager_as_cat-fixRed_M2022-02-061-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | better fix of this issueJakub Kulík2020-10-201-1/+1
| * | | fix test_pager_as_cat test case on SolarisJakub Kulík2020-10-191-1/+1
* | | | Merge pull request #684 from tirkarthi/fix-threadingRed_M2021-04-171-1/+1
|\ \ \ \ | |/ / / |/| | |