summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number to 3.33.3Thomas Kluyver2014-06-252-3/+3
* Polish release notesThomas Kluyver2014-06-251-8/+11
* Merge pull request #73 from pexpect/issue-44-solaris-try-3Thomas Kluyver2014-06-2413-289/+417
|\
| * SRV4 -> SVR4issue-44-solaris-try-3jquast2014-06-241-1/+1
| * gah; fix constant VINTR -> INTRjquast2014-06-241-1/+1
| * Merge branch 'issue-44-solaris-try-3' of github.com:pexpect/pexpect into issu...Jeff Quast2014-06-242-3/+3
| |\
| | * Merge branch 'issue-44-solaris-try-3' of github.com:pexpect/pexpect into issu...jquast2014-06-241-2/+2
| | |\
| | | * Fix up except syntax againThomas Kluyver2014-06-241-2/+2
| | * | note using py.test -- specify 'tests' folderjquast2014-06-241-1/+1
| | |/
| * | Use const child._VINTR instead of '3'Jeff Quast2014-06-241-1/+1
| * | Provide example of SRV4-like systemsJeff Quast2014-06-241-3/+4
| |/
| * Refactor exceptions in __pty_make_controlling_ttyJeff Quast2014-06-241-39/+17
| * Merge branch 'issue-44-solaris-try-3' of github.com:pexpect/pexpect into issu...Jeff Quast2014-06-248-29/+80
| |\
| | * Miscellaneous minor fixesThomas Kluyver2014-06-152-1/+2
| | * Implement assertRaises and assertRaisesRegexp context managers for Python 2.6Thomas Kluyver2014-06-151-0/+24
| | * Another "as err" vs ", err" exception fix.jquast2014-06-151-5/+5
| | * Missing time import -- there is no 'waitecho' functionjquast2014-06-151-0/+1
| | * Solaris support, tested on SmartOS from cron(1).Jeff Quast2014-06-1511-277/+400
| |/ |/|
* | Merge pull request #72 from pexpect/interact-does-not-detect-eofThomas Kluyver2014-06-156-64/+81
|\ \
| * | Make a modified copy of os.environ for interact testsinteract-does-not-detect-eofThomas Kluyver2014-06-151-13/+11
| * | For python3, exceptions should use "as err", not ", err"jquast2014-06-151-2/+2
| * | python3.2 accommodationsjquast2014-06-151-4/+4
| * | Document and detect EOF condition in interact()jquast2014-06-152-26/+18
| * | Improve EOF through test -> interact -> echo_promptjquast2014-06-154-38/+65
|/ /
* | Merge pull request #70 from pexpect/more-exacting-whichThomas Kluyver2014-06-103-81/+235
|\ \
| * | Make execute permission check more explicitmore-exacting-whichThomas Kluyver2014-06-101-4/+11
* | | Merge pull request #71 from pexpect/replwrap-test-fixesThomas Kluyver2014-06-102-11/+29
|\ \ \
| * | | Minor fixes for replwrap testsreplwrap-test-fixesThomas Kluyver2014-06-101-3/+1
| * | | syntaxerr: missing r'literal' for unset PS1jquast2014-06-081-1/+1
* | | | PR #66: TypeError thrown by spawnu.readline()jquast2014-06-084-2/+24
| | | * Solaris support, tested on SmartOS from cron(1).Jeff Quast2014-06-0811-277/+400
| | | * Merge branch 'interact-does-not-detect-eof' into issue-44-solaris-try-3Jeff Quast2014-06-066-64/+83
| | | |\
| | | | * For python3, exceptions should use "as err", not ", err"jquast2014-06-071-2/+2
| | | | * python3.2 accommodationsjquast2014-06-071-4/+4
| | | | * Document and detect EOF condition in interact()jquast2014-06-072-26/+18
| | | | * Improve EOF through test -> interact -> echo_promptjquast2014-06-074-38/+65
| |_|_|/ |/| | |
| | | * Merge branch 'more-exacting-which' into issue-44-solaris-try-3Jeff Quast2014-06-063-81/+228
| | | |\ | | | |/ | | |/|
| | * | Provide new 'is_exe' function used by 'which'jquast2014-06-071-5/+38
| | * | Expand on tests/test_which.pyjquast2014-06-071-33/+141
| | * | Separate which tests into test_which.pyjquast2014-06-072-76/+82
| |/ / |/| |
| | * Merge branch 'replwrap-test-fixes' into issue-44-solaris-try-3Jeff Quast2014-06-062-11/+31
| | |\ | |/ / |/| / | |/
| * 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