summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #698 from stesser/masterHEADmasterRed_M2023-04-031-0/+2
|\
| * Disable baacketed-paste mode in bash 5.1 and newer (issue #669)Stefan Eßer2021-09-221-0/+2
* | 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-142-1/+150
|\ \ \
| * | | docsTapple2023-02-212-5/+7
| * | | docsTapple2023-02-211-0/+2
| * | | renamed module socket_expect to socket_pexpectTapple2023-02-211-0/+0
| * | | renamed module socket_spawn to socket_expectTapple2023-02-211-0/+0
| * | | socketspawn basic test case, copied from test_fdspawnTapple2023-02-211-14/+9
| * | | socket_spawnTapple2023-02-211-0/+150
* | | | Merge branch 'pexpect:master' into modern_asyncFilippo Carra2023-02-271-3/+2
|\ \ \ \ | |/ / /
| * | | Remove deprecated RSAAuthentication option (SSHv1), fixes #717Lood2023-02-141-3/+2
| |/ /
* | | refactor(_async.py): introduce modern coroutine syntaxFilippo Carra2022-11-233-103/+257
|/ /
* | Merge pull request #560 from EmersonPrado/coerce-regex-bytesRed_M2022-02-061-0/+11
|\ \ | |/ |/|
| * 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
* | Set daemon attribute instead of using setDaemon method that was deprecated in...Karthikeyan Singaravelan2021-04-171-1/+1
* | Spelling fixesVille Skyttä2020-05-092-2/+2
* | fix run's docstring. Benedek Racz2020-04-071-1/+1
* | Do not directly call python and use sys.executableTomáš Chvátal2020-03-121-1/+1
* | Update version # for new releasedluyer2020-01-161-1/+1
* | Accumulate async data correctly after future donedluyer2020-01-151-0/+1
* | Avoid calling getvalue() twice in a rowdluyer2020-01-141-1/+1
* | Undo incorrect formatting updatedluyer2020-01-141-1/+1
* | Whitespace cleanup.dluyer2020-01-101-2/+2
* | Whitespace cleanupdluyer2020-01-101-1/+1
* | Whitespace cleanupdluyer2020-01-101-2/+2
* | Updated expect_loop for split new_datadluyer2020-01-091-5/+7
* | Split new_data initial and subsequent callsdluyer2020-01-091-53/+59
* | Update _async.pydluyer2020-01-091-4/+1
* | Merge pull request #5 from dluyer/masterdluyer2020-01-092-5/+12
|\ \
| * | Disable chaining Timeout and EOF exceptionsMartin Di Paola2019-12-091-2/+8
| * | Fix last commit.Red_M2019-10-311-2/+2
| * | Add character read back value to allow for tracebacks to contain more data ab...Red_M2019-10-301-3/+4
* | | Updates from internal code review.dluyer2019-08-021-2/+7
* | | Update expect.pydluyer2019-08-021-2/+2
* | | Update expect.pydluyer2019-08-021-4/+0
* | | Update expect.pydluyer2019-08-021-2/+2
* | | Update expect.pydluyer2019-08-021-17/+63
* | | Update spawnbase.pydluyer2019-08-021-0/+3
* | | Fix missing data in 'before', especially after timeoutsdluyer2019-08-011-6/+10
|/ /
* | Merge pull request #537 from giovanism/patch-1Thomas Kluyver2019-05-161-5/+9
|\ \
| * | interact: Add Python 3 compatibility warningGiovan Isa Musthofa2019-04-161-5/+9
* | | Update version number, docs and release history due to #528, #562 and #563.Red_M2019-03-242-17/+16
* | | Merge branch 'master' of https://github.com/pexpect/pexpect into patch-1Tom Gillespie2019-03-231-1/+5
|\ \ \
| * \ \ Merge pull request #528 from tschmid/pxssh_customizationRed_M2019-03-231-2/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Allow customized pxssh clientThomas Schmid2018-09-051-2/+6
| | |/
* | | pxssh.login require either username or ssh_configTom Gillespie2019-03-231-2/+37
|/ /
* | add use_poll to pxsshGerardo Poggio2018-10-261-2/+2
|/