summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update example to work with current openbsd sitelocale-preffered-encodingjquast2013-10-271-2/+4
* escape the `*', rendered to html as a bad anchorjquast2013-10-271-1/+1
* Fix silly mistake from previous commitThomas Kluyver2013-10-271-2/+2
* Update version number for 3.0rc13.0rc1Thomas Kluyver2013-10-272-3/+3
* Correct test for stack trace mungingThomas Kluyver2013-10-271-1/+1
* Update authors in setup.pyThomas Kluyver2013-10-271-2/+2
* Update setup.pyThomas Kluyver2013-10-261-5/+7
* Document reorganisation into a packageThomas Kluyver2013-10-262-0/+6
* Simplify pexpect.pshThomas Kluyver2013-10-262-42/+7
* Don't include built docs in source tarballThomas Kluyver2013-10-251-0/+1
* Merge pull request #16 from pexpect/coverallsThomas Kluyver2013-10-2219-69/+238
|\
| * 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
* | Remove old HTML docsThomas Kluyver2013-10-217-1004/+407
|/
* 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