Customizable SIGHUP behavior
Yes, development on pexpect more or less stopped for a few years when the original...
Looks like someone mostly fixed this - though not as well as in my second patch -...
pxssh & MOTDs
The quiet flag is now used by default. https://github.com/pexpect/pexpect
Optionally remove carriage returns
I'm inclined to say that this isn't up to pexpect - you can easily strip carriage...
If there's anything more to do, please bring it to Github. https://github.com/pe...
ANSI terminal fixes
This too seems to have been merged.
pexpect-487-expect-order.patch
pexpect-487-expect_exact-bugs.patch
It seems this patch got accepted. Thanks!
expect on multiple children at once (select)
This is now being tracked as issue 50 on Github, so I'm closing this copy.
The tests seem to be passing on master now. If you still see failures, please file...
The tests seem to be passing on master now. If you still see failures, please file...
tests don't pass for code from trunk
pexpect timeout disable does not function properly fo run()
The convention in Pexpect is that timeout=-1 tells it to inherit a default timeout,...
Using type() comparison instead of isinstance() and rpyc
I believe this is fixed since Pexpect moved to Github. If you can still find issues,...
Directory might falsly be identified as program to launch
This has been addressed on Github, so I'm closing this issue. https://github.com...
This is now tracked on Github at https://github.com/pexpect/pexpect/pull/67 I've...
TypeError using
I will write a unit test and submit a pull request on github by tomorrow. On Mon,...
It would also be good to have a test for this.
Thanks. Pexpect development has moved to Github - do you have time to submit the...
Title should be "TypeError using readline with spawnu". I slipped and hit submit...
TypeError using
Error sending unicode strings to spawned process
Pexpect 3 handles unicode properly.
Fail on Solaris 10 using crontab due tty not existent
Looks like this patch was accepted. Closing.