summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify pexpect.pshcoverallsThomas Kluyver2013-10-262-42/+7
* Simplify FSM running exampleThomas Kluyver2013-10-211-12/+1
* Test and cleanup of pexpect.pshThomas Kluyver2013-10-214-31/+45
* Add test for pxssh moduleThomas Kluyver2013-10-213-1/+62
* Add simple test for pexpect.FSMThomas Kluyver2013-10-212-2/+38
* Test forcing termination (SIGKILL)Thomas Kluyver2013-10-212-1/+19
* Test and fix getting tracebacks excluding pexpect codeThomas Kluyver2013-10-212-17/+12
* Test our own pty fork implementationThomas Kluyver2013-10-211-0/+11
* Add test for wait() on process terminated by signalThomas Kluyver2013-10-212-1/+15
* No coverage for import failureThomas Kluyver2013-10-211-1/+1
* Fix coveralls uploadThomas Kluyver2013-10-211-2/+2
* Combine coverage data for coverallsThomas Kluyver2013-10-211-0/+1
* Measure code coverage in interact testsThomas Kluyver2013-10-205-1/+21
* Skip test relying on deterministic garbage collection if not on CPythonThomas Kluyver2013-10-181-0/+4
* Install PyYAML from apt, should be quickerThomas Kluyver2013-10-141-3/+4
* Run tests using coverageThomas Kluyver2013-10-141-1/+1
* Enable coveralls coverage monitoringThomas Kluyver2013-10-142-1/+6
* Longer search window for performance tests.Thomas Kluyver2013-10-141-2/+2
* Update version numbers for 3.0 beta 23.0b2Thomas Kluyver2013-10-092-2/+2
* Merge pull request #13 from pexpect/mac-test-readlinesThomas Kluyver2013-10-092-3/+5
|\
| * Fix another possible test failuremac-test-readlinesThomas Kluyver2013-10-091-0/+1
| * Call readlines() before stdout is discardedThomas Kluyver2013-10-091-3/+4
* | Merge pull request #5 from myint/python3Thomas Kluyver2013-10-0921-437/+582
|\ \
| * | Update John Malkovich tooSteven Myint2013-10-081-3/+3
| * | Add note about unicode_literals and spawnuSteven Myint2013-10-083-1/+14
| * | Avoid "spawnu" to match pxssh interfaceSteven Myint2013-10-071-2/+3
| * | Use unicode literalsSteven Myint2013-10-071-2/+2
| * | Use "items()" instead of "iteritems()"Steven Myint2013-10-041-2/+2
| * | Use print functionSteven Myint2013-10-041-34/+38
| * | Update conditional to match "__func__" accessSteven Myint2013-10-041-1/+1
| * | Use print functionSteven Myint2013-10-041-6/+9
| * | Add some Python 3 supportSteven Myint2013-10-049-22/+67
| * | Support Python 3Steven Myint2013-10-041-0/+8
| * | Fix indentationSteven Myint2013-10-041-36/+36
| * | ModernizeSteven Myint2013-10-0419-346/+417
* | | Merge pull request #11 from pexpect/better-test-winsizeThomas Kluyver2013-10-094-16/+15
|\ \ \ | | |/ | |/|
| * | Improve test for setting and retrieving window sizebetter-test-winsizeThomas Kluyver2013-10-094-16/+15
|/ /
* | Merge pull request #10 from pexpect/incremental-decoderThomas Kluyver2013-10-092-1/+15
|\ \
| * | `is ucs is None` is not necessaryincremental-decoderjquast2013-10-091-2/+1
| * | use 'cat' with maxread=1 to reproduce same issuejquast2013-10-092-28/+6
| * | python3.3 bytes/str/unicode agnostic fixjquast2013-10-091-4/+11
| * | brevityjquast2013-10-091-4/+1
| * | incremental decode full buffer, not iterationsjquast2013-10-091-4/+3
| * | python 3.2 compat, which wont allow u''jquast2013-10-081-1/+1
| * | use an incremental decoder for streamsjquast2013-10-081-1/+8
| * | expediate the test a bitjquast2013-10-081-1/+1
| * | this test case *should* pass, but doesn'tjquast2013-10-082-0/+27
* | | Merge pull request #8 from pexpect/optional-ignore-sighupThomas Kluyver2013-10-093-7/+33
|\ \ \ | |/ / |/| |
| * | List ignore_sighup option in changes for 3.0optional-ignore-sighupThomas Kluyver2013-10-081-0/+2
| * | Add test for ignore_sighup optionThomas Kluyver2013-10-081-2/+21