summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes for replwrap testsreplwrap-test-fixesThomas Kluyver2014-06-101-3/+1
* syntaxerr: missing r'literal' for unset PS1jquast2014-06-081-1/+1
* Fixing various prompt issues with bash ReplWrapperjquast2014-06-072-11/+31
* Tests for wrapping Python shellThomas Kluyver2014-06-041-1/+27
* Some more test coverage for fdpexpectThomas Kluyver2014-06-042-21/+9
* Mark a few unsupported code paths as not needed for test coverageThomas Kluyver2014-06-041-7/+7
* Test escaping interact modeThomas Kluyver2014-06-042-0/+3
* Add another test for ANSI terminal emulationThomas Kluyver2014-06-041-0/+11
* Remove pexpect.psh - it was undocumented and seemingly unusedThomas Kluyver2014-06-043-164/+5
* Merge pull request #63 from takluyver/use-pytestThomas Kluyver2014-06-0246-376/+67
|\
| * Allow subprocess tests to import pexpectThomas Kluyver2014-06-012-3/+9
| * Use no_coverage_env() in some more testsThomas Kluyver2014-06-014-9/+12
| * Don't install into virtualenv in Travis - test local copyThomas Kluyver2014-06-011-1/+0
| * Ignore coverage env var if not setThomas Kluyver2014-06-011-1/+1
| * Skip performance tests on PyPyThomas Kluyver2014-06-011-0/+3
| * Don't try to measure coverage in some Python subprocessesThomas Kluyver2014-06-011-3/+8
| * Remove 'make test' targetThomas Kluyver2014-06-011-2/+0
| * Remove ancient script for testing on Sourceforge compile farm (long since gone)Thomas Kluyver2014-06-011-71/+0
| * Remove old test runner machineryThomas Kluyver2014-06-012-117/+0
| * Update DEVELOPERS fileThomas Kluyver2014-06-013-53/+13
| * Use py.test on TravisThomas Kluyver2014-06-011-4/+2
| * Fix imports in tests for Python 3Thomas Kluyver2014-06-0121-21/+22
| * Don't rely on environment variable set in test.envThomas Kluyver2014-06-011-3/+3
| * Rename platform checks so py.test doesn't try to run themThomas Kluyver2014-06-016-0/+0
| * Move (/remove) platform_tests folder which doesn't contain real testsThomas Kluyver2014-06-0113-96/+2
* | Merge pull request #46 from a-tal/masterJeff Quast2014-06-011-2/+0
|\ \ | |/ |/|
| * removes excepted raisea-tal2014-04-031-2/+0
* | Merge pull request #62 from pexpect/pull-37-try-3Jeff Quast2014-06-0126-54/+121
|\ \
| * | rewrite historyjquast2014-06-011-4/+1
| * | remove all unnecessary importsjquast2014-06-0123-46/+45
| * | folders should not be returned by pexpect.which()jquast2014-06-014-9/+80
|/ /
* | Merge pull request #51 from takluyver/replwrapThomas Kluyver2014-05-315-3/+167
|\ \
| * | Use bash for testing replwrap, avoiding PyPy's different REPLThomas Kluyver2014-05-312-16/+16
| * | Try fixing Travis test runsThomas Kluyver2014-05-181-2/+2
| * | Use explicit positional string formatting for Python 2.6Thomas Kluyver2014-05-182-3/+3
| * | Update replwrap docsThomas Kluyver2014-05-182-2/+8
| * | Format the new prompts into the prompt change command, simplifying instantiat...Thomas Kluyver2014-05-181-6/+5
| * | Fix another unicode literal for Python 3.2Thomas Kluyver2014-05-181-1/+1
| * | Handle multiline commands in replwrapThomas Kluyver2014-05-182-11/+52
| * | Wrap unicode literals in function calls for Python 3.2Thomas Kluyver2014-05-181-4/+13
| * | Document when replwrap was addedThomas Kluyver2014-05-121-0/+2
| * | Add high level API for wrapping REPLsThomas Kluyver2014-05-124-1/+108
* | | Merge pull request #53 from takluyver/rm-install-docThomas Kluyver2014-05-132-48/+4
|\ \ \ | |/ / |/| |
| * | Remove out of date INSTALL docThomas Kluyver2014-05-132-48/+4
|/ /
* | Add long description (copied part of README)3.2Thomas Kluyver2014-04-141-0/+17
* | Bump version number for 3.2Thomas Kluyver2014-04-142-3/+3
* | Add release notes for 3.2Thomas Kluyver2014-04-131-0/+12
|/
* Merge pull request #43 from pexpect/issue-42-cannot-implicit-bytes-to-strJeff Quast2014-03-072-3/+18
|\
| * display expected prompt as PROMPT, not PROMPT_SET_SHissue-42-cannot-implicit-bytes-to-strjquast2014-03-071-1/+1
| * assertRaises is not 2.6->3.x compatiblejquast2014-03-061-1/+7