summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Make poll_ignore_interrupts register multiple FDs like select.select call and...Cooper Ry Lees2018-04-133-10/+13
* Merge pull request #474 from cooperlees/masterRed_M2018-04-104-17/+74
|\
| * Move poll_ignore_interrupts to accept a fd at a time onlyCooper Ry Lees2018-04-013-27/+27
| * Allow for configurable select.poll() usageCooper Ry Lees2018-03-234-17/+74
* | typoJohannes Becker2018-04-011-1/+1
* | Bug fix for tunnels.Red_M2018-03-301-1/+1
* | Add sys.Red_M2018-03-301-0/+1
* | Allow shlex to handle the quotes if running in python 3.Red_M2018-03-301-12/+15
* | Add testing for remote tunnels and passing the SSH authentication socket to t...Red_M2018-03-301-5/+5
* | Merge branch 'master' of github.com:Red-M/pexpectRed_M2018-03-302-4/+8
|\ \
| * | fix a bug causing 'spawn.before' to be truncated w/ searchwindowsize useRyan Petrello2018-03-272-4/+8
| * | Don't break compat of pxssh.pxssh.login() with regards to new features (#477)Red_M2018-03-261-2/+3
* | | Fix bug with dynamic SSH tunnels.Red_M2018-03-301-2/+11
* | | reminder.Red_M2018-03-261-1/+1
* | | Merge branch 'master' into super_pxsshRed_M2018-03-261-2/+3
|\ \ \ | |/ / |/| |
| * | upstream from #473Red_M2018-03-231-5/+6
* | | Only quote tunnels if a remote session is being used.Red_M2018-03-211-2/+5
* | | Add ssh tunneling.Red_M2018-03-171-2/+38
|/ /
* | Add code comments for ssh_key and spawn_local_ssh.Red_M2018-03-171-4/+6
* | Add doc strings for spawn_local_ssh and ssh_key.Red_M2018-03-171-0/+8
* | Allow ssh'ing from one machine that is remote to another remote machine form ...Red_M2018-03-171-6/+13
|/
* Add feedback from @takluyver as per PR #468.Red_M2018-03-091-22/+13
* Just making sure this will run.Red_M2018-02-231-1/+2
* Bug fix.Red_M2018-02-231-2/+2
* Clean vars.Red_M2018-02-231-7/+7
* bug fix.Red_M2018-02-231-4/+5