summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Use builtin enumerate method in searcher_reMark McClain2018-08-291-1/+1
* Merge pull request #304 from jdemeyer/read_more_bytesThomas Kluyver2018-08-181-40/+62
|\
| * Read more bytes in read_nonblocking()Jeroen Demeyer2018-06-291-40/+62
* | replwrap: add async supportRobin Jarry2018-06-192-7/+33
|/
* Bug fix as per #498.Red_M2018-06-101-1/+1
* Version number -> 4.64.6Thomas Kluyver2018-05-291-1/+1
* Merge pull request #490 from Red-M/masterThomas Kluyver2018-05-291-7/+15
|\
| * Grammar fix for docs as per #490.Red_M2018-05-291-2/+2
| * Fix as per #490 comments.Red_M2018-05-291-12/+6
| * Woops.Red_M2018-05-201-7/+6
| * Add test cases for #429 and fix feature for #429.Red_M2018-05-201-1/+1
| * Minor doc update.Red_M2018-05-201-1/+1
| * Add docstring for SSH config as per #429.Red_M2018-05-201-2/+7
| * Add SSH configs as per #429.Red_M2018-05-201-1/+9
| * Update doc string as per #489.Red_M2018-05-201-1/+3
* | Merge pull request #492 from ryanpetrello/fix-poll-timeoutsThomas Kluyver2018-05-241-1/+1
|\ \
| * | properly handle read timeouts with use_poll=TrueRyan Petrello2018-05-211-1/+1
| |/
* | Make `crlf` match the default platform behaviour in `PopenSpawn`. Fixes #488Jerome M. BERGER2018-05-221-5/+12
|/