summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docstring grammer fixes in send*() functiondoc-and-test-max-canonJeff Quast2014-11-241-3/+3
* Revert back to N_TTY_BUF_SIZE + 1 for LinuxJeff Quast2014-11-241-1/+1
* Seemingly, linux only BEL's on echo=TrueJeff Quast2014-11-242-5/+7
* clarify titleJeff Quast2014-11-241-2/+2
* Fix failing tests, on OSX at least. Pushing ..Jeff Quast2014-11-242-0/+340
* Tell about MAX_CANON in send*() functionsJeff Quast2014-11-241-3/+36
* Merge remote-tracking branch 'origin/master' into doc-and-test-max-canonJeff Quast2014-11-2443-2711/+2476
|\
| * Merge pull request #150 from nad2000/masterThomas Kluyver2014-11-242-3/+20
| |\
| | * allow user to specify SSH options via the constructor parametere optionsRadomirs Cirskis2014-11-251-2/+11
| | * allow user to specify SSH options via pxssh.options dictionaryRad Cirskis2014-11-252-2/+10
| * | Merge pull request #148 from jquast/unset-buildagent-signal-handlersJeff Quast2014-11-243-39/+61
| |\ \ | | |/ | |/|
| | * spellfix of 'exit'Jeff Quast2014-11-241-1/+1
| | * exit 0 for for runtests, #test failures dominateJeff Quast2014-11-231-2/+9
| | * Allow coverage to report even on failing testsJeff Quast2014-11-231-1/+4
| | * use signal_value, resolving TypeError of getattr()Jeff Quast2014-11-231-2/+2
| | * Resolve AttributeError in restore_ignored_signalsJeff Quast2014-11-231-1/+1
| | * Set default signal handlers for SIGINT and SIGHUP.Jeff Quast2014-11-232-37/+49
| * | Merge pull request #149 from jquast/increase-replwrap-timeoutThomas Kluyver2014-11-241-1/+1
| |\ \ | | |/ | |/|
| | * Increase timeout of replwrap test from 2=>5Jeff Quast2014-11-231-1/+1
| |/
| * Merge pull request #147 from jquast/teamcity-integrationThomas Kluyver2014-11-2310-480/+66
| |\
| | * Resolve pip --upgrade commandJeff Quast2014-11-231-1/+1
| | * Install pytest & friends to virtualenvJeff Quast2014-11-231-3/+5
| | * Fixes and error detection for runtests.shJeff Quast2014-11-231-7/+10
| | * Introduce script to display all signal handlersJeff Quast2014-11-231-0/+20
| | * Delete unused files from tools/Jeff Quast2014-11-238-480/+0
| | * Provide test-runner for teamcityJeff Quast2014-11-231-0/+41
| |/
| * Merge pull request #123 from pexpect/use-ptyprocessThomas Kluyver2014-11-2312-1919/+1636
| |\
| | * Get version without importing pexpectThomas Kluyver2014-11-231-2/+11
| | * Fix failure in str(spawnobj) before any outputJeff Quast2014-11-231-2/+4
| | * Not all spawn classes have a kill methodThomas Kluyver2014-11-231-4/+0
| | * Record control characters in log filesThomas Kluyver2014-11-231-3/+15
| | * Delegate sending control characters to ptyprocessThomas Kluyver2014-11-233-62/+17
| | * Refactor, creating SpawnBaseUnicode classThomas Kluyver2014-11-232-59/+40
| | * Refactor, creating SpawnBase classThomas Kluyver2014-11-233-456/+458
| | * Move code out of __init__Thomas Kluyver2014-11-235-1650/+1641
| | * Remove some long-dead codeThomas Kluyver2014-11-231-9/+0
| | * Add ptyprocess to Travis installationThomas Kluyver2014-11-231-1/+1
| | * Delegate more methods to ptyprocessThomas Kluyver2014-11-234-121/+56
| | * Start adapting pexpect to use ptyprocessThomas Kluyver2014-11-232-176/+19
| * | Merge pull request #143 from pexpect/setecho-in-bash-replwrap-sunosThomas Kluyver2014-11-231-1/+1
| |\ \
| | * | Bugfix for solaris in replwrap.bash()setecho-in-bash-replwrap-sunosJeff Quast2014-11-231-1/+1
| | |/
| * | Merge pull request #145 from pexpect/simple-ftp-example-fixThomas Kluyver2014-11-231-1/+1
| |\ \ | | |/ | |/|
| | * Simple fix for ftp.openbsd.org examplesimple-ftp-example-fixJeff Quast2014-11-231-1/+1
| |/
| * Merge pull request #139 from rickhau/masterJeff Quast2014-11-221-2/+2
| |\
| | * Remove confusing comment in daemonize() of example/cgishell.cgiRick Lin2014-11-211-2/+2
| * | Merge pull request #142 from pexpect/failed-str-selfJeff Quast2014-11-222-2/+30
| |\ \
| | * | Use str(p) and not p.__str__()Jeff Quast2014-11-221-2/+3
| | * | Use ternary if/else in spawn.__str__failed-str-selfJeff Quast2014-11-221-2/+2
| | * | use isinstance of 'str', not 'basestring'Jeff Quast2014-11-221-2/+2
| | * | Failure in __str__() before any output.Jeff Quast2014-11-222-2/+29