summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Merge pull request #431 from takluyver/i315Thomas Kluyver2017-08-221-10/+22
| | |\ \
| | | * | Rename async= parameter to async_=Thomas Kluyver2017-07-191-10/+22
| | * | | Only pass strings to shlexThomas Kluyver2017-07-252-1/+7
| | |/ /
| * | | Remove superfluous importsThomas Kluyver2017-08-221-1/+0
| |/ /
| * | Use raw strings for strings with literal backslashNoa Resare2017-07-171-3/+3
* | | Add support for preexec_fn to popen_spawnThomas Walther2017-06-151-6/+6
|/ /
* | added missing assignment of pid var to PopenSpawn classMarc Maurer2017-05-251-0/+1
* | Merge pull request #376 from gescheit/masterThomas Kluyver2017-02-072-6/+16
|\ \
| * | dont remove reference to _UnixReadPipeTransportAleksandr Balezin2016-09-072-6/+16
| |/
* | Reword info about encoding in exampleThomas Kluyver2016-12-061-2/+2
* | Update docstring for class spawn.__init__ in pty_spawn.py to remove reference...Angus Pearson2016-12-041-2/+3
|/
* Prepare to release 4.2.14.2.1Thomas Kluyver2016-08-211-1/+1
* Merge pull request #354 from persandstrom/masterThomas Kluyver2016-08-211-1/+4
|\
| * Raise proper exception when connection cannot be establishedPer Sandström2016-06-121-1/+4
* | Fix running 'env' in replwrap-ed bashThomas Kluyver2016-07-091-1/+10
* | suggest docstring improvements for fdpexpect.pyJeff Quast2016-07-021-9/+12
* | Merge pull request #359 from MountainRider/restore-posixJeff Quast2016-07-013-36/+69
|\ \ | |/ |/|
| * Further improve docstring for read_nonblocking.David Cullen2016-06-291-2/+10
| * Improve docstring for read_nonblocking in fdspawn.David Cullen2016-06-291-4/+4
| * Remove unreachable code.David Cullen2016-06-291-2/+0
| * Alias select.error to InterruptedError.David Cullen2016-06-291-1/+7
| * Restore POSIX support to fdpexpect.David Cullen2016-06-283-34/+55
* | Prepare for 4.2.0 release for spawn_env_path changeJeff Quast2016-06-061-1/+1
* | Merge remote-tracking branch 'origin/master' into spawn_env_pathJeff Quast2016-06-063-2/+3
|\ \
| * | Version number -> 4.1.04.1.0Thomas Kluyver2016-05-211-1/+1
| * | Display current searcher in error messagesThomas Kluyver2016-04-252-1/+2
| |/
* | Use PATH from env argument to pexpect.spawnMartin Packman2016-05-132-5/+6
|/