summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch that allows setting some custom regexes for pxssh and allows pxssh to b...Red_M2018-02-231-6/+25
* FIX: bad representation of bytes patterns.Julien Palard2018-02-121-8/+2
* Version number -> 4.4.0Thomas Kluyver2018-02-101-1/+1
* Merge pull request #466 from takluyver/i465Thomas Kluyver2018-02-101-3/+5
|\
| * Fix name in example codeThomas Kluyver2018-02-061-1/+1
| * Ensure spawn.closed gets set, improve sigwinch_passthrough exampleThomas Kluyver2018-02-061-3/+5
* | optimize pty buffering and searchingRyan Petrello2018-02-054-21/+45
|/
* Merge remote-tracking branch 'upstream/master'Thomas Walther2017-12-2012-38/+67
|\
| * Version number -> 4.3.14.3.1Thomas Kluyver2017-12-121-1/+1
| * Unset PROMPT_COMMAND when launching bash for replwrapThomas Kluyver2017-12-081-0/+3
| * Explanatory comment about bashrc filesThomas Kluyver2017-12-081-0/+1
| * handle more OSeszimbatm2017-11-211-2/+9
| * Remove superfluous importsNehal J Wani2017-11-141-2/+0
| * Version number -> 4.34.3Thomas Kluyver2017-11-091-1/+1
| * Issue #451: Check for "password:" as password prompt instead of "password"oevans2017-10-251-4/+4
| * FIX: rename async.py -> _async.py to avoid syntax errors in 3.7Thomas A Caswell2017-10-212-3/+3
| * Don't split cmd strings on win32Robert Holt2017-09-271-1/+1
| * Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-09-171-3/+3
| * Merge pull request #446 from eli-b/patch-1Thomas Kluyver2017-09-161-1/+1
| |\
| | * Use os.name instead of sys.platformEli Boyarski2017-09-161-1/+1
| | * Fix popen_spawn when specifying a path on Windows which contains "\" separatorsEli Boyarski2017-09-161-1/+1
| * | Spelling fixesVille Skyttä2017-09-154-6/+6
| |/
| * Merge branch 'master' of github.com:pexpect/pexpectThomas Kluyver2017-08-224-12/+33
| |\
| | * Merge pull request #386 from kristopher-h/masterThomas Kluyver2017-08-221-1/+4
| | |\
| | | * Raise ExceptionPexpect instead of PtyProcessError in spawn.closeKristopher H2016-10-191-1/+4