summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop asyncio listening to pty once we've found what we needThomas Kluyver2015-10-131-0/+6
* Async expect should process received data after decodingJeff Quast2015-10-131-2/+2
* 2 new tools: display-{fpathconf.maxcanon}.pyJeff Quast2015-10-061-7/+7
* Encode command line args for unicode-mode spawnThomas Kluyver2015-10-061-0/+5
* Version number -> 4.1.devThomas Kluyver2015-10-051-1/+1
* Version number -> 4.04.0Thomas Kluyver2015-10-051-1/+1
* Merge pull request #268 from takluyver/windows-importableThomas Kluyver2015-10-055-157/+180
|\
| * Update docs for PopenSpawn and Windows supportThomas Kluyver2015-10-032-2/+16
| * Clear up a few unused importsThomas Kluyver2015-10-032-3/+0
| * Make Pexpect importable on WindowsThomas Kluyver2015-10-032-153/+164
* | Don't use deprecated spawnu in replwrap testsThomas Kluyver2015-10-041-2/+3
* | Collect output as list instead of stringThomas Kluyver2015-10-041-3/+3
* | Use u-prefix for strings instead of u() functionThomas Kluyver2015-10-041-9/+5
* | This resolves two issues with replwrap,jquast2015-10-041-2/+4
|/
* Merge pull request #146 from takluyver/popenThomas Kluyver2015-10-032-1/+167
|\
| * Ensured buffered data is processed before raising EOFThomas Kluyver2015-09-291-14/+19
| * No sleep in pipe reader loopThomas Kluyver2015-09-161-1/+0
| * Fix return value of send() on Python 2Thomas Kluyver2015-09-121-4/+8
| * Fix typo in docstringThomas Kluyver2015-09-121-1/+1
| * Update unicode interface for PopenSpawnThomas Kluyver2015-09-121-11/+8
| * Fix popen spawn and tests on windowsSteven Silvester2015-09-121-6/+2
| * Add a sendeof method and testsSteven Silvester2015-09-121-2/+8