summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* 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}.pydisable-maxcanon-testJeff 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
| * Enhanced popen_spawn and added testsSteven Silvester2015-09-121-22/+80
| * Restrict arguments that can be passed on to PopenThomas Kluyver2015-09-121-4/+4
| * Some improvementsThomas Kluyver2015-09-121-2/+20
| * Start implementing a Pexpect spawn class based on PopenSteven Silvester2015-09-121-0/+83
* | Merge remote-tracking branch 'origin/master' into default-handle-sighupdefault-handle-sighup-pullJeff Quast2015-09-222-7/+23
|\ \
| * \ Merge remote-tracking branch 'origin/setwinsize_on_spawn'Thomas Kluyver2015-09-221-3/+10
| |\ \
| | * \ Merge 'origin/master' into 'setwinsize_on_spawn'Jeff Quast2015-09-188-141/+169
| | |\ \
| | * | | Added dimension argument to `pexpect.run()/runu()`.Jason Heeris2015-03-211-2/+2
| | * | | Allow specifying screen size for the subprocess in pexpect.spawn().Jason Heeris2015-03-161-3/+11
| * | | | Merge pull request #253 from pexpect/docs-revision-2Thomas Kluyver2015-09-222-4/+13
| |\ \ \ \
| | * | | | will raise -> will be raised + newlinedocs-revision-2Jeff Quast2015-09-211-1/+2
| | * | | | Clarify meaning of kwarg 'timeout' in spawn class.Jeff Quast2015-09-201-0/+6
| | * | | | expect() clarifies timeout value behaviorJeff Quast2015-09-201-1/+4
| | * | | | remove docstring about timeout=-1 in expect_listJeff Quast2015-09-201-3/+2
| | | |/ / | | |/| |
* | | | | Change ignore_sighup default to FalseThomas Kluyver2015-09-221-4/+3
|/ / / /
* | | | Merge pull request #264 from pexpect/bugfix-honor-force-closeThomas Kluyver2015-09-221-1/+1
|\ \ \ \