summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closes issue #103: file descriptor leak on EOF.issue-103-filedes-leakjquast2014-08-273-4/+115
* Merge pull request #99 from takluyver/issue-84Jeff Quast2014-08-255-48/+264
|\
| * Some changes based on reviewing the codeThomas Kluyver2014-08-042-50/+44
| * Address review comments regarding referring to "unicode strings" in docstrings.David O'Shea2014-08-041-5/+5
| * Fix problems found in review.David O'Shea2014-08-041-4/+2
| * Change SPACE to be a unicode string.David O'Shea2014-08-021-3/+3
| * Don't define __bytes__(), and don't define __unicode__() on Python 3.David O'Shea2014-08-013-43/+37
| * Disable Python 3.2 builds in Travis as changes only support 2.6, 2.7 and 3.3+.David O'Shea2014-08-011-1/+0
| * Rename codec and codec_errors to encoding and encoding_errors respectively.David O'Shea2014-08-012-13/+13
| * Issue #84: Unicode support in screen and ANSI.David O'Shea2014-07-244-26/+257
* | Merge pull request #101 from BrianOn99/py3docstringThomas Kluyver2014-08-081-2/+10
|\ \
| * | update documentation string in pexpect/__init__.py to be compatible with pyth...Chiu Yue Chun2014-08-081-2/+10
|/ /
* | Merge pull request #89 from dcoshea/issue-85-try2Thomas Kluyver2014-07-222-11/+43
|\ \
| * | Address review comment (no parens around assert statement arguments).David O'Shea2014-07-221-2/+2
| * | Issue #85: Don't leave unwanted numbers in ANSI FSM stack/memory.David O'Shea2014-07-082-11/+43
| |/
* | Merge pull request #93 from joedougherty/patch-1Thomas Kluyver2014-07-171-1/+1
|\ \ | |/ |/|
| * Update commonissues.rstJoe Dougherty2014-07-171-1/+1
|/
* Merge pull request #87 from dcoshea/issue-82Thomas Kluyver2014-07-062-2/+10
|\
| * Issue #82: Handle more than two numbers in ANSI sequencesDavid O'Shea2014-07-032-2/+10
|/
* Merge pull request #78 from pexpect/improve-upon-test-miscJeff Quast2014-06-281-161/+198
|\
| * Incremental housekeeping cleanup of test_misc.pyjquast2014-06-281-161/+198
* | Merge pull request #76 from takluyver/replwrap-bash-set-pagerJeff Quast2014-06-282-2/+13
|\ \
| * | Allow replwrap to reset pager so bash doesn't get stuck displaying thingsThomas Kluyver2014-06-262-2/+13
|/ /
* | 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
|\ \ \