summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/
* Provide example use of exitstatus and signalstatusNicholas Chammas2016-01-251-1/+6
* Clarify commentsJeroen Demeyer2016-01-051-4/+6
* Add new spawn.delayafterread attribute.Jeff Quast2016-01-052-2/+7
* Merge pull request #303 from jdemeyer/masterThomas Kluyver2016-01-041-2/+6
|\
| * Rename spawnpty to _spawnptyJeroen Demeyer2015-12-161-2/+2
| * Allow overriding the call to PtyProcess.spawn()Jeroen Demeyer2015-12-041-2/+6
* | Merge pull request #310 from pexpect/bugfix-my_spawn-has_no-ptyprocThomas Kluyver2015-12-141-1/+2
|\ \
| * | check self.ptyproc is set before flag_eof accessedJeff Quast2015-12-121-1/+2
| |/
* | Merge pull request #311 from jdemeyer/optimize_sendlineThomas Kluyver2015-12-141-4/+2
|\ \
| * | Call send() just once in sendline()Jeroen Demeyer2015-12-131-4/+2
| |/
* | Allow delaybeforesend=None to skip the sleep completelyJeroen Demeyer2015-12-091-3/+3
|/
* Update pxssh examples to import 'from pexpect'Thomas Kluyver2015-12-041-2/+2