summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix TeamCity Service Messages, 'key', not '<key>'teamcity-coverage-supportJeff Quast2014-11-241-2/+2
* Fix quoting of TeamCity Service MessageJeff Quast2014-11-241-1/+1
* Fix awk: redirect in coverage_fileJeff Quast2014-11-241-2/+2
* Fix TeamCity Service Message quotingJeff Quast2014-11-241-4/+4
* Allow teamcity to track coverage for buildsJeff Quast2014-11-242-3/+31
* 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
* | | Merge pull request #115 from takluyver/replwrap-bash-robustnessJeff Quast2014-11-222-2/+10
|\ \ \
| * | | Make replwrap.bash() robust against custom prompts in bashrcThomas Kluyver2014-09-212-2/+10
* | | | Merge pull request #140 from pexpect/occasionally-failing-testcasesThomas Kluyver2014-11-223-17/+35
|\ \ \ \
| * | | | Fix 2nd and 3rd expect/response PS1 promptoccasionally-failing-testcasesJeff Quast2014-11-221-2/+2
| * | | | Make sure when overriding setUp to call super'sJeff Quast2014-11-221-0/+2